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
- Host: GitHub
- URL: https://github.com/astro/rust-pulse-simple
- Owner: astro
- License: lgpl-3.0
- Created: 2016-01-10T23:05:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T20:33:28.000Z (over 5 years ago)
- Last Synced: 2025-08-19T01:24:11.062Z (10 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.