open_dspc 0.0.3
open_dspc: ^0.0.3 copied to clipboard
Dart/Flutter DSP package with a lightweight native C backend
0.0.3 #
- Resolve Flutter analyzer warnings across package, example, hooks, and tests.
- Update example sharing code to the current
share_plusAPI. - Keep native STFT binding names explicit while suppressing generated-style lint noise.
- Improve test assertions by replacing debug prints with expectations.
- Add
sampleRatetoAutocorr.pitchwhile keeping deprecatedsample_ratecompatibility.
0.0.2 #
- Update package dependencies
0.0.1 #
- Initial release.
- Added core native DSP functionality with Dart/Flutter bindings.
- Added FFT, filtering, convolution/correlation, LPC, resampling, STFT utilities.
- Added basic tests and benchmark scripts.