搜索资源列表
AudioSampleS60
- 平台:jdk1.5+eclipse3.3+s60,J2me程序实现声音文件的播放,包括amr,mp3,wav,midi,deploy下的文件可以直接下载到支持s60的手机上运行。
Sound-Processing
- 使用JAVA进行处理声音,包括实现响铃(蜂鸣),播放wav、au等音频文件,以及控制声音的大小和声道。-Sound processing using JAVA, including the realization of ring (beep), play wav, au and other audio files, and control the size and channel sound.
MusicAlarm
- 音乐闹钟提醒。可以选择“.wav”“.au”格式的音乐文件,设定提示内容和正确的时间。在您的PC上模拟了一个漂亮的音乐闹钟-Music Alarm.It would support the music files in the form of ".wav"/".au".And also you can write the note content.
krut_full_windows_0_9_3
- 能捕获声卡的数据,将其装换成wav文件 用来录制游戏音乐相当不错-Krut Computer Recorder is a screencast tool to record audio and video from your computer screen into .mov-files and .wav-files. It can be used to e.g. make video tutorials or record games. It could also be used to r
JavaReadTime
- 时间阅读。 Java时间阅读程序 按照时分朗读当前时间,语音文件自己定义。-A java tool for reading out the time. It include .class and src. The index sound is the wav src.
javacallwave
- java调用wav文件,以及播放,网上搜集的一些源代码-java call wav files, and play, online collection of some of the source code
JavaPlayer
- JAVA 播放 音频文件 WAV. InputStream stream =new ByteArrayInputStream(sound.getSamples()) -JAVA play audio WAV InputStream stream =new ByteArrayInputStream(sound.getSamples())
Wav
- 读取wav文件,把生成的数据段,直接保存为文件,就是pcm文件-Read wav file, the data segment generated directly saved as a file, the file is pcm
MusicDemo
- 此程序相当于完成一个简易的播放器功能,可以播放以.wav为后缀的音乐文件。-This procedure is equivalent to complete a simple player functionality, can play. Wav music files suffix.
RecordPlay
- 一个简单的 录音与播放 并将音频文件保存为wav格式-A simple recording and play and will save as wav audio file format
wav
- 在JAVA导入wave音频文件,分析出其波形,并实现播放功能-java audio io
MusicDemo
- Java编写的音乐播放器文件,Java源码演示播放WAV文件,操作音频流播放文件,显示正在播放的音乐名称,初级Java小程序。-Java music player file, Java source code demo playback of WAV files, audio streaming file operation, display the music being played on a small Java program, primary.
audio
- 用JAVA编写的一个音频文件播放器,能够播放wav音频格式的文件。实现为Applet小程序,含开始、暂停、停止等播放控制。-Written with JAVA an audio file player that can play wav audio file format. Implemented as Applet applet containing start, pause, stop, playback controls.
testmusic
- 自制音乐播放器 只适用于wav格式音乐文件-The homemade music player only applies to wav format music files
jpalyer
- jplayer 播放器 播放 MP3 wav 格式的音频文件 ie和火狐 谷歌都兼容-jplayer player to play MP3 wav format audio files ie and are compatible with Firefox Google
JSOUNDDEMO2
- JAva再现WINDOWS录音机,Windows 操作系统自带的录音机程序是一个很常用的工具的。本例将实现一个基于JMF 的简易录音机。用它可以把通过麦克风等输入的声音数据保存到磁盘文件中。保存的媒体文件格式可以是au、wav 等。其效果如上图所示。 在这个Java录音机程序中,主要是通过创建一个处理器来捕捉声音数据,并将捕捉到的数据通过一个DataSink 对象发送到指定的目的地,如网络上,具体到本例中将是一个指定的本地文件。-JAva reproduction WINDO
microphone
- 提取麦克风录入语音信息,并转换为wav等格式文件。-Microphone input voice information extracted and converted to wav format files.
jdoundrecord
- JAva再现WINDOWS录音机,Windows 操作系统自带的录音机程序是一个很常用的工具的。本例将实现一个基于JMF 的简易录音机。用它可以把通过麦克风等输入的声音数据保存到磁盘文件中。保存的媒体文件格式可以是au、wav 等。其效果如上图所示。 在这个Java录音机程序中,主要是通过创建一个处理器来捕捉声音数据,并将捕捉到的数据通过一个DataSink 对象发送到指定的目的地,如网络上,具体到本例中将是一个指定的本地文件。 -JAva reproduction WI
FlashPlayer
- Java Demo:使用了JavaFx的图片幻灯片播放器 1、编译使用JDK 1.7, 1.6可能需要重新编译才能运行 2、使用了JavaFx,需要导入jfxrt.jar,已在lib文件夹下,需要导入 3、image存放图片:jpg、png、bmp格式; music存放音频:只支持au、wav格式 4、image和music文件夹和FlashPlayer.jar在同级目录下即可-Java Demo: Use the JavaFx Picture Slideshow 1, comp
MUSICPLARY
- 简单的音乐播放器,实现了音频文件的打开、读取和播放,可以强制终止一个文件的播放转而播放另外一个文件。同时实现了MP3文件和WAV文件均可读取以及转码的功能有一个简单的播放器作为底板就可以不断的给他附加功能比较容易实现功能的附加,同时可以拓展的功能种类也比较开拓,繁多。更好的发展。(A simple music player)