Annotation of hatari/src/falcon/microphone.h, revision 1.1.1.3

1.1       root        1: /*
                      2:   Hatari - microphone.h
                      3: 
1.1.1.3 ! root        4:   This file is distributed under the GNU General Public License, version 2
        !             5:   or at your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
                      8: #ifndef HATARI_MICROPHONE_H
                      9: #define HATARI_MICROPHONE_H
                     10: 
                     11: #if HAVE_PORTAUDIO
1.1.1.2   root       12: extern bool Microphone_Start (int sampleRate);
                     13: extern bool Microphone_Stop (void);
1.1       root       14: #else
                     15: /* replace function calls with NOPs (could also be empty static inlines) */
1.1.1.2   root       16: #define Microphone_Start(rate) false
                     17: #define Microphone_Stop() false
1.1       root       18: #endif
                     19: 
                     20: 
                     21: #endif /* HATARI_MICROPHONE_H */

unix.superglobalmegacorp.com

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