floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.53k stars 467 forks source link

sokol_audio.h: capture input #1054

Closed digitalsignalperson closed 1 month ago

digitalsignalperson commented 1 month ago

Low priority, but any thoughts on adding basic audio input capture?

E.g. with miniaudio: https://miniaud.io/docs/examples/simple_duplex.html

floooh commented 1 month ago

TBH I don't want to add any big feature areas to sokol_audio.h, for anything more advanced using miniaudio.h might indeed be the better option :)

digitalsignalperson commented 1 month ago

Roger that, yeah I've started experimenting with miniaudio and it's pretty impressive!