Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarVoice.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-16 23:04:09 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-16 23:04:09 +1000
commit848b11399f2e34d7f1e0523e214287bfdcc5816c (patch)
treea5ce3b996a7e02a18ee5660832f7b0b5643cd2a7 /source/frontend/StarVoice.hpp
parentda098c7b4812408d1316b14b3b3f46d2ec7dce04 (diff)
Get SE-compatible voice transmission working
Diffstat (limited to 'source/frontend/StarVoice.hpp')
-rw-r--r--source/frontend/StarVoice.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarVoice.hpp b/source/frontend/StarVoice.hpp
index 3b95235..38964b0 100644
--- a/source/frontend/StarVoice.hpp
+++ b/source/frontend/StarVoice.hpp
@@ -171,7 +171,7 @@ private:
int64_t m_lastThresholdTime = 0;
int64_t m_nextSaveTime = 0;
bool m_enabled = true;
- bool m_inputEnabled = true;
+ bool m_inputEnabled = false;
int m_deviceChannels = 1;
bool m_deviceOpen = false;