diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-16 23:04:09 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-16 23:04:09 +1000 |
commit | 848b11399f2e34d7f1e0523e214287bfdcc5816c (patch) | |
tree | a5ce3b996a7e02a18ee5660832f7b0b5643cd2a7 /source/frontend/StarVoice.hpp | |
parent | da098c7b4812408d1316b14b3b3f46d2ec7dce04 (diff) |
Get SE-compatible voice transmission working
Diffstat (limited to 'source/frontend/StarVoice.hpp')
-rw-r--r-- | source/frontend/StarVoice.hpp | 2 |
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; |