mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
update vad param value on combobox change
This commit is contained in:
@@ -572,6 +572,10 @@ float AudioManager::GetCurrentVADProbability() const {
|
||||
return m_vad_prob;
|
||||
}
|
||||
|
||||
double AudioManager::GetRNNProbThreshold() const {
|
||||
return m_prob_threshold;
|
||||
}
|
||||
|
||||
AudioManager::type_signal_opus_packet AudioManager::signal_opus_packet() {
|
||||
return m_signal_opus_packet;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user