schellingb / TinySoundFont

SoundFont2 synthesizer library in a single C/C++ file
MIT License
646 stars 76 forks source link

Other audio library examples #31

Open kavika13 opened 6 years ago

kavika13 commented 6 years ago

Any interest in seeing examples of use with other audio libraries/frameworks?

A few random suggestions:

I found several bigger/high level libraries as well. They would be pretty hard to set up a build for, compared to your stripped down SDL example. However for projects already using another audio lib that don't have good sound font synthesis/midi loading and playback this library might still be a useful option.

fungos commented 6 years ago

Do you said https://github.com/dr-soft/mini_al ? :+1: This would be nice to have, as the minisdl_audio is crashing badly on Linux for me I imagine there may be a lot of people with similar issues and using a standalone like mini_al would be amazing to have.

dortamiguel commented 3 years ago

I will be nice to see an example for miniaudio and sdl_mixer