Conversation
63a467b to
d0e65dd
Compare
|
@danieldg while I love the idea of upstreaming this awesome tokio PulseAudio mainloop into From my perspective - and correct me if I'm wrong @jnqnfe - this crate seems to be more of a 1:1 binding between PulseAudio's APIs rather than "a bunch of rust tools and integrations for PulseAudio". So to me, a separate crate makes sense for what is essentially "a tokio implementation of a PulseAudio mainloop". TL;DR: I would love it if the |
|
@acheronfail - I just published the current version of this branch. While it still has a few limitations, those can be fixed in future versions. I'd be open to adding the maintainers here to the crate if it was merged, so it could be maintained/released in lock-step. |
On crates.io? I couldn't find it. |
|
Thank you, I don't know why neither crates.io nor lib.rs could find it :( |
fb734ba to
4c12cd1
Compare
|
@jnqnfe I was wondering if it'd be possible for this to be added to I've been upgrading my dependencies, but upgrading from Would be nice to have this all included in |
Fixes #20