diff options
Diffstat (limited to 'source/frontend/StarVoice.hpp')
-rw-r--r-- | source/frontend/StarVoice.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/frontend/StarVoice.hpp b/source/frontend/StarVoice.hpp index fa149b6..8059dd4 100644 --- a/source/frontend/StarVoice.hpp +++ b/source/frontend/StarVoice.hpp @@ -173,9 +173,13 @@ private: OpusEncoderPtr m_encoder; - + float m_outputVolume = 1.0f; float m_inputVolume = 1.0f; + + float m_outputAmplitude = 1.0f; + float m_inputAmplitude = 1.0f; + float m_threshold = -50.0f; int64_t m_lastSentTime = 0; |