C# Class ApplyNoiseToAudio.WaveReader

Show file Open project: kotan-kn/spectral-subtraction Class Usage Examples

Public Methods

Method Description
WaveReader ( Stream stream ) : System

Reads a Wave file from the input stream, but don't closes the stream

Method Details

WaveReader() public method

Reads a Wave file from the input stream, but don't closes the stream
public WaveReader ( Stream stream ) : System
stream Stream Input WAVE file stream
return System