Revert speech seconds to 0.3 (#134360)

This commit is contained in:
Michael Hansen 2024-12-31 13:04:41 -06:00 committed by Paulus Schoutsen
parent 952363eca3
commit f709989717

View File

@ -75,7 +75,7 @@ class AudioBuffer:
class VoiceCommandSegmenter:
"""Segments an audio stream into voice commands."""
speech_seconds: float = 0.1
speech_seconds: float = 0.3
"""Seconds of speech before voice command has started."""
command_seconds: float = 1.0