RingRacers/src/audio
James R 4fe992b19d Let I_FadeSong be used in the middle of an existing fade
- Doing this so two fades can be installed at the end of
  the credits; 1 for normal playback speed, 2 for skip
  behavior
- I_FadeSong can now be used to speed up or slow down an
  existing fade
- Previously, calling I_FadeSong this way would jump to
  the previous target volume first, before starting a new
  fade
- Should make no regressions
2024-03-24 19:07:49 -07:00
..
chunk_load.cpp Remove GME VGM music emulation 2024-01-29 15:54:20 -06:00
chunk_load.hpp
CMakeLists.txt Remove GME VGM music emulation 2024-01-29 15:54:20 -06:00
expand_mono.cpp
expand_mono.hpp
filter.cpp
filter.hpp
gain.cpp
gain.hpp
mixer.cpp
mixer.hpp
music_player.cpp Let I_FadeSong be used in the middle of an existing fade 2024-03-24 19:07:49 -07:00
music_player.hpp Remove GME VGM music emulation 2024-01-29 15:54:20 -06:00
ogg.cpp
ogg.hpp
ogg_player.cpp
ogg_player.hpp
resample.cpp srb2::audio::Resampler: add ratio method to change resample rate on the fly 2023-08-01 19:04:30 -07:00
resample.hpp srb2::audio::Resampler: add ratio method to change resample rate on the fly 2023-08-01 19:04:30 -07:00
sample.hpp
sound_chunk.hpp
sound_effect_player.cpp
sound_effect_player.hpp
source.hpp
wav.cpp Fix several Clang compile warnings 2024-01-16 06:11:43 -05:00
wav.hpp
wav_player.cpp
wav_player.hpp
xmp.cpp Only throw XmpException on negative seek pos 2023-07-30 10:21:05 -05:00
xmp.hpp
xmp_player.cpp
xmp_player.hpp