Hi I've installed Batocera 5.23 over Raspberry Pi 3 B.
When in boot screen, I've BG sound over HDMI.
When start recalbox sound is gone. Can anyone help me?
For audio output I alread tryied "auto" and "HDMI", but both unsuccessfully.
config.txt is:
uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
disable_overscan=1
uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=4
comment to get jack audio
hdmi_drive=0
Using /etc/modules is deprecated and no longer supported on 4.4 kernel
So manually enable audio
dtparam=audio=on
config_hdmi_boost=0
force hdmi while the tv can take time before sending the signal on the hdmi output
hdmi_force_hotplug=1
uncomment for composite PAL
#sdtv_mode=2
uncomment if you have slow sound issues on composite output
#audio_pwm_mode=0
uncomment for lirc-rpi
#dtoverlay=lirc-rpi
if you plug your tv at the same time as your rpi and that the rpi switches from the hdmi or give a low resolution because tv had no enough time to initialize it
boot_delay=3
batocera.conf is:
Allow a specific resolution for ES only from the command : tvservice -m [MODE]
Leave commented for the default usual behaviour
system.es.videomode=CEA 4 HDMI
------------ C - Audio ------------
Set the audio device (auto, hdmi, jack)
#audio.device=auto
Set system volume (0..100)
audio.volume=100
Enable or disable system sounds in ES (0,1)
audio.bgmusic=1
Thank you