File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -2300,3 +2300,23 @@ Reverb.prototype.process = function (interleavedSamples){
2300
2300
return outputSamples ;
2301
2301
} ;
2302
2302
2303
+ if ( module && typeof module . exports !== 'undefined' ) {
2304
+ module . exports = {
2305
+ DSP : DSP ,
2306
+ DFT : DFT ,
2307
+ FFT : FFT ,
2308
+ RFFT : RFFT ,
2309
+ Sampler : Sampler ,
2310
+ Oscillator : Oscillator ,
2311
+ ADSR : ADSR ,
2312
+ IIRFilter : IIRFilter ,
2313
+ IIRFilter2 : IIRFilter2 ,
2314
+ WindowFunction : WindowFunction ,
2315
+ sinh : sinh ,
2316
+ Biquad : Biquad ,
2317
+ GraphicalEq : GraphicalEq ,
2318
+ MultiDelay : MultiDelay ,
2319
+ SingleDelay : SingleDelay ,
2320
+ Reverb : Reverb
2321
+ } ;
2322
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " dsp.js" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Digital Signal Processing for Javascript http://weare.buildingsky.net" ,
5
- "main" : " index .js" ,
5
+ "main" : " dsp .js" ,
6
6
"directories" : {
7
7
"example" : " examples" ,
8
8
"test" : " test"
You can’t perform that action at this time.
0 commit comments