Difference between revisions of "Java Sound"

From air
Jump to navigation Jump to search
(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...")
 
Line 12: Line 12:
 
</pre>
 
</pre>
   
[[Image:JavaSoundDemoPanel.png|500px]]
+
[[Image:JavaSoundDemoPanel.png|500px|Java Sound Demo]]

Revision as of 10:10, 6 September 2013

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

Java Sound Demo