Annotation of hatari/src/includes/sound.h, revision 1.1.1.7

1.1       root        1: /*
1.1.1.4   root        2:   Hatari - sound.h
                      3: 
                      4:   This file is distributed under the GNU Public License, version 2 or at
                      5:   your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
1.1.1.3   root        8: #ifndef HATARI_SOUND_H
                      9: #define HATARI_SOUND_H
                     10: 
                     11: 
1.1.1.4   root       12: #define MIXBUFFER_SIZE    8192          /* Size of circular buffer to store sample to (44Khz) */
1.1       root       13: 
1.1.1.3   root       14: 
1.1       root       15: extern BOOL bWriteEnvelopeFreq,bWriteChannelAAmp,bWriteChannelBAmp,bWriteChannelCAmp;
                     16: extern BOOL bEnvelopeFreqFlag;
1.1.1.7 ! root       17: extern Sint8 MixBuffer[MIXBUFFER_SIZE];
1.1.1.3   root       18: extern int SoundCycles;
1.1.1.4   root       19: extern int nGeneratedSamples;
1.1       root       20: 
                     21: extern void Sound_Init(void);
                     22: extern void Sound_Reset(void);
1.1.1.7 ! root       23: extern void Sound_ResetBufferIndex(void);
1.1       root       24: extern void Sound_MemorySnapShot_Capture(BOOL bSave);
                     25: extern void Sound_Update(void);
                     26: extern void Sound_Update_VBL(void);
1.1.1.5   root       27: extern void Sound_UpdateFromAudioCallBack(void);
1.1.1.2   root       28: extern BOOL Sound_BeginRecording(char *pszCaptureFileName);
1.1.1.6   root       29: extern void Sound_EndRecording(void);
1.1       root       30: extern BOOL Sound_AreWeRecording(void);
1.1.1.3   root       31: 
                     32: #endif  /* HATARI_SOUND_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.