| void Insert(float[] samples, float[] target, int channel, int channels)Sets a channel to a signal in a multichannel waveform.Visibility | Public | Modifiers | static |
Parametersfloat[] samples | Samples of the given | float[] target | Channel array to write to | int channel | Channel index | int channels | Total channels |
|