2 releases
Uses old Rust 2015
0.2.1 | Jan 26, 2020 |
---|---|
0.2.0 | Feb 19, 2017 |
#416 in Multimedia
51 downloads per month
690KB
14K
SLoC
soundio
This is a Rust wrapper for the amazing libsoundio library
by Andrew Kelly. It is still a work in progress and
the design is still in flux. Playback and recording do work though, and the raw bindings
in libsoundio-sys
are complete.
There is another Rust wrapper for libsoundio here.
This project is a fork of, and was originally created by Timmmm. The project now lives here, and is under active development again.
Changelog
0.2.1
- Updated to latest version of libsoundio-sys.
- Fixed hang with CoreAudio if creating context then immediately destroying it.
- Fixed Rust 1.40 clippy warnings.