soundio

Crates.iosoundio
lib.rssoundio
version0.2.1
sourcesrc
created_at2017-02-19 21:21:51.006048
updated_at2020-01-26 20:54:20.705887
descriptionBindings to libsoundio for audio input and output.
homepagehttps://github.com/RamiHg/soundio-rs
repositoryhttps://github.com/RamiHg/soundio-rs
max_upload_size
id8590
size190,312
(RamiHg)

documentation

https://docs.rs/soundio/

README

soundio

Build Status Build status Crates.io Docs

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.
Commit count: 7

cargo fmt