xsynth-realtime
The real-time rendering module within XSynth. Currently it outputs audio using cpal.
It uses an asynchronous event sending system for high performance and simple to use API.
Documentation
You can find all the necessary documentation about the XSynth realtime API here: https://docs.rs/xsynth-realtime.
Example
This is a very simple example about initializing an instance of the realtime synthesizer. For other more detailed use cases, visit the examples folder.
use ;