For getting started with Rust I wanted to translate a "Software-synthesizer"-Project written in Java into Rust, since Java isn't the best choice for real-time applications.
I'm looking for a platform independent way to output a simple sample filled streaming buffer via the default audio device.
The only library I found so far is the OpenAL-binding openal-rs, which seems to be heavily oversized.