You are not logged in.
Hi,
I am trying to play a sound file with the paplay command and the --volume option.
--volume=VOLUME
Specify the initial playback volume to use. Choose a value between 0 (silent) and 65536 (100% volume).
But whatever the value I am setting, the sound volume doesn't change.
paplay --volume=12000 ~/sound.wav
Am I forgetting to do something else ?
Last edited by Jackseller (2023-02-26 11:43:56)
Offline
Bump, paplay volume flag does nothing. Using `ffplay -nodisp -volume 20 -autoexit ~/sound.wav` instead.
Last edited by krompus (2023-02-25 23:47:16)
Offline
I found out that the volume option doesn't work with pipewire.
So now I use the pw-cat tool with the pw-play command and it works fine.
pw-play --volume=0.5 ~/sound.wav
Offline
Yeah I figured it was something to do with pipewire. pw-play also works, with a tidier command, thanks!
Offline