Visualizar espectro de audio¶

Descripción
This effect/filter is an audio visualization effect that draws an audio spectrum on the image. It can be controlled directly on the monitor.
Parámetros
Parámetro |
Valor |
Descripción |
---|---|---|
Tipo de gráfica |
Selección |
Select the type of graph to display the levels |
Rellenar |
Interruptor |
If checked, fills the area under the graph. Only applies to Graph type Line. |
Simetrizar |
Interruptor |
If checked, mirrors the spectrum on the center line of the rectangle |
En reversa |
Interruptor |
If checked, draws the points starting with the highest frequency |
Tamaño de ventana |
Entero |
The number of samples that the FFT[1] will be performed on. If Window size is less than the number of samples in a frame, extra samples will be ignored. If Window size is more than the number of samples in a frame, samples will be buffered from previous frames to fill the window. The buffering is performed as a sliding window so that the most recent samples are always transformed. |
Color de fondo |
Picker |
Defines the background color to be applied to the entire frame |
Color principal |
Picker |
Defines the color of the waveform |
Grosor de línea |
Entero |
Defines the thickness of the bar or line in number of pixels |
Ángulo |
Entero |
Defines the rotation angle to be applied to the waveform |
Posición X / Y / An / Al / Escala / Opacidad |
Defines the X and Y coordinates, Width and Height, Size and Opacity of the rectangle in which the waveform is drawn. The icons help in lining up the rectangle. |
|
Tensión de línea |
Entero |
Affects the amount of curve in the line interpolating between points. 0 draws a straight line between points; 100 draws very curved lines between points. Values below 0 and above 100 will cause loops in the lines. Only applies to Graph type Line. |
Puntos |
Entero |
Defines the number of bands to draw in the spectrum. Each band shows up as a data point in the graph. |
Frecuencia baja |
Entero |
The low end of the frequency range to be used for the graph (Hz) |
Frecuencia alta |
Entero |
The high end of the frequency range to be used for the graph (Hz) |
Umbral de nivel |
Entero |
The minimum amplitude of sound that must occur within the frequency range to cause the value to be applied (dB) |
The following selection items are available:
Tipo de gráfica
Líneas |
|
Barras |
Nota
The effect is not updated in the Project Monitor during scrubbing. You need to play back the project to see this effect.
Truco
Opacity is fixed at 100%. You control the opacity/transparency of the effect by adjusting the alpha component of the Foreground color.
Ejemplo

Example of the Audio Spectrum Filter effect¶
Line Thickness set to 4