搜索资源列表
libdca-0.0.2.tar
- libdca is a free library for decoding DTS Coherent Acoustics streams. The code is written by Gildas Bazin and was based on the a52dec project. It is released under the terms of the GPL license. The DTS Coherent Acoustics standard (ETSI 102 114 v
winmapplugin
- 使用vc实现了winamp的歌词显示插件,vs2005,vc6下编译通过.其中实现了显示歌词,自动匹配歌词,读取id3标签,指定目录搜索,过滤关键字,网站下载歌词功能展示了winamp gen类插件编写技术,并同时使用了拦截消息自绘窗口技术,winsocket http轻量级连接下载技术.-use vc realized the unusual lyrics show plugin, vs2005. vc6 under compile. which realized the lyrics, au
reciter
- 一个很不错的语言复读机 听力资料下载网址: http://www.aie.com.cn/download/english.htm http://www.impu.edu.cn/amusement/music/english/-a very good language for the hearing repetition Download website : http : / / www.aie.com.cn / download / english.htm reception
httpcore-4.0-alpha3-src
- HTtp client in Java-HTtp client in Java
sfs310s1
- SFS提供了计算语音本质的一系列工具。包括支持各种数据格式,信号处理和图形,频谱、共振峰分析,基频提取等等。在线文档说明请访问http://www.phon.ucl.ac.uk/resource/sfs/help/-SFS provides a voice calculated nature of a series of tools. Including support for various data formats, signal processing and graphics, spect
JAVASOUND
- 一系列用JAVA处理音频的例子,包括最简单的播放器,RIPCD,处理MIDI,音频文件格式的转换等等。没有用JMF,纯粹是JDK里的SOUND包的应用。每个文件中都有相关的注释。所有代码来自http://www.jsresources.org网站
ac97
- 基于CS5536的AC97编程的一个播放WAV文件的演示程序,对于理解AC97原理,学习AC97编程应该很有帮助,相应文章说明请参考:http://hengch.blog.163.com/blog/static/107800672008316480684/-CS5536 Programming based on the AC97 a WAV file player demo program, the principle for understanding the AC97, AC97 study
The_Speex_Codec_Manual_Version_1.2_Beta_3
- Speex是一套开源的专门压缩声音的库,压缩的性能非常高,常用在VoIP或者其它网络程序中。Speex声称自己是不受任何专利限制,并授权根据修订后的BSD许可证发布。它可以用来与Ogg容器格式或直接在UDP / RTP协议下传输。 这份是Speex的编码手册英文版,下面的地址是维基百科中关于Speex的介绍: http://en.wikipedia.org/wiki/Speex-Speex is a free software speech codec that may be used on
oicqmxlddd
- //*** *** ****ddd // 作者:∮明天去要饭 // QICQ:305725744dddddddddddd // MSN:kgdiwss@hotmail.com // 黑客编程群:2585270 // Blog:http://blog.csdn.net/kgdiw-//************* Ddd// Author: ∮ tomorrow to beg// QICQ: 305725744dddddddddddd// MSN: kgdiwss@hotmai
Wave
- 关于wav 保存,读写的源码。对于研究waveinxx, waveoutxx 的函数很有帮助,程序封装的不错,抽取有用的代码使用。原地址http://www.codeguru.com/cpp/g-m/multimedia/audio/article.php/c9305/-There are four classes in this library that can be used directly in your program
mp3_src
- 包含对mp3的封装,原下载地址是http://www.codeproject.com/KB/audio-video/RecordingAndMP3Encoding.aspx-Have you ever tried to write something for recording sound from the sound card and encoding it in MP3 format? Not interesting? Well, to make stuff more interesting
AutoLyrix-Mono-0.6.2
- AutoLyrix: The open-source lyrics, artwork (AlbumArt) and SyncLyrics searcher. It auto-downloads the lyric/albumart for the song that you are listening! Supported Players: WinAmp,WMPlayer,iTunes,MediaMonkey and more! Visit: http://www.autolyrix.com
Sudokumasterv1.1.0
- This Java ME application demonstrates the use case of downscaling and upscaling the UI to different types of devices and using touch and keyboard events in the same application. UX design and graphics have been ported from the Sudokumaster Flas
SAM
- QT做的情绪评定工具源码,参见博客:http://blog.csdn.net/xiaowei_cqu/article/details/8923162-The sentiment assessment tool coded with QT, see this blog: http://blog.csdn.net/xiaowei_cqu/article/details/8923162
voicebox
- VOICEBOX: Speech Processing Toolbox for MATLAB Matlab语音工具,详细代码见 http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/voicebox.html#file-VOICEBOX: Speech Processing Toolbox for MATLAB Matlab speech tools, detailed code, see http://www.ee.ic.ac.uk/hp/staff
yinyueyun-download
- 下载百度音乐无损品质音乐. 使用百度音乐时,可以添加收藏,收藏后的音乐列表会保存在http://yinyueyun.baidu.com中,并且提供下载链接。用java简单写了个下载自己收藏音乐的程序,过程中发现对于VIP的无损音乐,下载链接已经给出来了,只是在前台做了限制,这个,这个。。。。(Bug已经报给百度音乐,这里的代码只为方便自己和代码分享)。 本来想用用户名和密码登陆百度账号,可是在登陆时需要传递一个参数callback,这个参数不是服务器发送过来的,怀疑是根据什么参数在
SpecialAAAC
- 己的开源小项目:AAC格式分析器。AAC全称是Advanced Audio Coding,是互联网上使用极为广泛的音频编码格式,也是当前性能差不多最好的音频编码格式。现有的互联网上的视频很大一部分都是使用AAC进行音频编码的。使用VC 2010的MFC开发完成。开发的时候使用了一个AAC的开源解码器faad2。目前软件的的分析功能还不是很强,提取了AAC解码过程中的一些参数。以后有时间进一步完善相关的功能。 详情参考《AAC格式分析器》: http://blog.csdn.net/lei
MiniMP3Player
- A Mini Mp3 player with java media framework It is recommended to install the jmf framework this link http://www.oracle.com/technetwork/java/javase/download-142937.html-A Mini Mp3 player with java media framework It is recommended to in
FineAudio 1.0 by bagie
- Small audio player that uses BASS components as a sound engine. BASS components can be found at: http://un4seen.com/. They are also included in the attachment. One hilarious feature of this audio player is the "Funny LED" effect which