0ad/source/sound
janwas 34637ba5dc # refactor sysdep API, split it into parts
- split up detect.cpp into snd, cpu, gfx (headers were already split)
- rename detect functions for more clarity (e.g. get_cur_vmode ->
gfx_get_video_mode)
- rename lib/res/sound/snd to snd_mgr to avoid conflict with
sysdep/snd.cpp
- waio: set errno in aio_rw (addresses bug #73)

This was SVN commit r3745.
2006-04-10 20:12:25 +00:00
..
ambient_design.txt design notes from meeting: ambient sound 2006-01-08 02:05:44 +00:00
CMusicPlayer.cpp - vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap. 2006-01-24 08:16:29 +00:00
CMusicPlayer.h Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
CPlayList.cpp - vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap. 2006-01-24 08:16:29 +00:00
CPlayList.h Playlist now uses VFS. 2004-12-15 14:25:09 +00:00
JSI_Sound.cpp # refactor sysdep API, split it into parts 2006-04-10 20:12:25 +00:00
JSI_Sound.h snd: support for fading (variable initial/final values and lengths; can choose linear,exponential or S-curve). also minor improvements. 2005-12-13 23:17:50 +00:00