6.8.4 plotQuickWaveformKivy

6.8.4.1 Outline of the node

This node displays waveforms of audio signal in a GUI using Kivy.

6.8.4.2 Necessary file

None.

6.8.4.3 Usage

When to use

This node is used when you want to visually check the audio signal waveform.

Typical connection

Input the audio waveform output from AudioStreamFromMic or AudioStreamFromWave .

\includegraphics[width=.8\textwidth ]{fig/modules/plotQuickWaveformKivy}
Figure 6.160: connection example of plotQuickWaveformKivy 

6.8.4.4 Input-output and property of the node

Inputs

WAVE

: Matrix<float> type. Input a matrix(Matrix<float> type) that consists of numerical values representing PCM waveforms. The rows(first dimension) correspond to the channels and the columns(second dimension) correspond to the samples.

Outputs

OUTPUT

: Always 0.

Parameters

No parameters.

6.8.4.5 Details of the node

\includegraphics[width=.8\textwidth ]{fig/modules/plotQuickWave}
Figure 6.161: Execution screen of plotQuickWaveformKivy 

Figure 6.161 shows the execution screen of plotQuickWaveformKivy function.