Skip to content

使用Windows Core Audio APIs的loopback模式截获声卡数据

License

Notifications You must be signed in to change notification settings

luqiming666/AudioPeeperConsole

Repository files navigation

AudioPeeperConsole

使用Windows Core Audio APIs的loopback模式截获声卡数据,然后... 想干嘛干嘛~

本Demo中,将截获的音频数据保存为.pcm文件,然后可以使用ffmpeg进行测试播放:
ffplay.exe -ar 48000 -ac 2 -f f32le -i d:\peep.pcm

About

使用Windows Core Audio APIs的loopback模式截获声卡数据

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages