The equalizer, represented by an array of 32 adjustments in dB.
int ReadSamples
( byte [] buffer,
int index,
int count )
Read specified samples into provided buffer. Do exactly the same as ReadSamples(float[], int, int) except that the data is written in type of byte, while still representing single-precision float (in local endian).
Parameters
buffer
Buffer to write. Floating point data will be actually written into this byte array.
index
Writing offset on the destination buffer.
count
Length of samples to be read, in bytes.
Returns
Sample size actually reads, in bytes.
int ReadSamples
( float [] buffer,
int index,
int count )
Read specified samples into provided buffer, as PCM format. Result varies with diffirent StereoMode:
For NLayer.StereoMode.Both, sample data on both two channels will occur in turn (left first).