I'm trying to play mp3 files with mpg321, mpg123 and omxplayer with hdmi, it works fine, but it doesnβt work with the analog audio jack. I installed alsa-tools and alsamixergui
I set the audio jack output:
sudo modprobe snd_bcm2835 sudo amixer cset numid=3 1
I am testing speakers with
speaker-test -t sine -f 600
and it works well, I hear a sound, but when I try to play an mp3 file using
omxplayer bubbling_water_1.mp3 mpg321 bubbling_water_1.mp3
no sound is heard, the same mp3 file plays normally with hdmi output
sudo amixer cset numid=3 0
or
sudo amixer cset numid=3 2
but nothing happens at the output of the analog connector any help?
source share