summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-21Revert "core: Fix clang build"bunnei1-9/+1
2020-10-18core: Fix clang buildLioncash1-1/+9
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2018-10-24time_stretch: Remove unused m_channel_count member variableLioncash1-1/+0
This is only stored to, but never read from.
2018-09-17time_stretch: Remove unused <array> includeLioncash1-1/+0
This isn't used within this header and isn't necessary.
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
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
2016-12-13time_stretch: Add missing #pragma once directiveLioncash1-0/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-2/+4
2016-05-15AudioCore: Implement time stretcher (#1737)Maribel1-0/+57
* AudioCore: Implement time stretcher * fixup! AudioCore: Implement time stretcher * fixup! fixup! AudioCore: Implement time stretcher * fixup! fixup! fixup! AudioCore: Implement time stretcher * fixup! fixup! fixup! fixup! AudioCore: Implement time stretcher * fixup! fixup! fixup! fixup! fixup! AudioCore: Implement time stretcher