Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.