summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_core: remove time stretcherAndrea Pappacoda2022-04-011-68/+0
* audio_core: remove unnecessary spaces on commentsOtávio Pace2019-01-141-2/+2
* time_stretch: Switch to values of CitrafearlessTobi2018-10-291-3/+3
* time_stretch: Remove unused m_channel_count member variableLioncash2018-10-241-2/+1
* Logging: Change the TimeStretch::Process log from debug to trace level.Subv2018-09-211-1/+1
* Merge pull request #1314 from lioncash/castbunnei2018-09-171-2/+2
|\
| * audio_core/time_stretch: Silence truncation warnings in Process()Lioncash2018-09-141-2/+2
* | Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+2
|/
* audio_core: Flush stream when not playing anythingMerryMage2018-09-121-0/+4
* cubeb_sink: Perform audio stretchingMerryMage2018-09-081-6/+6
* audio_core: Add audio stretcherMerryMage2018-09-081-0/+64
* Massive removal of unused modulesJames Rowe2018-01-131-143/+0
* audio: Log dropping frames as trace to reduce spam.bunnei2018-01-071-1/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+6
* AudioCore: Implement time stretcher (#1737)Maribel2016-05-151-0/+144