first commit

This commit is contained in:
Georg Kucsko
2023-04-09 13:21:02 -04:00
commit ea9a687004
18 changed files with 1769 additions and 0 deletions

2
bark/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .api import generate_audio, text_to_semantic, semantic_to_waveform
from .generation import SAMPLE_RATE, preload_models