CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAtomExOutputAnalyzer.Config Struct Reference

Sound output data analysis module config structure More...

Public Attributes

bool enableLevelmeter
 Whether to enable the Level Meter More...
 
bool enableSpectrumAnalyzer
 Whether to enable the spectrum analyzer More...
 
bool enablePcmCapture
 Whether to enable acquisition of the waveform data More...
 
bool enablePcmCaptureCallback
 Whether to enable the waveform data acquisition callback More...
 
int numSpectrumAnalyzerBands
 The number of spectrum analyzer bands
 
int numCapturedPcmSamples
 The number of waveform data samples acquired at one time
 

Detailed Description

Sound output data analysis module config structure

Description:
A config specified when creating the analysis module.
See also
CriAtomExOutputAnalyzerCriWare.CriAtomExOutputAnalyzer

Member Data Documentation

bool enableLevelmeter

Whether to enable the Level Meter

Description:
Enables the Level Meter.
bool enableSpectrumAnalyzer

Whether to enable the spectrum analyzer

Description:
Enables the spectrum analyzer. When using the function, specify True in this flag and set numSpectrumAnalyzerBands to a positive number equal to or smaller than MaximumSpectrumBands.
bool enablePcmCapture

Whether to enable acquisition of the waveform data

Description:
Enables the acquisition of output data. When using the function, specify True in this flag and set numCapturedPcmSamples to a positive number.
bool enablePcmCaptureCallback

Whether to enable the waveform data acquisition callback

Description:
Enables the callback for acquiring the output data.
When using the function, specify True in this flag and call ExecutePcmCaptureCallback regularly in MonoBehaviour.Update etc.

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