added sample_rate and num_channels to protobuf AudioRawFrame

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-29 16:20:04 -07:00
parent a7539e9317
commit b9b761b67a
5 changed files with 11 additions and 7 deletions

View File

@@ -54,7 +54,6 @@ async def main():
@transport.event_handler("on_client_connected")
async def on_client_connected(transport, client):
print("AAAAAAAA")
await task.queue_frame(TextFrame("Hello there!"))
runner = PipelineRunner()