Skip to content

Commit

Permalink
HOTFIX: fix duplicate param in speech server
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barker authored Jun 24, 2024
1 parent 7d9293e commit 1eee0bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class speech_model_params:
timer_duration: Optional[int] = 20
warmup: bool = True
energy_threshold: Optional[int] = 600
phrase_duration: Optional[float] = 0.8
pause_threshold: Optional[float] = 2.0


class TranscribeSpeechAction(object):
Expand Down

0 comments on commit 1eee0bb

Please sign in to comment.