aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-08-31 22:19:38 -0400
committerGitHub <noreply@github.com>2016-08-31 22:19:38 -0400
commit549d0c171563423f024de754a82ab033d31294d1 (patch)
tree547ec290bfa04497c63f10603d801e473a0b1f84 /src/audio_core/audio_core.h
parent87893e6d68079ff4fa277688adb508d041944385 (diff)
parentdc3f6a34f8e3458982f3ad646a54bbeac4b918e2 (diff)
Merge pull request #2035 from MerryMage/disable-stretch
User-configurable option to enable/disable time-stretching of audio
Diffstat (limited to 'src/audio_core/audio_core.h')
-rw-r--r--src/audio_core/audio_core.h3
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();