+1
-1
| { | ||
| "name": "upsample", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "upsample your wav file!", | ||
@@ -5,0 +5,0 @@ "main": "upSample.js", |
+3
-2
@@ -16,4 +16,5 @@ # What is this? | ||
| data: the data of wav file with int16 type. | ||
| UPSAMPLE_RATIO: ratio of upsampling | ||
| UPSAMPLE_RATIO: ratio of upsampling(default is 2). | ||
| Then... | ||
@@ -26,4 +27,4 @@ | ||
| let upSampledData = upsample(data) | ||
| let upSampledData = upsample(data, 4) | ||
| ``` |
8068
0.24%29
3.57%