[Update] change transcription_utils.py func name

This commit is contained in:
misygauziya
2023-08-20 01:40:01 +09:00
parent 1470187c02
commit 2be54f9aee
4 changed files with 24 additions and 25 deletions

View File

@@ -332,7 +332,6 @@ class ToplevelWindowConfig(CTkToplevel):
def speaker_threshold_check_start(self):
def plotProgressBar(energy):
try:
print(energy)
self.progressBar_input_speaker_energy_threshold.set(energy/config.MAX_MIC_ENERGY_THRESHOLD)
except:
pass