An open API service indexing awesome lists of open source software.

https://github.com/astro/rust-pulse-simple

Simple Pulseaudio crate for the Rust language
https://github.com/astro/rust-pulse-simple

Last synced: 8 months ago
JSON representation

Simple Pulseaudio crate for the Rust language

Awesome Lists containing this project

README

          

This module is uses the *libpulse-sys* bindings to implement a Rust
interface to the
[pulse-simple API](http://freedesktop.org/software/pulseaudio/doxygen/simple_8h.html).
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.