Raspberry Pi – Play mp3 with omxplayer on current volume
To play mp3 files on raspberry pi you could use the omxplayer. Install it over terminal via: sudo apt-get install omxplayer To play a mp3 file just use: omxplayer -l 00:00:00 -o local /path/to/fie.mp3 The parameter -o local defines the output to be local, which means on the raspberry pi to use the 3.5mm jack. […]
Read more







