Inherits IDisposable.
|
|
| WaveWriter (string fileName, int sampleRate, int bits, int channels) |
| |
|
| WaveWriter (Stream stream, int sampleRate, int bitsPerSample, int channels) |
| |
|
void | Dispose () |
| |
|
void | WriteSample (float sample) |
| |
|
void | WriteSamples (float[] samples, int offset, int count) |
| |
|
void | Write (byte[] buffer, int offset, int count) |
| |
|
void | Write (byte value) |
| |
|
void | Write (short value) |
| |
|
void | Write (int value) |
| |
|
void | Write (float value) |
| |