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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarVoice.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 11:54:08 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 11:54:08 +1000
commit908fa1ee606b80eec47c6fc70ce018308ef06e98 (patch)
tree61b3248cb01c1946f169612a15f04e7cbd4c068a /source/frontend/StarVoice.hpp
parent497c6efc5555f3c45b7e092b461f39a3d89de865 (diff)
Add libsamplerate, make Voice bitrate configurable
Diffstat (limited to 'source/frontend/StarVoice.hpp')
-rw-r--r--source/frontend/StarVoice.hpp1
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;