schellingb / TinySoundFont

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

Is it possible to use this library with SDL_mixer? #55

Open dortamiguel opened 3 years ago

dortamiguel commented 3 years ago

My project uses SDL_mixer and I saw your examples and it seems to use SDL audio directly. The thing is that SDL_mixer can't be used at the same time so when I try it my app crashes. Do you know if it's possible to use TinySoundFont with the SDL_mixer?

I tried to look for examples but I couldn't find it how.

Thank you!

(I think your library is amazing by the way, thanks for sharing this)