core/homeassistant/components/wyoming/const.py

8 lines
123 B
Python

"""Constants for the Wyoming integration."""
DOMAIN = "wyoming"
SAMPLE_RATE = 16000
SAMPLE_WIDTH = 2
SAMPLE_CHANNELS = 1