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