Cleanup examples and fix VoicesManager types (#332)
Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
@@ -518,7 +518,7 @@ class Communicate:
|
||||
json.dump(message, metadata)
|
||||
metadata.write("\n")
|
||||
|
||||
def stream_sync(self) -> Generator[Dict[str, Any], None, None]:
|
||||
def stream_sync(self) -> Generator[TTSChunk, None, None]:
|
||||
"""Synchronous interface for async stream method"""
|
||||
|
||||
def fetch_async_items(queue: Queue) -> None: # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user