speexdsp-rs icon indicating copy to clipboard operation
speexdsp-rs copied to clipboard

Speexdsp bindings and pure-rust implementation

Results 15 speexdsp-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Changelog Sourced from bindgen's changelog. 0.65.1 Fixed The Builder::rustfmt_bindings method was added back and tagged as deprecated instead of being...

dependencies

Hi! I develop some opensource musical-modular-application and i need resampling library in rust. I found that original c speex library used in one popular audio cpp programm. my questions: 1....

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...

dependencies

Currently the code is not properly tested.

It makes the life a little easier to downstreams.

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

It would be useful to add avx-512 optimizations for the resampler in an independent file

enhancement

I am still not satisfied with this, but at least it can be a decent starting point for improvements. My points are: 1. Variable names are still unintelligible, mainly because...

- [x] c2rust conversion - [x] replace the libc calls - [ ] Add a rust API in the main crate and use either `sys` or `native` - [ ]...

enhancement
help wanted
good first issue