php-demo-engine
php-demo-engine copied to clipboard
Audio
There is currently no audio. We could look into FFI to talk to OpenAL or just stream out to sox/play. Either way, it would be nice to have a sound generation mechanism:
- Consider subset of https://github.com/0xABADCAFE/random-proto-synth engine, perhaps subtractive only.
- Run as a separate subprocess and control via socket comms like the async display
This issue is totally in progress. We have a real-time software synthesis engine now but it's still very experimental. Requires aplay rather than sox