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