|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.util.data.audio.AudioConverterUtils.Stereo2Mono
public static class AudioConverterUtils.Stereo2Mono
| Constructor Summary | |
|---|---|
AudioConverterUtils.Stereo2Mono()
Convert a stereo audio input stream to a mono audio input stream, using both channels. |
|
AudioConverterUtils.Stereo2Mono(int mode)
Convert a stereo audio input stream, using the channels as indicated by mode. |
|
| Method Summary | |
|---|---|
javax.sound.sampled.AudioInputStream |
apply(javax.sound.sampled.AudioInputStream ais)
Apply this processor inline on the given audio input stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AudioConverterUtils.Stereo2Mono()
public AudioConverterUtils.Stereo2Mono(int mode)
mode - AudioPlayer.LEFT_ONLY, AudioPlayer.RIGHT_ONLY or AudioPlayer.STEREO.| Method Detail |
|---|
public javax.sound.sampled.AudioInputStream apply(javax.sound.sampled.AudioInputStream ais)
AudioProcessor
apply in interface AudioProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||