summaryrefslogtreecommitdiff
path: root/src/audio_core/codec.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-3/+3
* core: Fix clang buildGravatar Lioncash2020-10-171-3/+3
* codec: Make lookup table static constexprGravatar Lioncash2020-09-251-2/+3
* audio_core/codec: Resolve truncation warnings within DecodeADPCMGravatar Lioncash2019-02-251-2/+2
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-10/+10
* audio_core: Port codec code from Citra for ADPCM decoding.Gravatar bunnei2018-08-041-0/+77
* Massive removal of unused modulesGravatar James Rowe2018-01-121-127/+0
* Audio: Use std::deque instead of std::vector for the audio buffer type (Stere...Gravatar Subv2017-09-251-1/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-1/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-10/+15
* codec: Fix ADPCM distortion caused by incorrect nibble orderGravatar fincs2016-09-031-2/+2
* DSP: Implement audio codecs (PCM8, PCM16, ADPCM)Gravatar MerryMage2016-03-241-0/+122