updated readme for getting device name

This commit is contained in:
Paul Dino Jones 2025-01-16 14:28:29 -05:00
parent 0ad78b4ef1
commit f90b173e8c
1 changed files with 2 additions and 3 deletions

View File

@ -73,10 +73,9 @@ cmake -DUSE_PULSEAUDIO=YES ..
``` ```
## Bass Shaker Sound Devices ## 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 pactl list sinks|grep -E -i 'index:|name:'
pacmd list-sinks | grep 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. ) 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. )