We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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:
No branches or pull requests
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: