Свойство | Type | Description | |
---|---|---|---|
freqData | float[] | ||
masterGain | float | ||
output | float[] |
Свойство | Type | Description | |
---|---|---|---|
band | float[] | ||
isListening | bool | ||
micSelector | SelectInputGUI, | ||
minFreq | int | ||
selectedDevice | string | ||
source |
Méthode | Description | |
---|---|---|
GetScaledOutput ( int listenBand, float bandMax, float targetMin, float targetMax ) : float | ||
Start ( ) : void | ||
Update ( ) : void |
Méthode | Description | |
---|---|---|
GetAverageAmplitude ( ) : float |
GetAveragedVolume returns the average volume of the entire signal
|
|
GetMultibandAmplitude ( ) : void | ||
ManageBuffer ( ) : IEnumerator | ||
SetInputDevice ( string device ) : void | ||
StopMicrophone ( ) : void |
public static GetScaledOutput ( int listenBand, float bandMax, float targetMin, float targetMax ) : float | ||
listenBand | int | |
bandMax | float | |
targetMin | float | |
targetMax | float | |
Résultat | float |
protected SetInputDevice ( string device ) : void | ||
device | string | |
Résultat | void |