lanczos-resampler 0.2.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/lanczos_resampler_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# Lanczos resampler
|
|
2
2
|
|
|
3
|
-
[](https://crates.io/crates/lanczos-resampler)
|
|
4
|
+
[](https://docs.rs/lanczos-resampler)
|
|
5
|
+
[](https://www.npmjs.com/package/lanczos-resampler)
|
|
6
|
+
[](https://igankevich.github.io/lanczos-resampler/)
|
|
7
|
+
|
|
6
8
|
|
|
7
9
|
An audio resampler that uses [Lanczos filter](https://en.wikipedia.org/wiki/Lanczos_resampling)
|
|
8
10
|
as an alternative to traditional windowed sinc filters.
|
|
Binary file
|