mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Revert speech seconds to 0.3 (#134360)
This commit is contained in:
@@ -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