-
解析歌词文件,使用正则表达式来歌词文件信息…
解析歌词文件, 使用正则表达式, 得出歌词文件中的时间及歌词等信息. -Parsing lyrics files, use regular expressions come to lyrics in the file information such as time and lyrics.
- 2022-02-05 16:09:07下载
- 积分:1
-
功能强大的播放器vb编程--课程设计
功能强大的播放器vb编程--课程设计-powerful player vb programming-- Curriculum Design
- 2022-01-25 20:47:21下载
- 积分:1
-
实用录音程序
在开始工作之前,要先介绍DirectSound录音用到的三个非常重要的对象,IDirectSoundCapture8 ,设备对象,根据你录音的设备创建的设备对象,利用该对象可以获取设备的属性。IDirectSoundCaptureBuffer8,缓冲区对象,该对象由设备对象创建,主要用来操作音频数据IDirectSoundNotify8 ,事件通知对象,该对象用来通知应用程序从缓冲区中将数据取走,写入文件保存起来。利用DirectSound录音的主要思路,就是先根据选择的录音设备创建设备对象,然后通过设备对象创建辅助缓冲区对象,开始录音的时候,设备将数据写入缓冲区,应用程序主动的从缓冲区将数据读出来写文件即可,就实现了录音功能。这里简单介绍一下dsound的通知功能,应用程序会创建一个通知对象,然后将通知对象邦定,然后设定通知位置(position),什么是通知位置呢,比如缓冲区的大小为4000字节,如果你想当数据达到缓冲区一半的时候能得到通知开始copy数据,那么此时你就可以将通知位置设定为2000,通知位置可以任意的设定,当缓冲区的数据达到你设定的位置时,就会通知应用程序将缓冲区的数据copy到文件中,缓冲区是循环利用的,当缓冲区填充满了以后,就会从头开始充填数据,所以,缓冲区就是一边读,一边写的过程。
- 2022-01-31 23:13:46下载
- 积分:1
-
Signal Systems Project
Produce and play a sound signal of 6 seconds f(t)=exp(t-6)sin(2π*Ft) with a sampling rate of 8000dots/s by using MATLAB, with the frequency F being 494, 440, 392, 440, 494 and 494 Hz in order. Each frequency should last for 1 second.
- 2022-01-26 04:16:24下载
- 积分:1
-
采样率,帧长,通道等音频基础知识介绍;关于CD音轨浅显易懂的描述;...
采样率,帧长,通道等音频基础知识介绍;关于CD音轨浅显易懂的描述;-Sampling rate, frame size, access and other basic knowledge of audio description on the CD tracks easy to understand description of
- 2022-11-02 04:55:06下载
- 积分:1
-
媒体播放器经典
Media Player Classical-Audio player是一个基于Mplayer2控件的音频播放器(视频也可以播放,但是...),所有Mplayer2支持的文件格式本程序都支持。本程序的一大特色是漂亮的播放列表(位于左下角)。所有的列表都保存在“曲目列表”文件夹中,你若愿意可以手动编辑。-Media Player Classical-Audio player is a Mplayer2 controls on the audio player (also can play video, but ...), Mplayer2 support all file formats supported this process. This procedure is a major feature beautiful playlists (at the lower left-hand corner). All were kept in the list "program list" folder, if you are willing to be manually edited.
- 2022-05-24 17:59:15下载
- 积分:1
-
本示例使用核心音频接口来实现
在屏幕上显示音量控制信息 调用Core Audio APIs 适应于vista win7-This sample uses the Core Audio APIs to implement an on-screen display that shows volume changes to the output stream that plays through the default audio-rendering endpoint device. The on-screen display appears when the user adjusts the volume level in the Windows volume-control program, Sndvol.exe, and it disappears after the volume level remains unchanged for a short period.
- 2022-02-02 11:34:40下载
- 积分:1
-
声音采集播放程序
VC声音采集并播放的代码,是在网上收集的,做了小调整,主要处理声音收集,做为初级入门参考。程序运行后会在窗口内显示声音频谱曲线,不过不是太精确,水平有限,仅供参考。
- 2023-08-27 11:45:04下载
- 积分:1
-
audiorep补充例子音频文件
AudioRep complemental example audio file
- 2022-07-02 06:42:25下载
- 积分:1
-
G.723.1优化
G.723.1优化代码 纯C代码优化,性能不错,编码解码算法都包含;有针对TI平台和windows的工程和测试用例
- 2022-08-13 15:55:18下载
- 积分:1