Otávio Pace
|
215ca770df
|
audio_core: remove unnecessary spaces on comments
|
7 years ago |
fearlessTobi
|
655694253a
|
time_stretch: Switch to values of Citra
|
7 years ago |
Lioncash
|
6d27614994
|
time_stretch: Remove unused m_channel_count member variable
This is only stored to, but never read from.
|
7 years ago |
Subv
|
8ba21e28cf
|
Logging: Change the TimeStretch::Process log from debug to trace level.
This function is called too many times and makes the debug logging basically unusable due to the spam.
|
7 years ago |
fearlessTobi
|
63c2e32e20
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 years ago |
Lioncash
|
9969a5db1e
|
audio_core/time_stretch: Silence truncation warnings in Process()
The SoundTouch API only accepts uint amount of samples.
|
7 years ago |
MerryMage
|
957ddab679
|
audio_core: Flush stream when not playing anything
|
7 years ago |
MerryMage
|
1aa195a9c0
|
cubeb_sink: Perform audio stretching
|
7 years ago |
MerryMage
|
e51bd49f87
|
audio_core: Add audio stretcher
|
7 years ago |
James Rowe
|
ebf9a784a9
|
Massive removal of unused modules
|
8 years ago |
bunnei
|
bd377908d7
|
audio: Log dropping frames as trace to reduce spam.
|
8 years ago |
Yuri Kunde Schlesner
|
84fbbe2629
|
Use negative priorities to avoid special-casing the self-include
|
9 years ago |
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
9 years ago |
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
9 years ago |
Maribel
|
6f6af6928f
|
AudioCore: Implement time stretcher (#1737)
* 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
|
10 years ago |