|
|
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);
13: extern unsigned long sample_evtime;
14:
1.1.1.3 ! root 15: /* Determine if we can produce any sound at all. This can be only a guess;
! 16: * if unsure, say yes. Any call to init_sound may change the value. */
1.1 root 17: extern int setup_sound (void);
18:
19: extern int init_sound (void);
20: extern void close_sound (void);
21:
22: extern void sample16_handler (void);
23: extern void sample8_handler (void);
24: extern void sample16s_handler (void);
25: extern void sample8s_handler (void);
26: extern void sample_ulaw_handler (void);
27: extern void init_sound_table16(void);
28: extern void init_sound_table8(void);
29:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.