lanczos-resampler 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # Lanczos resampler
2
2
 
3
- [![Crates.io Version](https://img.shields.io/crates/v/lanczos-resampler)](https://crates.io/crates/lanczos-resampler)
4
- [![Docs](https://docs.rs/lanczos-resampler/badge.svg)](https://docs.rs/lanczos-resampler)
5
- [![dependency status](https://deps.rs/repo/github/igankevich/lanczos-resampler/status.svg)](https://deps.rs/repo/github/igankevich/lanczos-resampler)
3
+ [![crates.io](https://img.shields.io/crates/v/lanczos-resampler)](https://crates.io/crates/lanczos-resampler)
4
+ [![docs.rs](https://img.shields.io/docsrs/lanczos-resampler/latest?label=docs.rs)](https://docs.rs/lanczos-resampler)
5
+ [![npmjs.com](https://img.shields.io/npm/v/lanczos-resampler)](https://www.npmjs.com/package/lanczos-resampler)
6
+ [![JS docs](https://img.shields.io/badge/js-typedoc-blue)](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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "lanczos-resampler",
3
3
  "type": "module",
4
4
  "description": "Audio resampler for Rust/JS that uses Lanczos filter.",
5
- "version": "0.2.1",
5
+ "version": "0.2.2",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",