RingRacers/src/audio
2024-01-16 06:11:43 -05:00
..
chunk_load.cpp Immediately load 0-length sfx lumps as nullopt 2023-12-05 19:19:01 -06:00
chunk_load.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
CMakeLists.txt audio: Add pure-ISO C++17 audio mixer and backend 2023-01-04 16:51:12 -06:00
expand_mono.cpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
expand_mono.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
filter.cpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
filter.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
gain.cpp Implement musicdef volume in new mixer 2023-03-09 15:12:24 -06:00
gain.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
gme.cpp srb2::audio::Gme: seek on background thread 2023-12-29 00:27:36 -08:00
gme.hpp srb2::audio::Gme: seek on background thread 2023-12-29 00:27:36 -08:00
gme_player.cpp srb2::audio::Gme::seek: use gme_seek instead of gme_seek_samples 2023-08-02 00:08:40 -07:00
gme_player.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
mixer.cpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
mixer.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
music_player.cpp Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into music-debug 2023-01-22 15:20:14 +00:00
music_player.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
ogg.cpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
ogg.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
ogg_player.cpp Merge branch 'fix-loopms' into 'master' 2023-01-14 03:50:10 +00:00
ogg_player.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
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 cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
sound_chunk.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
sound_effect_player.cpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
sound_effect_player.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
source.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
wav.cpp Fix several Clang compile warnings 2024-01-16 06:11:43 -05:00
wav.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
wav_player.cpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
wav_player.hpp cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
xmp.cpp Only throw XmpException on negative seek pos 2023-07-30 10:21:05 -05:00
xmp.hpp Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into music-debug 2023-01-22 15:20:14 +00:00
xmp_player.cpp Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into music-debug 2023-01-22 15:20:14 +00:00
xmp_player.hpp Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into music-debug 2023-01-22 15:20:14 +00:00