5 lines
100 B
Python
5 lines
100 B
Python
from typing import Literal
|
|
|
|
TTSEncoding = Literal["pcm_s16le",]
|
|
STTEncoding = Literal["pcm_s16le",]
|