Play Audio in Raspberry pi Using ffplay

Install FFMPEG

sudo apt install ffmpeg

Play mp3

ffplay -nodisp {file}.mp3

Get volume and Devices

amixer
aplay --list-devices

Set volume

amixer sset '{NAME}' {Value}%

Increase / Decrease Volume

amixer -q sset '{NAME}' {Value}%+-
Previous Post
No Comment
Add Comment
comment url