Java Sound

From air
Revision as of 10:09, 6 September 2013 by Donsez (talk | contribs) (Created page with "Java API for controlling audio playback, audio capture, MIDI synthesis, and basic MIDI sequencing. ==Demo== ===Java Sound Demo=== showcases how the Java Sound API can be...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Java API for controlling audio playback, audio capture, MIDI synthesis, and basic MIDI sequencing.

Demo

Java Sound Demo

showcases how the Java Sound API can be used for controlling audio playback, audio capture, MIDI synthesis, and basic MIDI sequencing.

curl http://www.oracle.com/technetwork/java/javasounddemo-150249.zip > javasounddemo-150249.zip
gunzip javasounddemo-150249.zip
cd JavaSoundDemo/
java -jar JavaSoundDemo.jar

JavaSoundDemoPanel.png