-
Mixing real
实时检查混音器,跟踪左右通道得大小,进行调节-Mixing real-time checks, tracking around in the channel size, adjust
- 2022-08-18 22:26:03下载
- 积分:1
-
high
高品质音频编解码器WM8731的Verilog使用程序。-high-quality audio codec WM8731 Verilog procedures.
- 2022-06-28 15:09:42下载
- 积分:1
-
实用录音程序
在开始工作之前,要先介绍DirectSound录音用到的三个非常重要的对象,IDirectSoundCapture8 ,设备对象,根据你录音的设备创建的设备对象,利用该对象可以获取设备的属性。IDirectSoundCaptureBuffer8,缓冲区对象,该对象由设备对象创建,主要用来操作音频数据IDirectSoundNotify8 ,事件通知对象,该对象用来通知应用程序从缓冲区中将数据取走,写入文件保存起来。利用DirectSound录音的主要思路,就是先根据选择的录音设备创建设备对象,然后通过设备对象创建辅助缓冲区对象,开始录音的时候,设备将数据写入缓冲区,应用程序主动的从缓冲区将数据读出来写文件即可,就实现了录音功能。这里简单介绍一下dsound的通知功能,应用程序会创建一个通知对象,然后将通知对象邦定,然后设定通知位置(position),什么是通知位置呢,比如缓冲区的大小为4000字节,如果你想当数据达到缓冲区一半的时候能得到通知开始copy数据,那么此时你就可以将通知位置设定为2000,通知位置可以任意的设定,当缓冲区的数据达到你设定的位置时,就会通知应用程序将缓冲区的数据copy到文件中,缓冲区是循环利用的,当缓冲区填充满了以后,就会从头开始充填数据,所以,缓冲区就是一边读,一边写的过程。
- 2022-01-31 23:13:46下载
- 积分:1
-
一个录音机程序一个录音机程序
一 个录音机程序
一个录音机程序一个录音机程序
一 个录音机程序-A procedure of a tape recorder tape recorder tape recorder of a process procedure
- 2023-03-03 15:20:03下载
- 积分:1
-
hu-wang 模型 经典 必学
这个 c + + 程序是在附录中以下章节中详细描述的浊音的语音分离算法的软件实现。这种算法是其 2004 IEEE 货运上神经网络文章简化及略有改进的版本。我们已在这里源代码。在 Microsoft visual c + + 6.0 开发了这个程序。
"HuWang.exe" 文件生成具有以下设置:
- 2023-06-19 09:40:03下载
- 积分:1
-
如何使程序在运行时自动注册ActiveX控件
Last updated on 2007
如何使程序在运行时自动注册ActiveX控件
Last updated on 2007-01-05 01:14:23
单身白领浪漫交友,认准亚洲交友中心
编写Delphi应用程序时,经常会遇到一些ActiveX控件[注:扩展名为OCX的控件或DLL的类型库],它们为应用程序的开发提供了简单的操作途径。然而,这些程序在发布的同时,面临ActiveX控件注册问题。解决途径:一、用安装程序制作打包文件,往往会给增加程序本身的大小,系统重装时,则必须重新安装它;二、用程序本身进行代码编写函数的形式处理它。
使用方法分为两种:
一、直接把可视化的ActiveX控件放到程序中;
二、运行时根据需要实时建立。
如果是直接使用,则应用程序在初始化的过程中会自动寻找、创建所需的ActiveX控件,如果控件没有注册,初始化程序会产生一个异常,捕捉并处理这个异常。
在程序Form中加入一个新的方法:
unit UAutoRegActiveX
interface-how that process at runtime automatic registration ActiveX Last updated on 2 007-01-05 01:14:23 single white-collar romantic friends. Recognizing the Center for Asian friends Delphi application procedures, often encounter some ActiveX controls [Note : The expansion called OCX controls or the type of DLL] for their application development provide a simple way to operate. However, the issuance of these procedures while facing ActiveX registration. Solution : First, use the setup program produced packaging paper can often increase the size of the p
- 2022-12-22 20:35:03下载
- 积分: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
-
语音数字信号处理ppt
语音数字信号处理ppt,老师上课课件.第一章语音信号处理概论.第二章 语音信号基础知识.第三章语音信号的数字分析.第四章
语音信号的基音检测.第五章 语音信号的线性预测分析.第六章矢量量化技术.第七章码激励线性预测语音编码
- 2022-11-28 04:15:05下载
- 积分:1
-
用C语言实现的WAV文件播放,采样,减压,和…
用C语言实现的wav文件的播放,采样,解压,和传输-Using C language to achieve the wav file playback, sampling, decompression, and transmission
- 2023-03-29 13:00:04下载
- 积分:1
-
基于matlab的小波图像融合算法,效果明显。
基于matlab的小波图像融合算法,效果明显。-Matlab wavelet-based image fusion algorithm, an evident result.
- 2022-08-18 16:25:18下载
- 积分:1