-
VC++编的audio文件格式转换程序。可将VOC文件转换成WAVE文件,也可将WAVE文件转换成VOC文件。...
VC++编的audio文件格式转换程序。可将VOC文件转换成WAVE文件,也可将WAVE文件转换成VOC文件。-VC++ Made the audio file format conversion process. VOC files can be converted to WAVE file, can also be converted to WAVE file VOC file.
- 2022-12-10 04:45:03下载
- 积分:1
-
是一个用mfc写的可以播放wave文件的程序源码。
是一个用mfc写的可以播放wave文件的程序源码。-Is a written with mfc can play wave files source.
- 2023-05-21 04:30:03下载
- 积分:1
-
说明
~~~~~~~~~~~~~~~
第8章“错误和异常”中的全部示例代码。包括:
目录 描述...
说明
~~~~~~~~~~~~~~~
第8章“错误和异常”中的全部示例代码。包括:
目录 描述
------------------------------------------------------------------------------
Assert 使用断言做Logger系统的一个公用单元。
Error 一个跳过系统错误,并继续执行其后代码的技巧示例。
ExcRecheck 用于说明异常类型检测的依赖性所导致的问题。
Exception 用于在finally..end中检测是否有异常发生。
-Description ~~~~~~~~~~~~~~~ Chapter 8 " errors and anomalies" in the full sample code. Include: directory description------------------------------------------------------------------------------ Assert that make use of a common Logger System unit. Error A system error skip and then continue to implement the sample code skills. ExcRecheck used to describe the type of detection of anomalies caused by the problem-dependent. Exception for finally .. end Whether or not there is abnormality detected happen.
- 2022-04-27 11:21:16下载
- 积分: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
-
g72x decode
这个压缩包里有g721, g711, g723等压缩算法 ,对于语音处理方面大家可以下载看 一下
- 2022-03-10 15:44:41下载
- 积分:1
-
adpcm代码
adpcm编码与解码相当函数调用adpcm如何编码。初始化编码,编码函数与调用函数。
- 2022-04-25 00:16:53下载
- 积分:1
-
MELP编码器:
MELP encoder:
2.4 kbps MELP Proposed Federal Standard speech coder
- 2022-02-26 02:59:38下载
- 积分:1
-
一个播放WAV文件的实例程序,采用的是sndPlaySound函数,代码简介,可循环播放WAV文件,适用于只想简单实现播放WAV文件功能的场合。...
一个播放WAV文件的实例程序,采用的是sndPlaySound函数,代码简介,可循环播放WAV文件,适用于只想简单实现播放WAV文件功能的场合。-a example of playing wave file, using sndPlaySound() function.simply source ,may recycle playing wave file.may for simply playing wave file.
- 2022-12-15 14:10:04下载
- 积分:1
-
一个cd播放程序,用vb编成,支持多光驱。能自动搜索,自动播放。...
一个cd播放程序,用vb编成,支持多光驱。能自动搜索,自动播放。-a cd player with vb makeup and support the drive. Can automatically search, automatic broadcast.
- 2022-09-30 21:25:03下载
- 积分:1
-
VC实现WAV文件播放器
VC实现WAV文件播放器,VC++6.0编写,主要功能为播放WAV文件,DWORD OpenDevice();DWORD CloseDevice();DWORD Play(CWnd *pParentWnd,LPCSTR pFileName);DWORD Stop(); 是其主要函数。
- 2022-02-24 22:03:47下载
- 积分:1