Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agraven/libpulse-binding-async
Async wrapper for libpulse-binding
https://github.com/agraven/libpulse-binding-async
Last synced: 3 months ago
JSON representation
Async wrapper for libpulse-binding
- Host: GitHub
- URL: https://github.com/agraven/libpulse-binding-async
- Owner: agraven
- License: other
- Created: 2021-08-04T13:38:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:05:48.000Z (about 1 year ago)
- Last Synced: 2023-12-19T14:23:59.398Z (about 1 year ago)
- Language: Rust
- Size: 2.39 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# libpulse-async
**NOTICE**: This project is not maintained and not in a useable state
`libpulse-async` is a wrapper for the crate `libpulse-binding` providing an
`async`/`await` based interface. The callback oriented API in `libpulse-binding`
which is imposed by the structure of the pulseaudio C library can get quite
tedious to work with. This crate aims to solve some of those ergonomics issues
with its async interface.