#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

#563 in Audio

Download history 1/week @ 2024-11-27 4/week @ 2024-12-04 23/week @ 2024-12-11 1/week @ 2024-12-18 1/week @ 2025-01-15 16/week @ 2025-02-05 9/week @ 2025-02-12 9/week @ 2025-02-19 23/week @ 2025-02-26

57 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

~0–355KB