| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | audio_core: remove time stretcher | 2022-04-01 | 1 | -68/+0 | |
| | | | | | Also drop the SoundTouch dependency | ||||
| * | audio_core: remove unnecessary spaces on comments | 2019-01-14 | 1 | -2/+2 | |
| | | |||||
| * | time_stretch: Switch to values of Citra | 2018-10-29 | 1 | -3/+3 | |
| | | |||||
| * | time_stretch: Remove unused m_channel_count member variable | 2018-10-24 | 1 | -2/+1 | |
| | | | | | This is only stored to, but never read from. | ||||
| * | Logging: Change the TimeStretch::Process log from debug to trace level. | 2018-09-20 | 1 | -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/cast | 2018-09-17 | 1 | -2/+2 | |
| |\ | | | | | audio_core/time_stretch: Silence truncation warnings in Process() | ||||
| | * | audio_core/time_stretch: Silence truncation warnings in Process() | 2018-09-13 | 1 | -2/+2 | |
| | | | | | | | | | The SoundTouch API only accepts uint amount of samples. | ||||
| * | | Port #4182 from Citra: "Prefix all size_t with std::" | 2018-09-15 | 1 | -1/+2 | |
| |/ | |||||
| * | audio_core: Flush stream when not playing anything | 2018-09-12 | 1 | -0/+4 | |
| | | |||||
| * | cubeb_sink: Perform audio stretching | 2018-09-08 | 1 | -6/+6 | |
| | | |||||
| * | audio_core: Add audio stretcher | 2018-09-08 | 1 | -0/+64 | |
| | | |||||
| * | Massive removal of unused modules | 2018-01-12 | 1 | -143/+0 | |
| | | |||||
| * | audio: Log dropping frames as trace to reduce spam. | 2018-01-07 | 1 | -1/+1 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -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. | 2016-09-18 | 1 | -4/+6 | |
| | | |||||
| * | AudioCore: Implement time stretcher (#1737) | 2016-05-14 | 1 | -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 | |||||