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

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;
        !            16: 
1.1       root       17: 
1.1.1.2   root       18: extern void Audio_Init(void);
                     19: extern void Audio_UnInit(void);
1.1.1.4   root       20: extern void Audio_Lock(void);
                     21: extern void Audio_Unlock(void);
1.1.1.2   root       22: extern void Audio_FreeSoundBuffer(void);
                     23: extern void Audio_SetOutputAudioFreq(int Frequency);
1.1.1.7   root       24: extern void Audio_EnableAudio(bool bEnable);
1.1.1.4   root       25: 
                     26: #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.