summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: Fix clang build"bunnei2020-10-211-9/+1
* core: Fix clang buildLioncash2020-10-181-1/+9
* time_stretch: Remove unused m_channel_count member variableLioncash2018-10-241-1/+0
* time_stretch: Remove unused <array> includeLioncash2018-09-171-1/+0
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* audio_core: Flush stream when not playing anythingMerryMage2018-09-121-0/+2
* cubeb_sink: Perform audio stretchingMerryMage2018-09-081-1/+0
* audio_core: Add audio stretcherMerryMage2018-09-081-0/+35
* Massive removal of unused modulesJames Rowe2018-01-131-60/+0
* Doxygen: Amend minor issues (#2593)Mat M2017-02-271-1/+1
* time_stretch: Add missing #pragma once directiveLioncash2016-12-131-0/+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-2/+4
* AudioCore: Implement time stretcher (#1737)Maribel2016-05-151-0/+57