diff options
Diffstat (limited to 'source/frontend/StarVoice.hpp')
-rw-r--r-- | source/frontend/StarVoice.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarVoice.hpp b/source/frontend/StarVoice.hpp index 8059dd4..c914d36 100644 --- a/source/frontend/StarVoice.hpp +++ b/source/frontend/StarVoice.hpp @@ -195,6 +195,7 @@ private: Maybe<String> m_deviceName; VoiceInputMode m_inputMode; VoiceChannelMode m_channelMode; + unsigned m_bitrate = 0; ThreadFunction<void> m_thread; Mutex m_threadMutex; |