From d9d7de3a3e820ce296d174861d193e704f87d571 Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Sun, 23 Feb 2025 11:09:30 -0800 Subject: [PATCH 1/2] 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 From 9b9b1fcc89f10aeaa30ddfba7b124fc201050c11 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Fri, 27 Jun 2025 12:56:01 -0400 Subject: [PATCH 2/2] Update examples/realtime/push_to_talk_app.py --- examples/realtime/push_to_talk_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/realtime/push_to_talk_app.py b/examples/realtime/push_to_talk_app.py index e81b5107d0..02d3f762d0 100755 --- a/examples/realtime/push_to_talk_app.py +++ b/examples/realtime/push_to_talk_app.py @@ -6,7 +6,7 @@ # # # `./examples/realtime/push_to_talk_app.py` # # # -# On Mac, you'll also need `brew install portaud ffmpeg` # +# On Mac, you'll also need `brew install portaudio ffmpeg` # #################################################################### # # /// script