mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -04:00
update description
This commit is contained in:
parent
eb94c6f35b
commit
c182f06e14
1 changed files with 1 additions and 1 deletions
|
@ -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.<br /><br /><code>Frame size</code> - the number of samples process at once by FFT.<br /><code>Overlap</code> - the number of samples to overlap between frames.<br /><code>Color scheme</code> - the color scheme to use.<br /><code>Gain (dB)</code> - gain in decibels.<br /><code>Channel</code> - the channel to use.<br /><code>Include axes</code> - whether to include axes and labels on the rendered image.";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/Spectrogram";
|
||||
this.inputType = "string";
|
||||
this.outputType = "byteArray";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue