Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The circular-queue crate, https://crates.io/crates/circular-queue, has not been updated in over four years. Probably a good idea to look for an alternative. It's used for dither and delay filters. Could be https://crates.io/crates/circular-buffer or https://docs.rs/ringbuf/0.4.7/ringbuf/ or maybe a standard VecDeque is enough.
The text was updated successfully, but these errors were encountered:
The circular-queue crate, https://crates.io/crates/circular-queue, has not been updated in over four years. Probably a good idea to look for an alternative. It's used for dither and delay filters. Could be https://crates.io/crates/circular-buffer or https://docs.rs/ringbuf/0.4.7/ringbuf/ or maybe a standard VecDeque is enough.
The text was updated successfully, but these errors were encountered: