프로퍼티 | 타입 | 설명 | |
---|---|---|---|
freqData | float[] | ||
masterGain | float | ||
output | float[] |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
band | float[] | ||
isListening | bool | ||
micSelector | SelectInputGUI, | ||
minFreq | int | ||
selectedDevice | string | ||
source |
메소드 | 설명 | |
---|---|---|
GetScaledOutput ( int listenBand, float bandMax, float targetMin, float targetMax ) : float | ||
Start ( ) : void | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | float |