|
|
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:
12: /* Determine if we can produce any sound at all. */
13: extern int setup_sound (void);
14:
15: extern int init_sound (void);
16: extern void close_sound (void);
17:
18: extern void sample16_handler (void);
19: extern void sample8_handler (void);
20: extern void sample16s_handler (void);
21: extern void sample8s_handler (void);
22: extern void sample_ulaw_handler (void);
23: extern void init_sound_table16(void);
24: extern void init_sound_table8(void);
25:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.