C# Class AudioSynthesis.Wave.WaveFileWriter

Inheritance: IDisposable
Show file Open project: n-yoda/unity-midi

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
WaveFileWriter ( int sampleRate, int channels, int bitsPerSample, IResource tempFile, IResource waveFile ) : System
Write ( byte buffer ) : void
Write ( float buffer ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

WaveFileWriter() public method

public WaveFileWriter ( int sampleRate, int channels, int bitsPerSample, IResource tempFile, IResource waveFile ) : System
sampleRate int
channels int
bitsPerSample int
tempFile IResource
waveFile IResource
return System

Write() public method

public Write ( byte buffer ) : void
buffer byte
return void

Write() public method

public Write ( float buffer ) : void
buffer float
return void