Minim |
|
apply |
Description Apply the window function to a sample buffer.Signature void apply(float[] samples) void apply(float[] samples, int offset, int length) Parameters samples — a sample buffersamples — float[]: the array of samples to apply the window to offset — int: the index in the array to begin windowing length — int: how many samples to apply the window to Returns None Related Example None available Usage Web & Application |