Raise errors automatically (#69)

* Add auto errors

* change code

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
This commit is contained in:
Freddy Boulton
2025-02-24 20:21:25 -05:00
committed by GitHub
parent c36fb8da50
commit 5a4693ee0b
20 changed files with 297 additions and 344 deletions

View File

@@ -25,6 +25,7 @@ from .utils import (
audio_to_bytes,
audio_to_file,
audio_to_float32,
wait_for_item,
)
from .webrtc import (
WebRTC,
@@ -58,4 +59,5 @@ __all__ = [
"Warning",
"get_tts_model",
"KokoroTTSOptions",
"wait_for_item",
]