mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 19:49:54 +00:00
965aaebbdb
Instead of getting the loudness data for the whole file in advance, we now get it piece by piece as the sound is streamed. The benefit is that we need to decode the audio just once instead of twice. We no longer need to rewind() the stream when the first decoding is done, this should hopefully fix bug #3453 . |
||
---|---|---|
.. | ||
ffmpeg_decoder.cpp | ||
ffmpeg_decoder.hpp | ||
loudness.cpp | ||
loudness.hpp | ||
movieaudiofactory.cpp | ||
movieaudiofactory.hpp | ||
openal_output.cpp | ||
openal_output.hpp | ||
sound.hpp | ||
sound_buffer.hpp | ||
sound_decoder.hpp | ||
sound_output.hpp | ||
soundmanagerimp.cpp | ||
soundmanagerimp.hpp |