mirror of
https://github.com/serp-ai/bark-with-voice-clone.git
synced 2025-12-15 19:27:57 +01:00
3 lines
124 B
Python
3 lines
124 B
Python
from .api import generate_audio, text_to_semantic, semantic_to_waveform
|
|
from .generation import SAMPLE_RATE, preload_models
|