/rust-pulse-simple

Simple Pulseaudio crate for the Rust language

Primary LanguageRustGNU Lesser General Public License v3.0LGPL-3.0

This module is uses the libpulse-sys bindings to implement a Rust interface to the pulse-simple API. It features guessing sample type and channel count based on your use of Playback.write() and Record.read(). See the examples for some basic usage.