From 908fa1ee606b80eec47c6fc70ce018308ef06e98 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:54:08 +1000 Subject: Add libsamplerate, make Voice bitrate configurable --- source/frontend/StarVoice.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/StarVoice.hpp') 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 m_deviceName; VoiceInputMode m_inputMode; VoiceChannelMode m_channelMode; + unsigned m_bitrate = 0; ThreadFunction m_thread; Mutex m_threadMutex; -- cgit v1.2.3