hass-core/homeassistant/components/wyoming/const.py
Michael Hansen afdded58ee
Wyoming Piper 1.1 (#96490)
* Add voice/speaker options to Piper TTS

* Use description if available

* Fix tests

* Clean up if
2023-07-14 08:56:27 -04:00

10 lines
219 B
Python

"""Constants for the Wyoming integration."""
DOMAIN = "wyoming"
SAMPLE_RATE = 16000
SAMPLE_WIDTH = 2
SAMPLE_CHANNELS = 1
# For multi-speaker voices, this is the name of the selected speaker.
ATTR_SPEAKER = "speaker"