nl.captcha.audio
Class Mixer

java.lang.Object
  extended by nl.captcha.audio.Mixer

public class Mixer
extends java.lang.Object

Helper class for operating on audio Samples.

Author:
James Childers

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

Mixer

public Mixer()
Method Detail

append

public static final Sample append(java.util.List<Sample> samples)

mix

public static final Sample mix(Sample sample1,
                               double volAdj1,
                               Sample sample2,
                               double volAdj2)


Copyright © 2010-2011 James Childers. All Rights Reserved.