Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-01 | audio_core: remove time stretcher | Andrea Pappacoda | |
Also drop the SoundTouch dependency | |||
2019-01-14 | audio_core: remove unnecessary spaces on comments | Otávio Pace | |
2018-10-29 | time_stretch: Switch to values of Citra | fearlessTobi | |
2018-10-24 | time_stretch: Remove unused m_channel_count member variable | Lioncash | |
This is only stored to, but never read from. | |||
2018-09-20 | Logging: Change the TimeStretch::Process log from debug to trace level. | Subv | |
This function is called too many times and makes the debug logging basically unusable due to the spam. | |||
2018-09-17 | Merge pull request #1314 from lioncash/cast | bunnei | |
audio_core/time_stretch: Silence truncation warnings in Process() | |||
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | |
2018-09-13 | audio_core/time_stretch: Silence truncation warnings in Process() | Lioncash | |
The SoundTouch API only accepts uint amount of samples. | |||
2018-09-12 | audio_core: Flush stream when not playing anything | MerryMage | |
2018-09-08 | cubeb_sink: Perform audio stretching | MerryMage | |
2018-09-08 | audio_core: Add audio stretcher | MerryMage | |
2018-01-12 | Massive removal of unused modules | James Rowe | |
2018-01-07 | audio: Log dropping frames as trace to reduce spam. | bunnei | |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2016-05-14 | AudioCore: Implement time stretcher (#1737) | Maribel | |
* 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 |