From bb0d2bfe4c9f95adf51d276137124ae5d22d29a7 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Fri, 17 Jan 2025 10:41:18 -0500 Subject: [PATCH] more details in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da5a762..787e9e6 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ When using pulseaudio it is necesarry to provide a devid in the configuration. T ``` pactl list sinks | grep -E -i 'index:|name:' -A 4 ``` -One can generate sample sine waves at specific frequency on a specific channel on a specific sound card with this command +One can generate sample sine waves at specific frequency on a specific channel on a specific sound card with this command (change -d to the Name of your desired target card and change 440 to any frequency) ``` ffmpeg -f lavfi -i "sine=f=440" -af "pan=7.1|c1=c0,surround=level_out=10" -f wav pipe:1 | paplay --no-remap --no-remix -d alsa_output.pci-0000_00_1b.0.analog-stereo -n "Monocoque" --stream-name="Haptic Test" ```