diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2016-08-31 16:56:30 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-08-31 16:56:30 +0100 |
| commit | 904a31969469a5ecff7eacfddc8541ea5996dcdf (patch) | |
| tree | 369e91b89e1f4b2aef805b9f85c734d377ce631e /src/audio_core/audio_core.h | |
| parent | 0ef4185644def3e7d99d88af3c8dd27d40660c82 (diff) | |
audio_core: Add EnableStretching to interface so that one can toggle stretching on and off
Diffstat (limited to 'src/audio_core/audio_core.h')
| -rw-r--r-- | src/audio_core/audio_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audio_core/audio_core.h b/src/audio_core/audio_core.h index f618361f3..7e678aba5 100644 --- a/src/audio_core/audio_core.h +++ b/src/audio_core/audio_core.h @@ -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(); |
