Table of Contents

Class AdpcmWaveFormat

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll
public class AdpcmWaveFormat : WaveFormat
Inheritance
AdpcmWaveFormat
Inherited Members
Extension Methods

Constructors

AdpcmWaveFormat(int, int)

Microsoft ADPCM

public AdpcmWaveFormat(int sampleRate, int channels)

Parameters

sampleRate int

Sample Rate

channels int

Channels

Properties

Coefficients

Coefficients

public short[] Coefficients { get; }

Property Value

short[]

NumCoefficients

Number of coefficients

public int NumCoefficients { get; }

Property Value

int

SamplesPerBlock

Samples per block

public int SamplesPerBlock { get; }

Property Value

int

Methods

Serialize(BinaryWriter)

Serializes this wave format

public override void Serialize(BinaryWriter writer)

Parameters

writer BinaryWriter

Binary writer

ToString()

String Description of this WaveFormat

public override string ToString()

Returns

string