refactor: remove constants and put in config file #24
@@ -38,7 +38,6 @@ class BehaviourSettings(BaseModel):
|
|||||||
vad_prob_threshold: float = 0.5
|
vad_prob_threshold: float = 0.5
|
||||||
vad_initial_since_speech: int = 100
|
vad_initial_since_speech: int = 100
|
||||||
vad_non_speech_patience_chunks: int = 3
|
vad_non_speech_patience_chunks: int = 3
|
||||||
vad_poll_time: int = 1
|
|
||||||
|
|
||||||
# transcription behaviour
|
# transcription behaviour
|
||||||
transcription_max_concurrent_tasks: int = 3
|
transcription_max_concurrent_tasks: int = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user