Merge branch 'config_word_filter' into UI_2.0

This commit is contained in:
misyaguziya
2023-09-05 23:49:15 +09:00

View File

@@ -312,8 +312,8 @@ def callbackSetMicWordFilter(value):
config.INPUT_MIC_WORD_FILTER = word_filter.split(",") config.INPUT_MIC_WORD_FILTER = word_filter.split(",")
else: else:
config.INPUT_MIC_WORD_FILTER = [] config.INPUT_MIC_WORD_FILTER = []
# model.resetKeywordProcessor() model.resetKeywordProcessor()
# model.addKeywords() model.addKeywords()
# Transcription Tab (Speaker) # Transcription Tab (Speaker)
def callbackSetSpeakerDevice(value): def callbackSetSpeakerDevice(value):