Annotation of hatari/src/includes/audio.h, revision 1.1.1.10

1.1       root        1: /*
1.1.1.4   root        2:   Hatari - audio.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.4   root        8: #ifndef HATARI_AUDIO_H
                      9: #define HATARI_AUDIO_H
                     10: 
1.1.1.8   root       11: extern int nAudioFrequency;
1.1.1.7   root       12: extern bool bSoundWorking;
1.1.1.4   root       13: extern int SoundBufferSize;
                     14: extern int CompleteSndBufIdx;
1.1.1.9   root       15: extern int SdlAudioBufferSize;
1.1.1.10! root       16: extern int pulse_swallowing_count;
1.1.1.9   root       17: 
1.1       root       18: 
1.1.1.2   root       19: extern void Audio_Init(void);
                     20: extern void Audio_UnInit(void);
1.1.1.4   root       21: extern void Audio_Lock(void);
                     22: extern void Audio_Unlock(void);
1.1.1.2   root       23: extern void Audio_FreeSoundBuffer(void);
                     24: extern void Audio_SetOutputAudioFreq(int Frequency);
1.1.1.7   root       25: extern void Audio_EnableAudio(bool bEnable);
1.1.1.4   root       26: 
                     27: #endif  /* HATARI_AUDIO_H */

unix.superglobalmegacorp.com

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