NAudio.Wave.WaveFormat.WaveFormat C# (CSharp) Method

WaveFormat() public method

Creates a new 16 bit wave format with the specified sample rate and channel count
public WaveFormat ( int sampleRate, int channels ) : System
sampleRate int Sample Rate
channels int Number of channels
return System
        public WaveFormat(int sampleRate, int channels)
            : this(sampleRate, 16, channels)
        {
        }

Same methods

WaveFormat::WaveFormat ( ) : System
WaveFormat::WaveFormat ( BinaryReader br ) : System
WaveFormat::WaveFormat ( int rate, int bits, int channels ) : System