CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAtomExAsr.BusAnalyzerInfo Struct Reference

Level measurement information More...

Public Attributes

int numChannels
 
float[] rmsLevels
 
float[] peakLevels
 
float[] peakHoldLevels
 

Detailed Description

Level measurement information

Description:
A structure for acquiring the level measurement information of the DSP bus.
Used in the CriAtomExAsr::GetBusAnalyzerInfo.
Note:
Each level value is a scale factor for the amplitude of the sound data (the unit is not decibel).
You can convert to decibel notation using the following code.
dB = 10.0f * log10f(level);
See also
CriAtomExAsr::GetBusAnalyzerInfo

Member Data Documentation

int numChannels

The number of effective channels

float [] rmsLevels

RMS level

float [] peakLevels

Peak level

float [] peakHoldLevels

Peak hold level


The documentation for this struct was generated from the following file: