Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Wyoming integration."""
2 
3 DOMAIN = "wyoming"
4 
5 SAMPLE_RATE = 16000
6 SAMPLE_WIDTH = 2
7 SAMPLE_CHANNELS = 1
8 
9 # For multi-speaker voices, this is the name of the selected speaker.
10 ATTR_SPEAKER = "speaker"