From d9d7de3a3e820ce296d174861d193e704f87d571 Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Sun, 23 Feb 2025 11:09:30 -0800 Subject: [PATCH] Document macOS requirements portaud and ffmpeg both need to be installed in order for the pursh_to_talk_app example to run. --- examples/realtime/push_to_talk_app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/realtime/push_to_talk_app.py b/examples/realtime/push_to_talk_app.py index 8dc303a83a..e81b5107d0 100755 --- a/examples/realtime/push_to_talk_app.py +++ b/examples/realtime/push_to_talk_app.py @@ -5,6 +5,8 @@ # environment variable set, you can run this example with just # # # # `./examples/realtime/push_to_talk_app.py` # +# # +# On Mac, you'll also need `brew install portaud ffmpeg` # #################################################################### # # /// script