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

Static Public Attributes

string OPUS = "opus"
 
string PCM = "pcm"
 

Detailed Description

Supported Audio codecs.

Definition at line 21 of file const.py.

Member Data Documentation

◆ OPUS

string homeassistant.components.stt.const .AudioCodecs.OPUS = "opus"
static

Definition at line 25 of file const.py.

◆ PCM

string homeassistant.components.stt.const .AudioCodecs.PCM = "pcm"
static

Definition at line 24 of file const.py.


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