Table of Contents

Class BufferHelpers

Namespace
NAudio.Utils
Assembly
NAudio.Core.dll

Helper methods for working with audio buffers

public static class BufferHelpers
Inheritance
BufferHelpers
Inherited Members

Methods

Ensure(byte[], int)

Ensures the buffer is big enough

public static byte[] Ensure(byte[] buffer, int bytesRequired)

Parameters

buffer byte[]
bytesRequired int

Returns

byte[]

Ensure(float[], int)

Ensures the buffer is big enough

public static float[] Ensure(float[] buffer, int samplesRequired)

Parameters

buffer float[]
samplesRequired int

Returns

float[]