# HG changeset patch # User Jonathan Schleifer # Date 1195384752 -3600 # Node ID 2c6a11b882713196a8a9de207882b14846df07ae # Parent 02cfac0efbdc1fd54aad6c20c9ece84c8869504d Reset the volume to 100 when we stop playback. That way, apps that start after Audacious will have the correct volume. A fix that sets the volume on playback start will follow. diff -r 02cfac0efbdc -r 2c6a11b88271 src/OSS4/audio.c --- a/src/OSS4/audio.c Sun Nov 18 15:24:22 2007 +0900 +++ b/src/OSS4/audio.c Sun Nov 18 12:19:12 2007 +0100 @@ -434,6 +434,8 @@ return; going = 0; + oss_set_volume(100, 100); + g_thread_join(buffer_thread); g_free(device_name);