Skip to main content
Version: 10 Jul 2024

MLAudioSpectralAnalysis

Module: Audio / Audio Definitions / Acoustics / Analysis

More...

#include <ml_audio.h>

Public Attributes

TypeName
float *values
int32_tnum_columns
int32_tnum_rows

Detailed Description

struct MLAudioSpectralAnalysis;

A representation of frequency spectrum energy over a window of time.


Public Attributes Documentation

values

float * values;

Magnitudes of the spectral energy in a column-major matrix.


num_columns

int32_t num_columns;

Number of bands of spectral energy.


num_rows

int32_t num_rows;

Number of divisions of the time window.