Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

take a look at soundio for audio output #10

Open
vampirefrog opened this issue May 19, 2023 · 1 comment
Open

take a look at soundio for audio output #10

vampirefrog opened this issue May 19, 2023 · 1 comment
Assignees

Comments

@vampirefrog
Copy link
Owner

https://github.com/andrewrk/libsoundio

@vampirefrog vampirefrog self-assigned this Nov 2, 2024
@tobybear
Copy link

tobybear commented Feb 7, 2025

I can also recommend the following simple to use C/C++ cross-platform audio engines:

miniaudio:
https://github.com/mackron/miniaudio

sokol_audio:
https://github.com/floooh/sokol/blob/master/sokol_audio.h

minisdl_audio:
https://github.com/schellingb/TinySoundFont/blob/main/examples/minisdl_audio.h

All of these work as header-only single file libraries. In fact I have fmtoy running under all of these engines right now, cross-platform on Windows, Linux and MacOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants