You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ĺ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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: