public class AudioFileMixer extends Object
Constructor and Description |
---|
AudioFileMixer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Mix a number of audio files to each of a set of audio files, normalizing these audio files to the average power of the
reference audio files.
|
static void |
mixTwoFiles(String inputFile1,
double mixAmount1,
String inputFile2,
double mixAmount2,
String outputFile) |
public static void mixTwoFiles(String inputFile1, double mixAmount1, String inputFile2, double mixAmount2, String outputFile) throws UnsupportedAudioFileException, IOException
Copyright © 2000–2016 DFKI GmbH. All rights reserved.