warzone2100/lib/sound
Giel van Schijndel 5828b26a10 * Add functions for changing the volume of an already created AUDIO_STREAM: sound_GetStreamVolume and sound_SetStreamVolume
* Use these functions in cdaudio.c to change the volume of the currently playing AUDIO_STREAM in function sound_SetMusicVolume

This fixes bug #11579 ("Music volume slider dont work")


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5101 4a71c877-e1ca-e34f-864e-861f7616d084
2008-05-13 14:01:25 +00:00
..
Makefile.am Move all stuff that actually belongs in CPPFLAGS (but is called CFLAGS) to AM_CPPFLAGS 2008-03-10 10:50:58 +00:00
Makefile.raw * Try to encapsulate knowledge about AUDIO_SAMPLE's internal representation in openal_track.c (i.e. don't use it in client code!) 2007-12-13 23:16:03 +00:00
aud.h Clean up header files of sound library: 2008-02-01 20:43:11 +00:00
audio.c TRUE->true, FALSE->false (except in scripts) 2008-03-24 16:51:17 +00:00
audio.h Clean up header files of sound library: 2008-02-01 20:43:11 +00:00
audio_id.c Added a sound for beacons (based on ecmtower.ogg). Use f12 to make wz take you to the beacon location. 2008-03-31 18:25:58 +00:00
audio_id.h Added a sound for beacons (based on ecmtower.ogg). Use f12 to make wz take you to the beacon location. 2008-03-31 18:25:58 +00:00
cdaudio.c * Add functions for changing the volume of an already created AUDIO_STREAM: sound_GetStreamVolume and sound_SetStreamVolume 2008-05-13 14:01:25 +00:00
cdaudio.h * Make cdAudio_PlayTrack work with an enum instead of "magic numbers" 2008-02-04 16:46:55 +00:00
mixer.h Clean up header files of sound library: 2008-02-01 20:43:11 +00:00
oggvorbis.c * Delete unused and empty function StartTacticalScroll() 2008-04-20 17:17:50 +00:00
oggvorbis.h Don't use C99 variable struct members 2008-02-01 22:12:25 +00:00
openal_error.c * Try to encapsulate knowledge about AUDIO_SAMPLE's internal representation in openal_track.c (i.e. don't use it in client code!) 2007-12-13 23:16:03 +00:00
openal_error.h Clean up header files of sound library: 2008-02-01 20:43:11 +00:00
openal_track.c * Add functions for changing the volume of an already created AUDIO_STREAM: sound_GetStreamVolume and sound_SetStreamVolume 2008-05-13 14:01:25 +00:00
playlist.c Enforce strict function prototypes for autoconf builds, and fix function prototype problems. 2008-04-05 15:34:55 +00:00
playlist.h Clean up header files of sound library: 2008-02-01 20:43:11 +00:00
sound.vcproj Reduce amount of junk in the MSVC compilation output by about 70%. 2008-03-23 22:15:28 +00:00
track.c TRUE->true, FALSE->false (except in scripts) 2008-03-24 16:51:17 +00:00
track.h * Add functions for changing the volume of an already created AUDIO_STREAM: sound_GetStreamVolume and sound_SetStreamVolume 2008-05-13 14:01:25 +00:00
tracklib.h * Delete unused and empty function StartTacticalScroll() 2008-04-20 17:17:50 +00:00