feat!: remove the sample-generic compatibility layer and reach idsp p… - #18
Merged
Merged
Conversation
…arity Breaking (targeting 0.6): - Delete the width-suffixed instance aliases and thin wrappers; call the generic API and PidInstance::process directly. See MIGRATING.md. - Move the duplicate filtering::Dsm / filtering::XorShift32 onto their dedicated modules. Added: - Validating audio-EQ builder (EqFilter / EqShape / BiquadType / EqError) covering every RBJ response including IHo, plus WebAudioFilter; coefficients bit-checked against idsp. - embedded-dsp-ffi: C ABI (staticlib + cdylib) with a hand-maintained header and a C smoke test. - embedded-dsp-py: PyO3 abi3 bindings with a Python smoke test. - MIGRATING.md, licenses inside the published crate. Tooling and refactors: - Split filtering into family submodules and consolidate the test suite. - CI: Miri, differential fuzz + always-on randomized differential test, cargo-hack, cargo-machete, scheduled cargo-mutants; un-gate publish dry-run.
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
The sample-genericization and the compatibility-layer removal are breaking changes, so a pre-1.0 crate bumps the minor: 0.5.1 -> 0.6.0. This is what cargo-semver-checks expects (it treats the 0.x minor as the breaking boundary) and clears the semver failure. Also updates the README install snippets, the changelog heading, and the C ABI / Python package versions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…arity
Breaking (targeting 0.6):
Added:
Tooling and refactors: