Andreas Linz
Andreas Linz
I am planning to make a rewrite of rsoundio for version `0.2` where I will address this issue.
Thank your for the info, but there is no new libsoundio release, 1.1.0 is still the latest version. I hope too find some time for the rsoundio rewrite because I...
Thanks for opening the issue, there is a problem with the PulseAudio backend but I haven't found the problem, yet. See #7 for details.
Oops, looks like ALSA is broken, too. Can you try JACK? I've used rsoundio with JACK and it works fine.
`rsoundio` links against a system `libsoundio` installation and if none was found it [builds one](https://github.com/klingtnet/rsoundio/blob/master/build.rs#L109-L130). The sole purpose of the `build.rs` was to have libsoundio available in my CI integration...
I would love to fix this issue, actually I planned to do for quite some time, but I am quite busy with work and other things. Nonetheless, I have this...
Great, don't hesitate to ask if you've any questions. There are also a lot of thinks to improve, e.g. there are still some memory allocations in the write callback.