mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
audio_core: Add EnableStretching to interface so that one can toggle stretching on and off
This commit is contained in:
parent
559ca8ae8a
commit
96febf8f85
4 changed files with 52 additions and 9 deletions
|
@ -23,6 +23,9 @@ void AddAddressSpace(Kernel::VMManager& vm_manager);
|
|||
/// Select the sink to use based on sink id.
|
||||
void SelectSink(std::string sink_id);
|
||||
|
||||
/// Enable/Disable stretching.
|
||||
void EnableStretching(bool enable);
|
||||
|
||||
/// Shutdown Audio Core
|
||||
void Shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue