mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Revert speech seconds to 0.3 (#134360)
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user