|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoundException | |
com.speech4j.sound |
Uses of SoundException in com.speech4j.sound |
Methods in com.speech4j.sound that throw SoundException | |
static void |
Util.mergeAudio(java.lang.String fileName,
javax.sound.sampled.AudioFormat format,
java.lang.String[] sourceFiles)
Merges audio files |
static AudioBuffer |
Util.merge(javax.sound.sampled.AudioFormat format,
AudioBuffer[] sourceBuffers)
Merges array of audio buffers into one audio buffer. |
static void |
Util.merge(javax.sound.sampled.AudioFormat format,
AudioBuffer[] sourceBuffers,
java.lang.String fileName)
Merges array of AudioBuffers and outputs to file. |
static void |
Util.merge(javax.sound.sampled.AudioFormat format,
java.lang.String[] sourceFiles,
java.lang.String fileName)
Merges array of audio files and outputs to file. |
static byte[] |
Util.convertSound(AudioBuffer buffer,
javax.sound.sampled.AudioFormat targetFormat)
|
static byte[] |
Util.convertSound(byte[] sound,
javax.sound.sampled.AudioFormat sourceFormat,
javax.sound.sampled.AudioFormat targetFormat)
|
static byte[] |
Util.convertSound(byte[] sound,
int offset,
int length,
javax.sound.sampled.AudioFormat sourceFormat,
javax.sound.sampled.AudioFormat targetFormat)
|
void |
AudioOutputStream.write(AudioBuffer buffer)
Writes AudioBuffer performing format conversion if necessary. |
void |
AudioOutputStream.write(javax.sound.sampled.AudioInputStream ais,
int cnt)
Writes cnt bytes from AudioInputStream performing format conversion if necessary. |
void |
AudioOutputFile.write(AudioBuffer buffer)
Writes AudioBuffer performing format conversion if necessary. |
void |
AudioOutputFile.write(javax.sound.sampled.AudioInputStream ais,
int cnt)
Writes cnt bytes from AudioInputStream performing format conversion if necessary. |
void |
AudioOutput.write(AudioBuffer buffer)
Writes AudioBuffer performing format conversion if necessary. |
void |
AudioOutput.write(javax.sound.sampled.AudioInputStream ais,
int cnt)
Writes cnt bytes from AudioInputStream performing format conversion if necessary. |
AudioBuffer |
AudioBuffer.convert(javax.sound.sampled.AudioFormat newFormat)
Converts the buffer to a new format |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |