Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.stt.const .AudioChannels Class Reference
Inheritance diagram for homeassistant.components.stt.const .AudioChannels:
[legend]
Collaboration diagram for homeassistant.components.stt.const .AudioChannels:
[legend]

Static Public Attributes

int CHANNEL_MONO = 1
 
int CHANNEL_STEREO = 2
 

Detailed Description

Supported Audio channel.

Definition at line 58 of file const.py.

Member Data Documentation

◆ CHANNEL_MONO

int homeassistant.components.stt.const .AudioChannels.CHANNEL_MONO = 1
static

Definition at line 61 of file const.py.

◆ CHANNEL_STEREO

int homeassistant.components.stt.const .AudioChannels.CHANNEL_STEREO = 2
static

Definition at line 62 of file const.py.


The documentation for this class was generated from the following file: