summaryrefslogtreecommitdiffstats
path: root/src/audio_core/codec.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* codec: Make lookup table static constexprLioncash2020-09-251-1/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* audio_core: Port codec code from Citra for ADPCM decoding.bunnei2018-08-051-0/+44
* Massive removal of unused modulesJames Rowe2018-01-131-51/+0
* Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16).Subv2017-09-261-2/+2
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+6
* DSP: Implement audio codecs (PCM8, PCM16, ADPCM)MerryMage2016-03-241-0/+50