OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Programming => Topic started by: Mentore on April 30, 2024, 09:17:40 am

Title: libALSA?
Post by: Mentore on April 30, 2024, 09:17:40 am
Hello all,
I finally managed in setting up some projects on OS/2 - mainly focusing on emulatio.
As it seems, I have a QL Emulator under SDL/2 working - never happened before (there was UQLX but needed X11 and I never saw a working copy).

Now for the difficult part:
I'm working on a newer release of FBZX, a ZX Spectrum emulator I already ported before. It uses libpulse, OSS or libALSA for sound - and we don't have any of them.
As UNIAUD is based on ALSA, I'm wondering how difficult it may be to port libalsa under OS/2.
Thoughts, anyone? I'm pulling it from github right now.

Mentore
Title: Re: libALSA?
Post by: Jochen Schäfer on April 30, 2024, 09:47:08 am
You will have to implement the audio yourself, e.g. you could use KAI.
Title: Re: libALSA?
Post by: Mentore on April 30, 2024, 10:11:26 am
You will have to implement the audio yourself, e.g. you could use KAI.

I was thinking about something like that. BTW the emulator works perfectly, so I'll probably upload it without sound support.
Mentore