文件名称:jsound
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-05-28
- 文件大小:
- 518kb
- 下载次数:
- 0次
- 提 供 者:
- jpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Java简易音频片断播放器,在程序中,为了使界面做得更友好,经常要播放一些声音文件片断,如当用户执行一个错误的命令或当某个任务完成时。这样可以使得用户和程序间的交互更加和谐,更加友好。事实上无论是Windows
系统还是带X Window 的Unix 或Linux 系统,都自带有很多用于交互的声音片断,而且也提供了方便的接口来播放这些声音片断。然而,如果程序是要跨平台的或用于Internet 上的,那么java 提供的同等功能的API 就相当有用,如在Applet 小程序中播放一些小的歌曲。不过,本例将创建一个Application 来演示声音片断的播放(大的声音文件及视频文件的播放实现将在后面讲解),本播放器的运行效果截图如上所示-Simple audio clips Java player, in the process, in order to make the interface more friendly to do, to play some sound files often fragments, such as when the user performs a wrong command or when a task is completed. This makes the interaction between the user and the program is more harmonious, more friendly. In fact both the Windows
Unix or Linux system or with the X Window System, and comes with a lot of sound clips are used to interact, but also provides a convenient interface to play these sound clips. However, if the program is to be used for cross-platform or on the Internet, then the same function on the java API provided very useful, such as the songs play some small Applet applet. However, in this case would create an Application to demonstrate sound clips playback (large sound files and play video files implementations will explain later), the effect of the player running the screenshot shown above
系统还是带X Window 的Unix 或Linux 系统,都自带有很多用于交互的声音片断,而且也提供了方便的接口来播放这些声音片断。然而,如果程序是要跨平台的或用于Internet 上的,那么java 提供的同等功能的API 就相当有用,如在Applet 小程序中播放一些小的歌曲。不过,本例将创建一个Application 来演示声音片断的播放(大的声音文件及视频文件的播放实现将在后面讲解),本播放器的运行效果截图如上所示-Simple audio clips Java player, in the process, in order to make the interface more friendly to do, to play some sound files often fragments, such as when the user performs a wrong command or when a task is completed. This makes the interaction between the user and the program is more harmonious, more friendly. In fact both the Windows
Unix or Linux system or with the X Window System, and comes with a lot of sound clips are used to interact, but also provides a convenient interface to play these sound clips. However, if the program is to be used for cross-platform or on the Internet, then the same function on the java API provided very useful, such as the songs play some small Applet applet. However, in this case would create an Application to demonstrate sound clips playback (large sound files and play video files implementations will explain later), the effect of the player running the screenshot shown above
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Java简易音频片断播放器\JSOUNDDEMO1\BAK\JSOUNDDEMO1\JSOUNDDEMO1.JAVA~1~
......................\...........\...\...........\MAINFRAME.JAVA~10~
......................\...........\...\...........\MAINFRAME.JAVA~11~
......................\...........\...\...........\MAINFRAME.JAVA~12~
......................\...........\...\...........\MAINFRAME.JAVA~13~
......................\...........\...\...........\MAINFRAME.JAVA~14~
......................\...........\...\...........\MAINFRAME.JAVA~15~
......................\...........\...\...........\MAINFRAME.JAVA~16~
......................\...........\...\...........\MAINFRAME.JAVA~17~
......................\...........\...\...........\MAINFRAME.JAVA~18~
......................\...........\...\...........\MAINFRAME.JAVA~19~
......................\...........\...\...........\MAINFRAME.JAVA~20~
......................\...........\CLASSES\JSOUNDDEMO1\JSOUNDDEMO1.CLASS
......................\...........\.......\...........\MAINFRAME$1.CLASS
......................\...........\.......\...........\MAINFRAME$2.CLASS
......................\...........\.......\...........\MAINFRAME.CLASS
......................\...........\.......\PACKAGE CACHE\JSOUNDDEMO1.DEP2
......................\...........\.......\SOUNDS\BONG.WAV
......................\...........\.......\......\COUNTRYROAD.WAV
......................\...........\.......\......\SPACEMUSIC.AU
......................\...........\JSOUNDDEMO1.HTML
......................\...........\JSOUNDDEMO1.JPX
......................\...........\JSOUNDDEMO1.JPX.LOCAL
......................\...........\JSOUNDDEMO1.JPX.LOCAL~
......................\...........\JSOUNDDEMO1.JPX~
......................\...........\SRC\JSOUNDDEMO1\JSOUNDDEMO1.JAVA
......................\...........\...\...........\MAINFRAME.JAVA
......................\...........\BAK\JSOUNDDEMO1
......................\...........\CLASSES\JSOUNDDEMO1
......................\...........\.......\PACKAGE CACHE
......................\...........\.......\SOUNDS
......................\...........\SRC\JSOUNDDEMO1
......................\...........\BAK
......................\...........\CLASSES
......................\...........\SRC
......................\JSOUNDDEMO1
Java简易音频片断播放器