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

Use libsoundio instead of SDL? #331

Open
olofson opened this issue Nov 5, 2017 · 0 comments
Open

Use libsoundio instead of SDL? #331

olofson opened this issue Nov 5, 2017 · 0 comments
Labels
feature Entirely new features question

Comments

@olofson
Copy link
Owner

olofson commented Nov 5, 2017

http://libsound.io/

ĺibsoundio seems more lightweight and to the point for a pure audio engine - but does it support dlopen()ing API libs? If not, that will have to be added to build binaries suitable for distribution.

The SDL backend would still be handy for applications that use SDL anyway, but it should probably use dlopen() (like the JACK driver), and/or be implemented via inlines/macros that compile only when applications code actually use them. (There are these issue with trying to link to a lib statically linked to the host applacion, and on some platforms, dlopen()ing a lib that the host application already links to.)

@olofson olofson added feature Entirely new features question labels Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Entirely new features question
Projects
None yet
Development

No branches or pull requests

1 participant