佚名通过本文主要向大家介绍了directsound,directsound什么意思,directsound下载,directsound驱动,directsound驱动下载等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: DirectSoundCapture进行录音,可不可用压缩格式,即不用PCM
描述:
解决方案1:
描述:
The DirectSoundCapture object (IDirectSoundCapture8) is used to query the capabilities of sound capture devices and to create buffers for capturing audio from an input source. DirectSoundCapture allows capturing of data in PCM or compressed formats.
用DirectSoundCapture进行PCM格式的是可以,但怎么其它格式进行录音?
解决方案1:
IDirectSoundCapture8,我一般使用DirectShow捕获音频,没有用过IDirectSoundCapture8,中间插入一个音频的CODEC应该可以。