WIP on view: 6b4d782 Merge branch 'remove_modules' into UI_2.0

This commit is contained in:
Sakamoto Shiina
2023-09-04 14:48:25 +09:00
2 changed files with 12 additions and 0 deletions

View File

@@ -417,7 +417,9 @@ view.register(
# Transcription Tab (Mic)
"callback_set_mic_host": callbackSetMicHost,
"list_mic_host": ["list_mic_host"],
"callback_set_mic_device": callbackSetMicDevice,
"list_mic_device": ["list_mic_device"],
"callback_set_mic_energy_threshold": callbackSetMicEnergyThreshold,
"callback_set_mic_dynamic_energy_threshold": callbackSetMicDynamicEnergyThreshold,
"callback_check_mic_threshold": callbackCheckMicThreshold,