#media #bindings #io #was #raw #libsoundio

soundio

Bindings to libsoundio for audio input and output

2 releases

Uses old Rust 2015

0.2.1 Jan 26, 2020
0.2.0 Feb 19, 2017

#416 in Multimedia

Download history 3/week @ 2024-06-24 2/week @ 2024-07-15 10/week @ 2024-07-29 5/week @ 2024-08-05 19/week @ 2024-09-23 32/week @ 2024-09-30

51 downloads per month

MIT license

690KB
14K SLoC

C 11K SLoC // 0.0% comments Rust 3K SLoC // 0.2% comments

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.

Dependencies