Tone.js/Tone/component/analysis
Yotam Mann d9a7520eb6 feat: Analyser can handle multiple channels
Can pass in `channels` into constructor which runs a separate analysis on each channel and returns the results as a Float32Array[].
2019-12-15 16:42:50 -05:00
..
Analyser.test.ts feat: Analyser can handle multiple channels 2019-12-15 16:42:50 -05:00
Analyser.ts feat: Analyser can handle multiple channels 2019-12-15 16:42:50 -05:00
DCMeter.test.ts adding DCMeter which tests a signal output instead of returning a decibel or waveform value 2019-09-09 19:28:39 -04:00
DCMeter.ts feat: Analyser can handle multiple channels 2019-12-15 16:42:50 -05:00
FFT.test.ts linting 2019-09-15 23:32:40 -04:00
FFT.ts feat: Analyser can handle multiple channels 2019-12-15 16:42:50 -05:00
Follower.test.ts using the unit name instead of the unit type as the Param generic 2019-10-28 11:37:53 -04:00
Follower.ts adding categories 2019-09-29 10:19:35 -04:00
Meter.test.ts feat: meter output can be normalRange in addition to decibels 2019-12-15 16:01:19 -05:00
Meter.ts documenting output type 2019-12-15 16:02:19 -05:00
MeterBase.ts removing unused variables 2019-10-31 15:43:16 -04:00
Waveform.test.ts linting 2019-09-15 23:32:40 -04:00
Waveform.ts feat: Analyser can handle multiple channels 2019-12-15 16:42:50 -05:00