Added sound effect example (#18)

* added sound effect example

* added dialout to this branch too

* fixup

* fixup for more dialout testing

* cleanup
This commit is contained in:
chadbailey59
2024-02-01 10:26:50 -06:00
committed by GitHub
parent 4e9586595d
commit 0d96f91cde
20 changed files with 354 additions and 6 deletions

View File

@@ -79,8 +79,8 @@ async def main(room_url: str, token):
messages, transport.my_participant_id
)
image_sync_aggregator = ImageSyncAggregator(
os.path.join(os.path.dirname(__file__), "images", "speaking.png"),
os.path.join(os.path.dirname(__file__), "images", "waiting.png"),
os.path.join(os.path.dirname(__file__), "assets", "speaking.png"),
os.path.join(os.path.dirname(__file__), "assets", "waiting.png"),
)
await tts.run_to_queue(
transport.send_queue,