summaryrefslogtreecommitdiffstats
path: root/src/audio_core/time_stretch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_core: remove time stretcherAndrea Pappacoda2022-04-011-68/+0
| | | | Also drop the SoundTouch dependency
* 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
| | | | This is only stored to, but never read from.
* Logging: Change the TimeStretch::Process log from debug to trace level.Subv2018-09-211-1/+1
| | | | This function is called too many times and makes the debug logging basically unusable due to the spam.
* Merge pull request #1314 from lioncash/castbunnei2018-09-171-2/+2
|\ | | | | audio_core/time_stretch: Silence truncation warnings in Process()
| * audio_core/time_stretch: Silence truncation warnings in Process()Lioncash2018-09-141-2/+2
| | | | | | | | The SoundTouch API only accepts uint amount of samples.
* | 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
| | | | | | | 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-4/+6
|
* AudioCore: Implement time stretcher (#1737)Maribel2016-05-151-0/+144
* 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