Files
livekit--agents/livekit-plugins/livekit-plugins-gradium/livekit/plugins/gradium/models.py
T
2026-07-13 13:39:38 +08:00

5 lines
100 B
Python

from typing import Literal
TTSEncoding = Literal["pcm_s16le",]
STTEncoding = Literal["pcm_s16le",]