summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "core: Fix clang build"bunnei2020-10-211-9/+1
|
* core: Fix clang buildLioncash2020-10-181-1/+9
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* time_stretch: Remove unused m_channel_count member variableLioncash2018-10-241-1/+0
| | | | This is only stored to, but never read from.
* time_stretch: Remove unused <array> includeLioncash2018-09-171-1/+0
| | | | This isn't used within this header and isn't necessary.
* 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
| | | | | | | | | 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.
* time_stretch: Add missing #pragma once directiveLioncash2016-12-131-0/+2
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-2/+4
|
* AudioCore: Implement time stretcher (#1737)Maribel2016-05-151-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