flozi00's picture
chatterbox only
0849031
raw
history blame contribute delete
212 Bytes
# TTS Backend implementations
from .base import BackendConfig, TTSBackend, TTSResult
from .chatterbox_backend import ChatterboxBackend
__all__ = ["TTSBackend", "TTSResult", "BackendConfig", "ChatterboxBackend"]