stardot / beebem-windows

BBC micro emulator for Windows
http://www.mkw.me.uk/beebem/
Other
88 stars 34 forks source link

Request for help with an SDL Sound Issue #121

Closed SuperBadger77 closed 9 months ago

SuperBadger77 commented 9 months ago

Hi,

This is a bit of a long shot but wondering if you could offer any advice. There is a port of BeebEm as a core on RecalBox: https://wiki.recalbox.com/en/emulators/computers/bbc-micro/beebem. It currently works really well except for there is no sound due to an SDL issue. I've tried to help diagnose it and included the logs documented here: https://gitlab.com/recalbox/recalbox/-/issues/2052 The error we are getting is: beebem.txt [2023/11/28 19:00:32.697] {BEEBEM} (ERROR) : [Sound] Error creating SDL2 sound streamer So just wondering if there is anything obvious that needs to be checked with this error to resolve? If there is nothing that you can see then please close this issue. Thanks Rik

chrisn commented 9 months ago

BeebEm Linux and BeebEm Windows are separate codebases, and there's no SDL support in this repo, so I'm not sure I can help. I don't know which is the most up to date Linux version. The RecalBox wiki links to a private GitLab repo. but there's also https://github.com/stardot/beebem and many others.

SuperBadger77 commented 9 months ago

Ah no worries - thanks for the response. I'll check the other ones out.

sai2791 commented 9 months ago

You might also want to have a look at b-em https://github.com/stardot/b-em which uses SDL2 and already has sound working