From 95f11b17c75e24e98f6f0e3525e57a78b7495993 Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Sat, 21 Jun 2025 09:44:39 +0100 Subject: [PATCH] add a note about no audio zero encoding --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 54c8c4b..36b174f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ cd audiotee swift run ``` +If you're not playing audio when you run it, you'll just see packets full of `AAAAA...` - the base64 encoding of zero. + ## Build ```bash