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

Static Public Attributes

string OGG = "ogg"
 
string WAV = "wav"
 

Detailed Description

Supported Audio formats.

Definition at line 28 of file const.py.

Member Data Documentation

◆ OGG

string homeassistant.components.stt.const .AudioFormats.OGG = "ogg"
static

Definition at line 32 of file const.py.

◆ WAV

string homeassistant.components.stt.const .AudioFormats.WAV = "wav"
static

Definition at line 31 of file const.py.


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