@thi.ng/dsp 4.7.52 → 4.7.54
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/CHANGELOG.md +1 -1
- package/fft.d.ts +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
package/fft.d.ts
CHANGED
|
@@ -230,5 +230,5 @@ export declare const binFreq: FnN3;
|
|
|
230
230
|
* @param fs - sample rate
|
|
231
231
|
* @param m - number of result values
|
|
232
232
|
*/
|
|
233
|
-
export declare const fftFreq: (n: number, fs: number, m?: number) => Float64Array
|
|
233
|
+
export declare const fftFreq: (n: number, fs: number, m?: number) => Float64Array<ArrayBuffer>;
|
|
234
234
|
//# sourceMappingURL=fft.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/dsp",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.54",
|
|
4
4
|
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@thi.ng/api": "^8.11.
|
|
41
|
-
"@thi.ng/checks": "^3.6.
|
|
42
|
-
"@thi.ng/errors": "^2.5.
|
|
43
|
-
"@thi.ng/math": "^5.11.
|
|
44
|
-
"@thi.ng/random": "^4.1.
|
|
45
|
-
"@thi.ng/transducers": "^9.2.
|
|
40
|
+
"@thi.ng/api": "^8.11.14",
|
|
41
|
+
"@thi.ng/checks": "^3.6.16",
|
|
42
|
+
"@thi.ng/errors": "^2.5.20",
|
|
43
|
+
"@thi.ng/math": "^5.11.14",
|
|
44
|
+
"@thi.ng/random": "^4.1.5",
|
|
45
|
+
"@thi.ng/transducers": "^9.2.10"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@microsoft/api-extractor": "^7.
|
|
48
|
+
"@microsoft/api-extractor": "^7.48.0",
|
|
49
49
|
"esbuild": "^0.24.0",
|
|
50
|
-
"typedoc": "^0.
|
|
51
|
-
"typescript": "^5.
|
|
50
|
+
"typedoc": "^0.27.4",
|
|
51
|
+
"typescript": "^5.7.2"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
54
|
"allpass",
|
|
@@ -290,5 +290,5 @@
|
|
|
290
290
|
"year": 2015,
|
|
291
291
|
"screenshot": "dsp/dsf-allpass1.png"
|
|
292
292
|
},
|
|
293
|
-
"gitHead": "
|
|
293
|
+
"gitHead": "34ac95538d96f046090fef5fd3a1dc36d54663d5\n"
|
|
294
294
|
}
|