WIP; still tons of debug code

now theoretically supports 3d positional sound; solidified snd data
provider -> VSource code

This was SVN commit r1238.
This commit is contained in:
janwas 2004-10-15 13:18:34 +00:00
parent fd91563f42
commit 6f2c1fbb8c
2 changed files with 407 additions and 290 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
// prepare to enumerate all device names (this resets the list returned by
// snd_dev_next). return 0 on success, otherwise -1 (only if the requisite
// OpenAL extension isn't available). on failure, a "cannot change device"
// OpenAL extension isn't available). on failure, a "cannot enum device"
// message should be presented to the user, and snd_dev_set need not be
// called; OpenAL will use its default device.
// may be called each time the device list is needed.
@ -46,4 +46,7 @@ extern int snd_set_loop(Handle hs, bool loop);
extern int snd_update(float lx, float ly, float lz);
extern int snd_update(float listener_orientation[16]);
extern void snd_shutdown();