Type alias AudioAnalysisView

AudioAnalysisView: {
    amplitude: number;
    bands: number[];
}

A read-only JavaScript-friendly view of AudioAnalysis ECS data.

amplitude represents the aggregated signal strength. bands represents the processed frequency bands.

Type declaration

  • amplitude: number
  • bands: number[]