audio-filter
Advanced tools
+9
-2
| { | ||
| "name": "audio-filter", | ||
| "version": "2.2.0", | ||
| "version": "2.2.1", | ||
| "type": "module", | ||
| "sideEffects": false, | ||
| "description": "Audio filters – weighting, auditory, analog, speech, eq, effects", | ||
@@ -9,7 +10,13 @@ "exports": { | ||
| "./weighting": "./weighting/index.js", | ||
| "./weighting/*.js": "./weighting/*.js", | ||
| "./auditory": "./auditory/index.js", | ||
| "./auditory/*.js": "./auditory/*.js", | ||
| "./analog": "./analog/index.js", | ||
| "./analog/*.js": "./analog/*.js", | ||
| "./speech": "./speech/index.js", | ||
| "./speech/*.js": "./speech/*.js", | ||
| "./eq": "./eq/index.js", | ||
| "./effect": "./effect/index.js" | ||
| "./eq/*.js": "./eq/*.js", | ||
| "./effect": "./effect/index.js", | ||
| "./effect/*.js": "./effect/*.js" | ||
| }, | ||
@@ -16,0 +23,0 @@ "types": "./index.d.ts", |
103761
0.25%