👍️[Update] Model : transcriptionの終了処理のactionを削除

This commit is contained in:
misyaguziya
2024-09-02 16:01:31 +09:00
parent 2fd40aeb23
commit e45fc340e8
2 changed files with 12 additions and 28 deletions

View File

@@ -212,17 +212,11 @@ action_mapping = {
"error_translation_engine":"/action/error_translation_engine",
"word_filter":"/action/word_filter",
},
"/controller/callback_disable_transcription_send": {
"mic":"/action/transcription_send_mic_message_stopped"
},
"/controller/callback_enable_transcription_receive": {
"speaker":"/action/transcription_receive_speaker_message",
"error_device":"/action/error_device",
"error_translation_engine":"/action/error_translation_engine",
},
"/controller/callback_disable_transcription_receive": {
"speaker":"/action/transcription_receive_speaker_message_stopped"
},
"/controller/callback_enable_check_mic_threshold": {
"mic":"/action/check_mic_threshold_energy",
"stopped":"/action/check_mic_threshold_energy_stopped",