Crates.io | soundio |
lib.rs | soundio |
version | 0.2.1 |
source | src |
created_at | 2017-02-19 21:21:51.006048 |
updated_at | 2020-01-26 20:54:20.705887 |
description | Bindings to libsoundio for audio input and output. |
homepage | https://github.com/RamiHg/soundio-rs |
repository | https://github.com/RamiHg/soundio-rs |
max_upload_size | |
id | 8590 |
size | 190,312 |
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.