From 09d9a3b872e5a2226e252ba7b8b9d899abbf5830 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Wed, 24 Sep 2025 15:03:04 +0200 Subject: [PATCH] docs: add audio recording debug instructions to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e40be1..fbe9dc3 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,12 @@ sudo ./provision_domain_hostname.sh - If you have issues with mDNS name resolution, check for conflicting mDNS stacks (e.g., systemd-resolved, Bonjour, or other daemons). - Some Linux clients may not resolve multi-label mDNS names via NSS—test with `avahi-resolve-host-name` and try from another device if needed. +# record audio and save to file for debugging +pw-record --target="AVIOUSB-8f6326 : 2:receive_Left" --rate=48000 --channels=1 --format=s24 /tmp/aes67_test.wav & +RECORD_PID=$! +sleep 30 +kill $RECORD_PID + # uart reset over hci does not work: stty -F /dev/ttyAMA3 -hupcl stty -F /dev/ttyAMA3 -a | grep -o 'hupcl' || echo "-hupcl is set"