1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 01:45:33 +00:00
openmw-tes3mp/apps/openmw/mwsound
Chris Robinson aecc77a73c Replace the sound file extension when opening fails
This should make it more efficient to lookup a sound instead of checking each
time it's played. A better method would perhaps be to check if the resource
exists when the ESM is loaded and replace it then as needed.
2012-03-21 18:42:48 -07:00
..
ffmpeg_decoder.cpp Replace the sound file extension when opening fails 2012-03-21 18:42:48 -07:00
ffmpeg_decoder.hpp Add a readAll method to the sound decoder, for potentially more efficient reading 2012-03-20 17:57:28 -07:00
mpgsnd_decoder.cpp Replace the sound file extension when opening fails 2012-03-21 18:42:48 -07:00
mpgsnd_decoder.hpp Add a readAll method to the sound decoder, for potentially more efficient reading 2012-03-20 17:57:28 -07:00
openal_output.cpp Use a local variable to mark sound streams as finished while processing 2012-03-21 14:49:29 -07:00
openal_output.hpp Enforce a 15MB limit on the sound buffer cache 2012-03-19 13:19:22 -07:00
sound.hpp Rename some Sound class member functions 2012-03-18 12:03:15 -07:00
sound_decoder.hpp Add a readAll method to the sound decoder, for potentially more efficient reading 2012-03-20 17:57:28 -07:00
sound_output.hpp Add a method to stream a sound in 3D 2012-03-19 07:28:03 -07:00
soundmanager.cpp Replace the sound file extension when opening fails 2012-03-21 18:42:48 -07:00
soundmanager.hpp Fix streamMusic's path lookup 2012-03-20 12:39:49 -07:00