-
Audio Components Suite,一套跨平台的音频处理组件包:
1、支持音频回放、捕捉。
2、CD...
Audio Components Suite,一套跨平台的音频处理组件包:
1、支持音频回放、捕捉。
2、CD-ROM回放、CDDA捕捉。
3、Wave流支持。
4、MP3、Ogg、FLAC、Monkey等格式支持。
5、音频混响处理。
6、输入设备动态捕捉。
7、音频格式转换。
8、声音音频指示器。
9、其他一些特效。
-----------------------------------------------------
Base Classes
TACSConverter
TACSFileIn
TACSFileOut
TACSInput
TACSOutput
TACSStreamedInput
TACSStreamedOutput
Audio I/O
TALSAAudioIn (Linux only)
TALSAAudioOut (Linux only)
TAOLive (Linux only)
TAudioIn
TAudioOut
TCDIn
TCDPlayer
TFLACIn
TFLACOut
TInputList
TMACIn (Windows only)
TMACOut (Windows only)
TMemoryIn
TMixer (Linux only)
TMP3Out
TMP3ToWav
TMPEGIn (Linux only)
TNULLOut
TStreamIn
TStreamOut
TVorbisIn
TVorbisOut
TWaveIn
TWaveOut
Audio Processing
TAudioMixer
TAudioProcessor
TBWFilter
TConvolver
TMSConverter
TRateConverter
TSampleConverter
TSincFilter
TSoundIndicator
TStereoBalance-Audio Components Suite, a set of cross
- 2022-03-10 07:09:09下载
- 积分:1
-
ADPCM TMS320C5402 compression and decompression source code control with VC++ so...
ADPCM TMS320C5402压缩与解压源码,附带VC++控件源码,VB程序可实现两机对讲-ADPCM TMS320C5402 compression and decompression source code control with VC++ source code, VB program can achieve the two aircraft intercom
- 2022-05-21 04:51:08下载
- 积分:1
-
采用期望最大算法最优化初始高斯混合模型的程序,笔者借用ubm自适应方法,很好的解决了模型不收敛的问题。...
采用期望最大算法最优化初始高斯混合模型的程序,笔者借用ubm自适应方法,很好的解决了模型不收敛的问题。-expectations largest algorithm using optimization initial Gaussian mixture model procedures, the author borrowed ubm adaptive method, a good model is not the solution convergence problem.
- 2022-03-12 07:14:19下载
- 积分:1
-
我常常使用Skype和台湾同胞还有国外的朋友进行联系,有时因为业务需要需要将语音通话录音并保留下来,在我有这个想法的那个时候(2006年)Skype官方并没有提...
我常常使用Skype和台湾同胞还有国外的朋友进行联系,有时因为业务需要需要将语音通话录音并保留下来,在我有这个想法的那个时候(2006年)Skype官方并没有提供录音功能,咱们是做程序的嘛,没有的功能可以自己来添加啊,这也是为什么我酷爱编程的原因。
[代码性质] VC可重用代码段
-I often use Skype and Taiwan compatriots are our friends abroad to contact, and sometimes because the business needs of the need to voice recording and retained, and have this in my mind of that time (2006) Skype official did not provide recording capabilities, we are them to do the procedure, there is no function to add their own ah, this is why I love programming reasons. [Character code] VC reusable code segment
- 2022-08-16 19:07:08下载
- 积分:1
-
语音和视频的操作,一个典型的源代码例程,实现…
有关声音与视频的典型操作例程VC源代码实现,常见有用。-voice and video on the operation of a typical VC source code routines to achieve the commonly useful.
- 2023-06-01 17:50:03下载
- 积分:1
-
将16BIT的windowPCM的声音压缩为8bit的ULAW的声音格式,效果比较好,失真比较少....
将16BIT的windowPCM的声音压缩为8bit的ULAW的声音格式,效果比较好,失真比较少.-16Bit s windowPCM will voice compression for voice ULAW the 8bit format, the effect is better, less distortion.
- 2023-06-13 01:55:03下载
- 积分:1
-
getmusic 提取流媒体地址的小工具很好用
getmusic 提取流媒体地址的小工具很好用
-getmusic Streaming Media addresses from the small tools used good
- 2022-05-15 09:24:51下载
- 积分:1
-
实用录音程序
在开始工作之前,要先介绍DirectSound录音用到的三个非常重要的对象,IDirectSoundCapture8 ,设备对象,根据你录音的设备创建的设备对象,利用该对象可以获取设备的属性。IDirectSoundCaptureBuffer8,缓冲区对象,该对象由设备对象创建,主要用来操作音频数据IDirectSoundNotify8 ,事件通知对象,该对象用来通知应用程序从缓冲区中将数据取走,写入文件保存起来。利用DirectSound录音的主要思路,就是先根据选择的录音设备创建设备对象,然后通过设备对象创建辅助缓冲区对象,开始录音的时候,设备将数据写入缓冲区,应用程序主动的从缓冲区将数据读出来写文件即可,就实现了录音功能。这里简单介绍一下dsound的通知功能,应用程序会创建一个通知对象,然后将通知对象邦定,然后设定通知位置(position),什么是通知位置呢,比如缓冲区的大小为4000字节,如果你想当数据达到缓冲区一半的时候能得到通知开始copy数据,那么此时你就可以将通知位置设定为2000,通知位置可以任意的设定,当缓冲区的数据达到你设定的位置时,就会通知应用程序将缓冲区的数据copy到文件中,缓冲区是循环利用的,当缓冲区填充满了以后,就会从头开始充填数据,所以,缓冲区就是一边读,一边写的过程。
- 2022-01-31 23:13:46下载
- 积分:1
-
sip 网管代理程序的堆栈的测试框代码,很经典,值得收藏。
sip 网管代理程序的堆栈的测试框代码,很经典,值得收藏。-sip Agent procedures stack test frame code, classic, worthy of collection.
- 2022-02-06 14:29:19下载
- 积分:1
-
音频分析和完美合成模型
此代码教你如何分析和合成音频数字信号
我使用 2 方法来实现,一个是 fft,另一个是 mdct(TDAC)
基本的想法是同一与 mdct 变换的 AAC filterbank
- 2022-06-26 00:58:11下载
- 积分:1