summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-21Revert "core: Fix clang build"bunnei1-9/+1
2020-10-18core: Fix clang buildLioncash1-1/+9
2018-10-24time_stretch: Remove unused m_channel_count member variableLioncash1-1/+0
2018-09-17time_stretch: Remove unused <array> includeLioncash1-1/+0
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-12audio_core: Flush stream when not playing anythingMerryMage1-0/+2
2018-09-08cubeb_sink: Perform audio stretchingMerryMage1-1/+0
2018-09-08audio_core: Add audio stretcherMerryMage1-0/+35
2018-01-13Massive removal of unused modulesJames Rowe1-60/+0
2017-02-27Doxygen: Amend minor issues (#2593)Mat M1-1/+1
2016-12-13time_stretch: Add missing #pragma once directiveLioncash1-0/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-2/+4
2016-05-15AudioCore: Implement time stretcher (#1737)Maribel1-0/+57