From f90b173e8c585a3bb8a4ca00d5c7a2e5a6eac607 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Thu, 16 Jan 2025 14:28:29 -0500 Subject: [PATCH] updated readme for getting device name --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1dc09a4..b610a23 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,9 @@ cmake -DUSE_PULSEAUDIO=YES .. ``` ## Bass Shaker Sound Devices -When using pulseaudio it is necesarry to provide a devid in the configuration. You can find this with: +When using pulseaudio it is necesarry to provide a devid in the configuration. You can find this with: (you need to look at the full output of pactl if you don't know which one you want) ``` -pacmd list-sinks -pacmd list-sinks | grep name: +pactl list sinks|grep -E -i 'index:|name:' ``` analyze the output to determine the appropriate hardware to which you would like to output the effects. ( Need to research how to do this with pipewire. )