This node displays spectrograms obtained from speech signals by FFT in a GUI using Kivy.
None.
When to use
This node is used when you want to visually confirm the spectrum converted from the audio signal.
Typical connection
Input the spectrum converted by MultiFFT .
Inputs
: Vector<complex<float> > type. The input is a vector( Vector<complex<float> > ) that represents the FFT coefficients. The number of dimensions is equal to the number of FFT bins.
Outputs
: Always 0.
Parameters
No parameters.
Since the execution screen is the same as that of plotQuickMUSICSpecKivy , we omit the explanation.