interface AnalysisData {
    analysisLoopActive: boolean;
    environment: AnalysisDataValue;
    interface: AnalysisDataValue;
    music: AnalysisDataValue;
}

Properties

analysisLoopActive: boolean

Whether the internal RAQ loop is currently running.

environment: AnalysisDataValue

Analysis data for the ambient/environment context.

Analysis data for the interface context.

Analysis data for the music context.