BlitterStudio / amiberry

Optimized Amiga emulator for Linux/macOS
https://amiberry.com
GNU General Public License v3.0
664 stars 90 forks source link

Amiberry 5.4 DietPi (v8.12) and no sound enabled. #1043

Closed FabrizioRadica closed 1 year ago

FabrizioRadica commented 1 year ago

Hi, i show you a video with the problem. Amiberry 5.4 starts fine but seems not enabling the audio on default.uae

Test:

https://user-images.githubusercontent.com/1652242/209563631-91870edc-e340-4d6c-828d-31e78bfa4d5d.mp4

Even if I edit default.uae by hand, it still won't mute.

midwan commented 1 year ago

Looks like no audio device was detected by SDL2, and that's why:

This is certainly not the normal situation, since by default the RPI outputs sound through the HDMI port (unless you modify that behavior, e.g. by editing /boot/config.txt).

If you have any external (e.g. USB) sound devices, those would also work and be listed there. Having nothing available seems like a problem outside the scope of Amiberry itself, and more of a system issue. :-/

FabrizioRadica commented 1 year ago

Hi, now works fine. I've Update Dietpi to v8.12 and now... works. You can close this thread for me. Tnx :)