搜索资源列表
Audio-Wav-0.04
- 适用perl语言实现了对microsoft uncompressed wav文件的分析。包括文件读取,文件写入,wav文件信息分析抽取等。perl程序员可以很方便的利用这个模块来对wav文件直接操作。-perl language applicable to microsoft uncompressed wav file analysis. Including documents read, write papers, wav file information from such analysis
AudiereAudioSystem
- 一种便利高质量的袖珍音频API函数库, 支持文件操作、编码解码、混音、播放输出, 播放支持 MP3, Ogg Vorbis, FLAC, WAV, IT, XM, S3M, 和 MOD 文件. 可用于C, C++, Python, Java, Delphi, 以及支持 XPCOM 的任何语言. -a convenient pocket-sized high-quality audio API functions to support document operation, codec
MCIoperate
- 向程序中增加声音播放功能,实现MPS,MIDI,WAV等多中格式音频文件的播放功能,现摘录下来与大家分享,按照代码的说明操作即可。-procedures to increase voice broadcast functions and MPS, MIDI, WAV and other audio formats were broadcast function, and are reproduced down to share with you. In accordance with the i
wavprocess
- 基于VC环境下的语音工作站的研制,完成对WAV文件的录制播放拉伸收缩等操作-VC environment based on the voice of the workstation development, the completion of the document WAV recording broadcast operations such as tensile contraction
WAV_file
- WAV文件操作 AppWizard has created this PlayWave application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
AudioEngine
- 音频混合操作源码,鑫个头文件,没搞明白,让大家研究一下
lu
- PDF Library的PDF文件读取和写入速度到达1.6版本(Acrobat 7.0)的水平,并且具……6. Aspose.Pdf v3.3.0商业....NET是一个C#,VB.NET和其它.NET编程环境中易于使用的应用程序接口(API),可以用于操作AutoCAD DWG和DXF文件格式。
PlayWave
- 《Visual C++案例开发》源代码 WAV文件操作例程
VideoPlayer
- 通过vc++实现对视频文件的操作,如快进,播放,斩停,可以显示帧的数量,当前播放帧的位置。
WAVfile
- 这是一个基于C++的WAV文件操作小例程源代码~
语音WEB式合成
- 该软件用E语言开发出来,借用网页方式合成语音并最快下载存储的语音文件.确为快捷,有需要的朋友可以一试,内有编译好的文件.呵,傻瓜式操作.开源代码.
speex_echo_cancle
- 该代码是从SPEEX中提取出来有关回声消息部分的源码 它采取的是在频域进行操作,效果比较好" 经测试,如果原始声音与用于回声消息的参考声音之间存在时钟不同步时,极易发生在回音消息算法中的反溃发散现象. 压缩包中含有测试语音文件: Input_exsample_stereo.pcm: 8k16bit的线性pcm,含双通道语音。 vleft.pcm: 8k16bit linear pcm, 从Input_exsample_stereo.pcm 中分离出来的
PlayWavAudio
- 使用MCI标准函数播放WAV格式的语音文件,使用简单的文本框架结构,对WAV的操作也封装为类,可以作为学习可用。-MCI-compliant functions to play a WAV format audio files, using a simple text frame structure, the operation of the WAV package for the class can be used as learning available.
vedio1
- 应该会熟练运用vc读取视频文件,并对视频进行各种操作,旋转,缩小,放大,截取-Should be skilled to use vc to read video files, and video for various operations, rotate, shrink, enlarge, interception and so on
MPEGPlayer
- MainConcept MPEG Encoder 是一个功能强大的MPEG编码软件,可以帮助你快速的将AVI文件压缩并重新编码为高品质的MPEG视频文件,压缩速度很快,支持批处理操作,支持将多个MPEG文件合并为一个MPEG文件-MainConcept MPEG Encoder is a powerful MPEG encoding software that can help you quickly AVI files will be compressed and re-encoding fo
107215801VudioEditor
- 可以自由编辑WAVE文件的属性和变换操作,原代码详细,值得学习-WAVE files are free to edit the attributes and transformation operations, source code in detail, it is worth learning
audio
- 对一段音频文件进行了一系列的操作,诸如设置一个低频滤波。-processing an audio signal, such as filtering it with a Lowpass frequency filter.
vc6
- (1) 通过TCP协议与服务器通信 (2) 采用UDP组播与分机通信 (3) Window系统声卡数据的读写等操作 (4) 数据库技术,用来记录请求记录以及历史记录查询 (5) INI文件操作,用来记录系统基本信息 (6) 使用帮助文档让用户更加理解如何操作 (7) 其他相关技术如美化界面,收到请求后图标闪烁等 -(1) communicate with the server through the TCP protocol (2) using UDP multica
MUSIC
- 使用MFC编制界面,简易的MP3播放器,支持播放MP3格式文件,并可显示歌词。随时间轴可变化,调用WINDOWS提供的方法进行操作。-Use the the MFC preparation of interface, simple MP3 player supports playback of MP3 format files, and can display lyrics. With the timeline can change, the call WINDOWS method operat
alsa
- 基于ALSA的WAV播放和录音程序完整源码,程序包包含四个部分:WAV Parser、SND Common、Playback和Record。WAV Parser是对WAV文件的分析和封装,这里只针对Standard WAV File;SND Common是Playback 和Record共同操作,如SetParams、ReadPCM和WritePCM等;Playback和Record就分别是播放录音的主体了。原理很 简单,以Playback为例:从WAV文件读取PCM数据,通过I2S或AC97依