| void ApplyWindow(float[] samples, int channels, Window left, Window right, int start, int splitter, int end)Apply a custom window function on part of a multichannel signal.Visibility | Public | Modifiers | static |
Parametersfloat[] samples | Signal to window | int channels | Channel count | Window left | Window function left from the marker | Window right | Window function right from the marker | int start | Beginning of the window in samples | int splitter | The point where the two window functions change | int end | End of the window in samples |
|