|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Prototypes for general sound related functions
5: * This use to be called sound.h, but that causes confusion
6: *
7: * Copyright 1997 Bernd Schmidt
8: */
9:
10: extern int sound_available;
11:
1.1.1.2 root 12: extern void (*sample_handler) (void);
1.1.1.7 root 13:
14: extern unsigned int obtainedfreq;
1.1.1.2 root 15:
1.1.1.3 root 16: /* Determine if we can produce any sound at all. This can be only a guess;
17: * if unsure, say yes. Any call to init_sound may change the value. */
1.1 root 18: extern int setup_sound (void);
19:
20: extern int init_sound (void);
21: extern void close_sound (void);
22:
1.1.1.7 root 23: extern void switch_audio_interpol (void);
24:
1.1 root 25: extern void sample16s_handler (void);
1.1.1.4 root 26: extern void init_sound_table16 (void);
1.1 root 27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.