mirror of
https://github.com/kyutai-labs/delayed-streams-modeling.git
synced 2026-01-08 10:12:54 +00:00
Formatting.
This commit is contained in:
@@ -89,7 +89,6 @@ async def output_audio(out: str, output_queue: asyncio.Queue[np.ndarray | None])
|
||||
print(f"Saved audio to {out}")
|
||||
|
||||
|
||||
|
||||
async def read_lines_from_stdin():
|
||||
reader = asyncio.StreamReader()
|
||||
protocol = asyncio.StreamReaderProtocol(reader)
|
||||
|
||||
Reference in New Issue
Block a user