-
单放机源代码VisualC++6.0开发。
单放机源代码VisualC++6.0开发。-Games VisualC 6.0 source code development.
- 2022-07-23 07:35:57下载
- 积分:1
-
经过优化的G711和G723.1的语音算法
经过优化的G711和G723.1的语音算法-Optimized G711 and G723.1 voice algorithm
- 2022-02-06 22:19:31下载
- 积分:1
-
ATSC A/52 standard streaming audio decoding standard procedure in the package.
符合ATSC A/52标准的流媒体音频解码标准的程序软件包。-ATSC A/52 standard streaming audio decoding standard procedure in the package.
- 2023-05-04 14:40:03下载
- 积分:1
-
实用录音程序
在开始工作之前,要先介绍DirectSound录音用到的三个非常重要的对象,IDirectSoundCapture8 ,设备对象,根据你录音的设备创建的设备对象,利用该对象可以获取设备的属性。IDirectSoundCaptureBuffer8,缓冲区对象,该对象由设备对象创建,主要用来操作音频数据IDirectSoundNotify8 ,事件通知对象,该对象用来通知应用程序从缓冲区中将数据取走,写入文件保存起来。利用DirectSound录音的主要思路,就是先根据选择的录音设备创建设备对象,然后通过设备对象创建辅助缓冲区对象,开始录音的时候,设备将数据写入缓冲区,应用程序主动的从缓冲区将数据读出来写文件即可,就实现了录音功能。这里简单介绍一下dsound的通知功能,应用程序会创建一个通知对象,然后将通知对象邦定,然后设定通知位置(position),什么是通知位置呢,比如缓冲区的大小为4000字节,如果你想当数据达到缓冲区一半的时候能得到通知开始copy数据,那么此时你就可以将通知位置设定为2000,通知位置可以任意的设定,当缓冲区的数据达到你设定的位置时,就会通知应用程序将缓冲区的数据copy到文件中,缓冲区是循环利用的,当缓冲区填充满了以后,就会从头开始充填数据,所以,缓冲区就是一边读,一边写的过程。
- 2022-01-31 23:13:46下载
- 积分:1
-
rt_lpc is a light
rt_lpc is a light-weight application that performs real-time LPC analysis and synthesis. It features the following:
real-time LPC analysis
real-time LPC synthesis
visualization of original, predicted, and error waveforms
visualization of vocal tract shape from LPC coefficients
adjustable LPC analysis order
adjustable synthesis pitch shift
MIDI controlled pitch (hit m )
lots of other choices (pitch pulse source selection, emphasis filter)
STFT plot
modular LPC library
available on MacOS X, Linux, and Windows under GPL
part of the sndtools distribution
- 2023-01-05 03:15:03下载
- 积分:1
-
快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现过程...
快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现过程-Fast Fourier Transform algorithm c language implementation procedures, specific description of the fft algorithm implementation process
- 2022-01-27 12:47:31下载
- 积分:1
-
语音朗读软件,需要微软的sapi库
语音朗读软件,需要微软的sapi库-Text to Speech program. require Microsoft SAPI lib
- 2023-07-15 13:35:03下载
- 积分:1
-
vdsp4.0声卡驱动程序
vdsp4.0 audio card driver
- 2023-01-19 19:50:03下载
- 积分:1
-
1.MPEG
1.MPEG-2音频系统软件,MPEG-2语音2的可解性。支持MPEG-2高质量声音,但不包括AAC解码器
- 2022-04-19 16:50:32下载
- 积分:1
-
利用AD0809将音频信号数字化,存入RAM
利用AD0809将音频信号数字化,存入RAM-AD0809 will use the digital audio signal into the RAM
- 2023-05-28 20:05:04下载
- 积分:1