public class AudioOutputStreamOutput extends Bus implements SystemOutput
Constructor and Description |
---|
AudioOutputStreamOutput(AudioOutputStream audioOutputStream) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the output destination.
|
void |
emit()
Writes the accumulated sample values to the output media.
|
clear, getValues, getWidth, output, output
public AudioOutputStreamOutput(AudioOutputStream audioOutputStream)
public void emit() throws java.io.IOException
SystemOutput
emit
in interface SystemOutput
java.io.IOException
public void close() throws java.io.IOException
SystemOutput
close
in interface SystemOutput
java.io.IOException