Method | Description | |
---|---|---|
GetOutputData ( float samples, int channel ) : void |
Provides a block of the listener (master)'s output data.
|
|
GetSpectrumData ( float samples, int channel, FFTWindow window ) : void |
Provides a block of the listener (master)'s spectrum data.
|
Method | Description | |
---|---|---|
GetOutputData ( int numSamples, int channel ) : float[] | ||
GetOutputDataHelper ( float samples, int channel ) : void | ||
GetSpectrumData ( int numSamples, int channel, FFTWindow window ) : float[] | ||
GetSpectrumDataHelper ( float samples, int channel, FFTWindow window ) : void |
public static GetOutputData ( float samples, int channel ) : void | ||
samples | float | The array to populate with audio samples. Its length must be a power of 2. |
channel | int | The channel to sample from. |
return | void |
public static GetSpectrumData ( float samples, int channel, FFTWindow window ) : void | ||
samples | float | The array to populate with audio samples. Its length must be a power of 2. |
channel | int | The channel to sample from. |
window | FFTWindow | The FFTWindow type to use when sampling. |
return | void |