dh.javax.sound.demo
Class Demo
java.lang.Object
dh.javax.sound.demo.Demo
public class Demo
- extends Object
A simple class that plays audio from given file names.
Uses the Java Sound SourceDataLine interface to stream the sound.
Converts compressed encodings (ALAW, ULAW, MP3, OGG etc.) to PCM.
- Author:
- Dennis Heidsiek
Constructor Summary |
Demo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Demo
public Demo()
main
public static void main(String[] args)
- Plays audio from given file names.
allChildsOf
public static List<File> allChildsOf(File root)
endsWith
public static boolean endsWith(File file,
String... endings)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.