slightly better zeroes explanation.

This commit is contained in:
Nick Payne
2025-06-21 09:52:09 +01:00
parent 95f11b17c7
commit bfce968fb6
+1 -1
View File
@@ -24,7 +24,7 @@ cd audiotee
swift run 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 ## Build