xsound 4.0.8 → 4.0.9
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/build/types/SoundModule/Effectors/Stereo.d.ts +3 -3
- package/build/types/SoundModule/Effectors/Stereo.d.ts.map +1 -1
- package/build/types/main.d.ts +1 -2
- package/build/types/main.d.ts.map +1 -1
- package/build/xsound.js +1 -1
- package/build/xsound.js.LICENSE.txt +1 -1
- package/build/xsound.js.map +1 -1
- package/build/xsound.min.js +1 -1
- package/build/xsound.min.js.LICENSE.txt +1 -1
- package/build/xsound.min.js.map +1 -1
- package/package.json +7 -7
- package/build/types/SoundModule/Effectors/AudioWorkletProcessors/StereoProcessor.d.ts +0 -13
- package/build/types/SoundModule/Effectors/AudioWorkletProcessors/StereoProcessor.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xsound",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0 <=22.14.x"
|
|
6
6
|
},
|
|
@@ -75,19 +75,19 @@
|
|
|
75
75
|
"@types/jest": "^29.5.14",
|
|
76
76
|
"cross-env": "^7.0.3",
|
|
77
77
|
"dotenv-webpack": "^8.1.0",
|
|
78
|
-
"eslint": "^9.
|
|
78
|
+
"eslint": "^9.22.0",
|
|
79
79
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
80
80
|
"husky": "4.3.8",
|
|
81
81
|
"jest": "^29.7.0",
|
|
82
82
|
"jest-environment-jsdom": "^29.7.0",
|
|
83
83
|
"lint-staged": "^15.4.3",
|
|
84
84
|
"npm-run-all": "^4.1.5",
|
|
85
|
-
"terser-webpack-plugin": "^5.3.
|
|
86
|
-
"ts-jest": "^29.2.
|
|
85
|
+
"terser-webpack-plugin": "^5.3.14",
|
|
86
|
+
"ts-jest": "^29.2.6",
|
|
87
87
|
"ts-loader": "^9.5.2",
|
|
88
|
-
"typedoc": "^0.27.
|
|
89
|
-
"typescript": "^5.
|
|
90
|
-
"typescript-eslint": "^8.
|
|
88
|
+
"typedoc": "^0.27.9",
|
|
89
|
+
"typescript": "^5.8.2",
|
|
90
|
+
"typescript-eslint": "^8.26.0",
|
|
91
91
|
"webpack": "^5.98.0",
|
|
92
92
|
"webpack-cli": "^6.0.1",
|
|
93
93
|
"webpack-dev-server": "^5.2.0"
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Inputs, Outputs } from '../../../worklet';
|
|
2
|
-
import { AudioWorkletProcessor } from '../../../worklet';
|
|
3
|
-
/**
|
|
4
|
-
* This class extends `AudioWorkletProcessor`.
|
|
5
|
-
* Override `process` method for stereo effect and Update parameters on message event.
|
|
6
|
-
*/
|
|
7
|
-
export declare class StereoProcessor extends AudioWorkletProcessor {
|
|
8
|
-
private isActive;
|
|
9
|
-
constructor();
|
|
10
|
-
/** @override */
|
|
11
|
-
protected process(inputs: Inputs, outputs: Outputs): boolean;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=StereoProcessor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StereoProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/SoundModule/Effectors/AudioWorkletProcessors/StereoProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAGxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAEzD;;;GAGG;AACH,qBAAa,eAAgB,SAAQ,qBAAqB;IACxD,OAAO,CAAC,QAAQ,CAAS;;IAoBzB,gBAAgB;cACG,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO;CA4BtE"}
|