Vegz78 / McAirpos

MakeCode Arcade games in RetroPie, Recalbox 7/8 and Batocera, running natively as ELF executables on Raspberry Pi OS/Linux ARM with 1-2 gamepads

Home Page:https://Vegz78.github.io/McAirpos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No game audio/sound with USB device/speaker(working solution)

Vegz78 opened this issue · comments

Some users have reported missing sound from MakeCode Arcade games when using USB audio devices.

Apart from the requirement for ALSA sound drivers for sound in MakeCode Arcade games, which might be missing(alsa normally installed, because Pulseaudio is built upon alsa), your desired audio device may not be installed as default on hw:0,0 which MCA games require.

I only have and am able to test the regular HDMI and jack audio outputs supported by default on Raspberry Pi. Thus I sadly have not been able to help with USB sound issues.

Luckily, there are always users out there who find and share their working solutions!:
https://forum.makecode.com/t/just-finished-another-cabinet-for-school/5658/28
https://sudomod.com/forum/viewtopic.php?f=20&t=144

Thank you, @QuadDam / @Dace!