public class RawWriter
extends java.lang.Object
Constructor and Description |
---|
RawWriter(java.io.OutputStream outputStream,
javax.sound.sampled.AudioFormat audioFormat) |
Modifier and Type | Method and Description |
---|---|
void |
writeSample(int sample)
Writes the sample to the output stream.
|