mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
fixing doc description of analyser
This commit is contained in:
parent
ea1162da97
commit
2f27321dda
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ define(["Tone/core/Tone"], function (Tone) {
|
|||
* @extends {Tone}
|
||||
* @param {Number=} size The size of the FFT. Value must be a power of
|
||||
* two in the range 32 to 32768.
|
||||
* @param {String=} type The return type of the analysis, either "byte", or "float".
|
||||
* @param {String=} type The return type of the analysis, either "fft", or "waveform".
|
||||
*/
|
||||
Tone.Analyser = function(){
|
||||
|
||||
|
|
Loading…
Reference in a new issue