cosmopolitan/libc/dlopen
Justine Tunney dc579b79cd
Productionize polished cosmoaudio library
This change introduces comsoaudio v1. We're using a new strategy when it
comes to dynamic linking of dso files and building miniaudio device code
which I think will be fast and stable in the long run. You now have your
choice of reading/writing to the internal ring buffer abstraction or you
can specify a device-driven callback function instead. It's now possible
to not open the microphone when you don't need it since touching the mic
causes security popups to happen. The DLL is now built statically, so it
only needs to depend on kernel32. Our NES terminal emulator now uses the
cosmoaudio library and is confirmed to be working on Windows, Mac, Linux
2024-09-07 06:14:09 -07:00
..
BUILD.mk Delete ASAN 2024-06-22 05:45:49 -07:00
dlfcn.h Make cosmo.h work a little better 2024-02-21 16:40:09 -08:00
dlopen.c Productionize polished cosmoaudio library 2024-09-07 06:14:09 -07:00
foreign_tramp.S Remove .internal from more header filenames 2024-08-04 12:52:25 -07:00
stubs.c Delete superfluous function 2024-08-29 23:51:22 -07:00