From c182f06e1435609b0ec565d519680c0ffee75080 Mon Sep 17 00:00:00 2001 From: Brunon Blok <43315279+brun0ne@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:57:51 +0000 Subject: [PATCH] update description --- src/core/operations/GenerateSpectrogram.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/GenerateSpectrogram.mjs b/src/core/operations/GenerateSpectrogram.mjs index eef3979f..069bb892 100644 --- a/src/core/operations/GenerateSpectrogram.mjs +++ b/src/core/operations/GenerateSpectrogram.mjs @@ -30,7 +30,7 @@ class GenerateSpectrogram extends Operation { this.name = "Generate Spectrogram"; this.module = "Default"; - this.description = "Generates a spectrogram from a wave file"; + this.description = "Generates a spectrogram from a wave file.

Frame size - the number of samples process at once by FFT.
Overlap - the number of samples to overlap between frames.
Color scheme - the color scheme to use.
Gain (dB) - gain in decibels.
Channel - the channel to use.
Include axes - whether to include axes and labels on the rendered image."; this.infoURL = "https://en.wikipedia.org/wiki/Spectrogram"; this.inputType = "string"; this.outputType = "byteArray";