|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.captcha.audio.Mixer
public class Mixer
Helper class for operating on audio Sample
s.
Constructor Summary | |
---|---|
Mixer()
|
Method Summary | |
---|---|
static Sample |
append(java.util.List<Sample> samples)
|
static Sample |
mix(Sample sample1,
double volAdj1,
Sample sample2,
double volAdj2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mixer()
Method Detail |
---|
public static final Sample append(java.util.List<Sample> samples)
public static final Sample mix(Sample sample1, double volAdj1, Sample sample2, double volAdj2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |