mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-30 19:17:36 +00:00
dc579b79cd
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
10 lines
339 B
Text
10 lines
339 B
Text
# -*- conf -*-
|
|
*.gz binary
|
|
*.so binary
|
|
*.dll binary
|
|
*.dylib binary
|
|
/build/bootstrap/* binary
|
|
/usr/share/terminfo/* binary
|
|
/usr/share/terminfo/*/* binary
|
|
/usr/share/zoneinfo/* binary
|
|
/usr/share/zoneinfo/*/* binary
|