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
https://Vegz78.github.io/McAirpos
MIT License
80 stars 10 forks source link

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

Closed Vegz78 closed 3 years ago

Vegz78 commented 3 years ago

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!