Files
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",]