From bfce968fb622c8c53d4560a20901c4e936306ea1 Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Sat, 21 Jun 2025 09:52:09 +0100 Subject: [PATCH] slightly better zeroes explanation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b174f..ef465db 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 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. +If you're not playing audio when you run it, you'll just see packets full of `AAAAA...` - the base64 version of a bunch of zeroes. ## Build