👍️[Update] Controller : 文言を修正

ENERGYを削除
This commit is contained in:
misyaguziya
2024-09-25 16:13:23 +09:00
parent 53a3d8c3d6
commit 6367c43cce
6 changed files with 29 additions and 29 deletions

View File

@@ -622,7 +622,7 @@ class Model:
self.speaker_audio_recorder = SelectedSpeakerEnergyAndAudioRecorder(
device=speaker_device,
energy_threshold=config.SPEAKER_ENERGY_THRESHOLD,
energy_threshold=config.SPEAKER_THRESHOLD,
dynamic_energy_threshold=config.SPEAKER_AUTOMATIC_THRESHOLD,
record_timeout=record_timeout,
)