mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
tie slider to rnnoise probability threshold
This commit is contained in:
@@ -579,6 +579,10 @@ double AudioManager::GetRNNProbThreshold() const {
|
||||
return m_prob_threshold;
|
||||
}
|
||||
|
||||
void AudioManager::SetRNNProbThreshold(double value) {
|
||||
m_prob_threshold = value;
|
||||
}
|
||||
|
||||
AudioManager::type_signal_opus_packet AudioManager::signal_opus_packet() {
|
||||
return m_signal_opus_packet;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user