CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - wav to wav

搜索资源列表

  1. java-mp3

    0下载:
  2. - MP3 streaming support for Shoutcast/Icecast added. - Ogg Vorbis support added. - Playlist implementation and M3U support added. - JavaLayer 0.1.1 included to improve MP3 support. - WinAmp Skins 2.0 support improved. - Seek bar added (for
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:485.81kb
    • 提供者:暗夜
  1. krut_full_windows_0_9_3

    0下载:
  2. 能捕获声卡的数据,将其装换成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
  3. 所属分类:Java Develop

  1. simplesound

    0下载:
  2. This project implements a simple sound player, mainly for experimenting with GUI building. To use this project, create a SoundPlayerGUI object. This player can play WAV, AIFF, and AU files with standard 22.050 kHz or 11.025 kHz sample rates.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2.2mb
    • 提供者:Li Yujie
  1. playSoundWithJava

    0下载:
  2. 这是一个小程序的集合,里面包含了用java播放 .mp3, .wav, .mid等格式的程序-it contains little programes which can be used to play sound files ends with .mp3、.wav and .mid ....
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2.59kb
    • 提供者:yang3wei
  1. MajorProjectPre

    0下载:
  2. the source code to p-lay the simple .wav file format in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:128.53kb
    • 提供者:sonu
  1. MusicDemo

    0下载:
  2. 此程序相当于完成一个简易的播放器功能,可以播放以.wav为后缀的音乐文件。-This procedure is equivalent to complete a simple player functionality, can play. Wav music files suffix.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:758byte
    • 提供者:万玲
  1. javamail2.0_src

    0下载:
  2. javamail原代码,好用,企业内部使用的东西,各种功能-JavaMail original code, easy to use, the internal use of things, all kinds of function
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:1.28mb
    • 提供者:Alvin
  1. testmusic

    0下载:
  2. 自制音乐播放器 只适用于wav格式音乐文件-The homemade music player only applies to wav format music files
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:1.4kb
    • 提供者:陆红进
  1. YOYOPlayer1.1.4

    0下载:
  2. YOYOPlayer 是一个使用 Java 语言写成的音乐播放器。该播放器目前包括自动保存当前配置,同步显示歌词,ID3v1、ID3v2、APEv2、Vorbis 标签编辑,歌曲进度显示,校正歌词进度,拖放支持,调音器,能够播放本地和网络歌曲,支持 snd、aifc、aif、wav、au、mp1、mp2、mp3、ogg、spx、flac、ape、mac 音频格式等功能。 YOYOPlayer 当前最新版本为 1.1,需要 JRE 6.0-YOYOPlayer is a language writ
  3. 所属分类:Java Develop

    • 发布日期:2017-11-01
    • 文件大小:2.13mb
    • 提供者:佐仪亮
  1. jpalyer

    1下载:
  2. jplayer 播放器 播放 MP3 wav 格式的音频文件 ie和火狐 谷歌都兼容-jplayer player to play MP3 wav format audio files ie and are compatible with Firefox Google
  3. 所属分类:JavaScript

    • 发布日期:2015-10-27
    • 文件大小:6kb
    • 提供者:黄浩
  1. readWav

    0下载:
  2. The program shows how to read in a wav file. In this case, the programme is expecting a single channel (mono), 16bit PCM encoded file. The complete source file can be downloaded using the link below. It is compiled and executed as follows:
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:784byte
    • 提供者:solo
  1. JSOUNDDEMO2

    0下载:
  2. JAva再现WINDOWS录音机,Windows 操作系统自带的录音机程序是一个很常用的工具的。本例将实现一个基于JMF 的简易录音机。用它可以把通过麦克风等输入的声音数据保存到磁盘文件中。保存的媒体文件格式可以是au、wav   等。其效果如上图所示。   在这个Java录音机程序中,主要是通过创建一个处理器来捕捉声音数据,并将捕捉到的数据通过一个DataSink 对象发送到指定的目的地,如网络上,具体到本例中将是一个指定的本地文件。-JAva reproduction WINDO
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:26.89kb
    • 提供者:tjy
  1. microphone

    0下载:
  2. 提取麦克风录入语音信息,并转换为wav等格式文件。-Microphone input voice information extracted and converted to wav format files.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:9.07kb
    • 提供者:任航
  1. jdoundrecord

    0下载:
  2. JAva再现WINDOWS录音机,Windows 操作系统自带的录音机程序是一个很常用的工具的。本例将实现一个基于JMF 的简易录音机。用它可以把通过麦克风等输入的声音数据保存到磁盘文件中。保存的媒体文件格式可以是au、wav   等。其效果如上图所示。   在这个Java录音机程序中,主要是通过创建一个处理器来捕捉声音数据,并将捕捉到的数据通过一个DataSink 对象发送到指定的目的地,如网络上,具体到本例中将是一个指定的本地文件。 -JAva reproduction WI
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:25.63kb
    • 提供者:jpudn73
  1. POSTag

    0下载:
  2. This software recognizes the isolate digits. It is possible to recognize digits 0-9. Particular digits’ templates are stored in folder “wav”. It is possible to change or extend these templates which is recommended especially in case the user is about
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:2.11kb
    • 提供者:Alich
  1. WavFile

    0下载:
  2. about sound can read and write to known wav file information.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:4.61kb
    • 提供者:bochoo
  1. FlashPlayer

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:3.6mb
    • 提供者:hzmsgy
  1. wav_play

    0下载:
  2. java编写的一个多媒体程序,实现wav播放的功能。-java prepared a multimedia program, to achieve wav playback functions.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1.43mb
    • 提供者:侯佳欣
  1. AudioPlayerForMIDP2

    0下载:
  2. 一组 MIDlet,实现单音调生成、使用各种源(如 JAR 文件和 HTTP)的音调排序以及一个应用程序中的混音、WAV 和音调排序变化。 需要:MIDP 2.0-A group MIDlet, to achieve single-tone generation, using a variety of sources (such as JAR files and HTTP) as well as a sort of tone application mix, WAV and tone order
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:24.32kb
    • 提供者:侯佳欣
搜珍网 www.dssz.com