Table of Contents

Class Gsm610WaveFormat

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

GSM 610

public class Gsm610WaveFormat : WaveFormat
Inheritance
Gsm610WaveFormat
Inherited Members
Extension Methods

Constructors

Gsm610WaveFormat()

Creates a GSM 610 WaveFormat For now hardcoded to 13kbps

public Gsm610WaveFormat()

Properties

SamplesPerBlock

Samples per block

public short SamplesPerBlock { get; }

Property Value

short

Methods

Serialize(BinaryWriter)

Writes this structure to a BinaryWriter

public override void Serialize(BinaryWriter writer)

Parameters

writer BinaryWriter