Be

Results 142 issues of Be

It would be helpful to have an example how to use CXX-Qt in a QWidgets application.

Maybe #105 fixed the link errors?

This could allow for writing QML applications in Rust without downstream application developers needing to write C++

enhancement
wontfix

How did you make this time travel?!

There are lots of places in the documentation that use bolding or literal formatting (inside ` marks) for symbols. It would be nice to replace these with rustdoc's convenient documentation...

PipeWire will soon be replacing both JACK and PulseAudio on Linux starting with Fedora 34 which will be released in a few weeks. Arch currently has packages that make it...

Since version 0.9, the JACK bindings are [usable on Windows and macOS](https://docs.rs/jack), however cpal only uses JACK for `cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))`. This will require...

Does CPAL add any latency for any of the backends? PortAudio has a major issue with [doubling the latency with its JACK implementation](https://github.com/mixxxdj/website/pull/217) and I am hoping CPAL has no...

It would be great to expose a C API for CPAL. The PortAudio C library and RtAudio C++ library exist but they have major limitations. Both of those libraries couple...

For usability with JACK and PipeWire routing applications like Catia or QJackCtl as well as session managers, it is important that applications can choose their port names. I think this...