# CaptureVideoAndAudio **Repository Path**: vivianlab/CaptureVideoAndAudio ## Basic Information - **Project Name**: CaptureVideoAndAudio - **Description**: 视频设备捕获:摄像头捕获 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [TOC] # CameraCapture-test 摄像头,麦克风捕获,录制(qt) # CaptureVideoAndAudio 摄像头,麦克风捕获,录制(win) # Piano-master Player-master 音频相关, https://github.com/PoruchikRjevski/Piano XAudio2LNK2019: 无法解析的外部符号 __imp__XAudio2Create@12 解决:LIBS += -lxaudio2或#pragma comment(lib,"xaudio2.lib") # QtAudioInput 音量计(qt) https://github.com/soramimi/QtAudioInput # SystemDeviceEnumerator 系统输入输出设备(摄像头 麦克风)枚举 # camera 摄像头录制(qt) # VideoCapture 摄像头 麦克风录制(dshow) 1. Download VideoCapture(https://github.com/5455945/VideoCapture.git) # PortAudioTest(portAudio的使用-麦克风采集实时播放) # WASAPIExamples(WASAPI采集与播放) https://github.com/p-groarke/WASAPIExamples # MyAudioSink(WASAPI采集与播放() https://gitee.com/poisson/MyAudioSink 用WASAPI录制音频为PCM文件 # Audio-Play-demo1(DirectSound) DirectSound播放音频 # directsound directsound音频采集与播放 https://github.com/williamaiden/directsound # win音频采集与捕获参考 https://github.com/ZhaoliangGuo/MediaExamples # 使用dshow捕获声音,并将声音转成AAC格式 https://gitee.com/poisson/AudioCapture # FMOD(使用FMOD) FMOD例子https://github.com/ZhaoliangGuo/MediaExamples # TestPCMDecode(播放PCM) qt播放PCM https://blog.csdn.net/caoshangpa/article/details/51224678 # MFAudioPlayer(使用Media Foundation ) 使用Media Foundation Media Foundation是微软在Windows Vista上推出的新一代多媒体应用库,目的是提供Windows平台一个统一的多媒体影音解决方案,开发者可以通过Media Foundation播放视频或声音文件、进行多媒体文件格式转码,或者将一连串图片编码为视频等等。 Media Foundation 是[DirectShow](https://baike.baidu.com/item/DirectShow)为主的旧式多媒体[应用程序接口](https://baike.baidu.com/item/%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E6%8E%A5%E5%8F%A3)的替代者与继承者,在微软的计划下将逐步汰换[DirectShow](https://baike.baidu.com/item/DirectShow)技术。Media Foundation要求Windows Vista或更高版本,不支持较早期的Windows版本,特别是Windows XP