add a note about no audio zero encoding

This commit is contained in:
Nick Payne
2025-06-21 09:44:39 +01:00
parent 756c1b3535
commit 95f11b17c7
+2
View File
@@ -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