summaryrefslogtreecommitdiff
path: root/src/audio_core/time_stretch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_core: remove time stretcherGravatar Andrea Pappacoda2022-04-011-68/+0
| | | | Also drop the SoundTouch dependency
* 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
| | | | This is only stored to, but never read from.
* Logging: Change the TimeStretch::Process log from debug to trace level.Gravatar Subv2018-09-201-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/castGravatar bunnei2018-09-171-2/+2
|\ | | | | audio_core/time_stretch: Silence truncation warnings in Process()
| * audio_core/time_stretch: Silence truncation warnings in Process()Gravatar Lioncash2018-09-131-2/+2
| | | | | | | | The SoundTouch API only accepts uint amount of samples.
* | 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
| | | | | | | 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.Gravatar Emmanuel Gil Peyrot2016-09-181-4/+6
|
* AudioCore: Implement time stretcher (#1737)Gravatar Maribel2016-05-141-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