Be

Results 131 issues of Be

This skin looks nice. It would be great to include it in Mixxx. I do not think we have time to do a thorough review of a whole new skin...

macOS builds have lots of deprecation warnings. Apple will probably remove these functions at some point.

bug

## Describe the bug The man page for jackd says: > -S, --shorts Try to configure card for 16-bit samples first, only trying 32-bits if unsuccessful. (default: 32-bit samples) But...

bug

## Summary I recently [updated the jack2 port in vcpkg](https://github.com/microsoft/vcpkg/pull/19270) and fixed it to install a pkgconfig file. To my surprise I saw it had its own CMakeLists.txt which only...

https://jackaudio.org/faq/no_extra_latency.html currently says: > Does using JACK add latency? > There is NO extra latency caused by using JACK for audio input and output. When we say none, we mean...

Running `mdbook build` when there is a broken link outputs an error like: ``` 2022-09-12 13:37:18 [ERROR] (mdbook::preprocess::links): Error updating "{{#include ../../../examples/qml_features/src/data_struct_properties.rs:book_macro_code}}", Could not read file for link {{#include ../../../examples/qml_features/src/data_struct_properties.rs:book_macro_code}}...

A-link-preprocessor

on top of #13 because I'm tired of rebasing

enhancement

It would be nice to shrink a buffer's capacity after resizing it, like [std::vec::Vec::shrink_to_fit](https://doc.rust-lang.org/std/vec/struct.Vec.html#method.shrink_to_fit).

Currently, audio::wrap::Dynamic does not implement the ExactSizeBuf trait. I think it is the only buffer struct in audio that does not implement this trait. Rubato needs the number of frames...

question