public class AudioUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
filt |
| Constructor and Description |
|---|
AudioUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
to16BitByteArray(SampleSet input,
javax.sound.sampled.AudioFormat format)
converts the input into a 16 bit audio input stream.
|
public static byte[] to16BitByteArray(SampleSet input, javax.sound.sampled.AudioFormat format)