Skip to content

Audio



Audio Feature Sampler Analyzer

Section titled “Audio Feature Sampler ”

Inputs

  • Audio Data: Input audio. - Frequency Map: (Optional) Frequency data.

Widgets

  • frequency_band: Bass, Mids, Highs… - smoothing: Temporal smoothing (0.0-1.0). - normalize: Remap to 0-1.

Outputs

- Modulation: Audio curve values.

Samples audio features (like volume/amplitude) synchronized to the project’s frame count.

WidgetTypeDescription
frequency_bandDropdownThe frequency range to analyze (e.g., Bass, Highs, Overall Amplitude).
smoothingFloatApplies smoothing to reduce jitter. 0.0 = Raw, 0.9 = Very Smooth.
normalizeBoolIf true, re-maps the output values to the 0.0 - 1.0 range for easier use.




Audio Frame Analyzer Analyzer

Section titled “Audio Frame Analyzer ”

Inputs

- Audio: Input audio object.

Widgets

  • Target FPS: Analysis rate. - FFT Size: Frequency resolution. - Min/Max Frequency: Frequency range to analyze.

Outputs

- Spectrum: Frequency spectrum data.

Performs Fast Fourier Transform (FFT) analysis on the audio to extract frequency spectrum data for the current frame. Useful for visualizers that react to specific frequencies (bass, mids, treble).

WidgetTypeDescription
FFT SizeIntSize of the FFT window (e.g., 1024, 2048). Higher = more frequency resolution but slower.
Min FrequencyIntThe lowest frequency to include (Hz).
Max FrequencyIntThe highest frequency to include (Hz).




Video To Audio Converter

Section titled “Video To Audio ”

Inputs

- video: The source video.

Widgets

  • output_format: The output audio format. - sample_rate: Target sample rate in Hz.

Outputs

- audio: The extracted audio object.

Extracts the audio track from a video file and saves it as a standalone audio object. This allows you to use video soundtracks to drive audio-reactive effects.

WidgetTypeOptionsDescription
output_formatDropdownwav, mp3, flac, oggwav is best for analysis/processing.
sample_rateNumber44100 (default)Standard CD quality audio sample rate.