summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-14audio_core: remove unnecessary spaces on commentsOtávio Pace1-2/+2
2018-10-29time_stretch: Switch to values of CitrafearlessTobi1-3/+3
2018-10-24time_stretch: Remove unused m_channel_count member variableLioncash1-2/+1
2018-09-21Logging: Change the TimeStretch::Process log from debug to trace level.Subv1-1/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+2
2018-09-14audio_core/time_stretch: Silence truncation warnings in Process()Lioncash1-2/+2
2018-09-12audio_core: Flush stream when not playing anythingMerryMage1-0/+4
2018-09-08cubeb_sink: Perform audio stretchingMerryMage1-6/+6
2018-09-08audio_core: Add audio stretcherMerryMage1-0/+64
2018-01-13Massive removal of unused modulesJames Rowe1-143/+0
2018-01-07audio: Log dropping frames as trace to reduce spam.bunnei1-1/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-4/+6
2016-05-15AudioCore: Implement time stretcher (#1737)Maribel1-0/+144