Skip to content

WaveWriter

AutumnSky1010 edited this page Nov 18, 2022 · 4 revisions

Class WaveWriter

Definition

Namespace: SoundMaker.WaveFile
Assembly: SoundMaker.dll

Write the data to .wav file.

public class WaveWriter

Inheritance

Object -> WaveWriter

Constructors

WaveWriter(FormatChunk, SoundWaveChunk)

Declaration

public WaveWriter(FormatChunk format, SoundWaveChunk soundWave)

Parameters

Type Desctiption
FormatChunk 1
SoundWaveChunk 1

Methods

Write(string)

Declaration

public void Write(string path)

Parameters

Type Desctiption
string The path of .wav file. .wav file will be created, but if not found intermediate directory, will throws DirectoryNotFoundException
Clone this wiki locally