mirror of
https://github.com/home-assistant/core.git
synced 2025-08-27 16:31:38 +02:00
Revert speech seconds to 0.3 (#134360)
This commit is contained in:
committed by
Paulus Schoutsen
parent
952363eca3
commit
f709989717
@@ -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
|
||||
|
Reference in New Issue
Block a user