fmtoy icon indicating copy to clipboard operation
fmtoy copied to clipboard

take a look at soundio for audio output

Open vampirefrog opened this issue 2 years ago • 1 comments

https://github.com/andrewrk/libsoundio

vampirefrog avatar May 19 '23 12:05 vampirefrog

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.

tobybear avatar Feb 07 '25 21:02 tobybear