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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user