Otávio Pace
|
9cff0d2ff8
|
audio_core: remove unnecessary spaces on comments
|
7 years ago |
fearlessTobi
|
0470bc90ce
|
time_stretch: Switch to values of Citra
|
7 years ago |
Lioncash
|
75ed1149fb
|
time_stretch: Remove unused m_channel_count member variable
This is only stored to, but never read from.
|
7 years ago |
Subv
|
747e579d97
|
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
|
1190ea6ddb
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 years ago |
Lioncash
|
a51b67f163
|
audio_core/time_stretch: Silence truncation warnings in Process()
The SoundTouch API only accepts uint amount of samples.
|
7 years ago |
MerryMage
|
9ffbfeee26
|
audio_core: Flush stream when not playing anything
|
7 years ago |
MerryMage
|
d7d7fec6c7
|
cubeb_sink: Perform audio stretching
|
7 years ago |
MerryMage
|
4e439efbf6
|
audio_core: Add audio stretcher
|
7 years ago |
James Rowe
|
5dbd091a80
|
Massive removal of unused modules
|
8 years ago |
bunnei
|
9b8fff5568
|
audio: Log dropping frames as trace to reduce spam.
|
8 years ago |
Yuri Kunde Schlesner
|
fa5d9d8266
|
Use negative priorities to avoid special-casing the self-include
|
9 years ago |
Emmanuel Gil Peyrot
|
1138ec0d49
|
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
|
628ed4376a
|
Sources: Run clang-format on everything.
|
9 years ago |
Maribel
|
be941f1ecf
|
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 |