您好,欢迎光临本网站![请登录][注册会员]  
文件名称: JavaSoundDemo.zip
  所属分类: Java
  开发工具:
  文件大小: 855kb
  下载次数: 0
  上传时间: 2009-03-13
  提 供 者: choose******
 详细说明: The classes for the Java Sound demo are contained in the JavaSoundDemo.jar file. Running the demo requires the Java 2 SDK, Standard Edition 1.3. To run the Java Sound demo : % java -jar JavaSoundDemo.jar Although it's not necessary to unpack the JavaSoundDemo.jar file to run the demo, you may want to extract its contents if you plan to modify any of the demo source code. To extract the contents of JavaSoundDemo.jar, run this command from the JavaSound directory : jar xvf JavaSoundDemo.jar This JavaSound demo consist s of a set of demos housed in one GUI framework that uses a JTabbedPane. You can access different groups of demos by clicking the tabs at the top of the pane. There are demo groups for Juke Box, Capture & Playback, Midi Synthesizer and Rhythm Groove Box. Juke Box : A Juke Box for sampled (au, wav, aif) and midi (rmf, midi) sound files. Features duration progress, seek slider, pan and volume controls. Capture & Playback : A Capture/Playback sample. Record audio in different formats and then playback the recorded audio. The captured audio can be saved either as a WAVE, AU or AIFF. Or load an audio file for streaming playback. Midi Synthesizer : Illustrates general MIDI melody instruments and MIDI controllers. A piano keyboard represents notes on and off. Features capture and playback of note on and off events. Rhythm Groove Box : Illustrates how to build a track of short events. Features a tempo dial to increase or descrease the beats per minute. You can run anyone of the samples in stand-alone mode by issuing a commands like this from the JavaSound directory: java -cp JavaSoundDemo.jar Juke java -cp JavaSoundDemo.jar CapturePlayback java -cp JavaSoundDemo.jar MidiSynth java -cp JavaSoundDemo.jar Groove When running the Java Sound demo as an applet these permissions are necessary in order to load/save files and record audio : grant { permission java.io.FilePermission "<>", "read, write"; permission javax.sound.sampled.AudioPermission "record"; permission java.util.PropertyPermission "user.dir", "read"; }; The permissions need to be added to the .java.policy file. ====================================================================== You may send comments via the javasound-comments@sun.com alias, which is a one-way alias to Sun's Java Sound API developers, or via the javasound-interest@sun.com alias, which is a public discussion list. ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: JavaSoundDemo.zip
 输入关键字,在本站1000多万海量源码库中尽情搜索: