开发者

Is it possible to record sound from one window?

开发者 https://www.devze.com 2023-01-21 06:45 出处:网络
I\'ve managed to write program to record sound from Input Devices, but I\'m more interested in recording from one window that plays some sounds. Is it p开发者_如何学Pythonossible to catch those sounds

I've managed to write program to record sound from Input Devices, but I'm more interested in recording from one window that plays some sounds. Is it p开发者_如何学Pythonossible to catch those sounds and not all possible sounds played currently?

Sorry for my english.


As the program you want to record is talking directly to the sound driver api your only chance would be to create an own "man in the middle" sound driver which could filter off and forward an audio stream to your application.

So if you are not planning to invest a serious amount of time the answer probably is "No, its not possible".

0

精彩评论

暂无评论...
验证码 换一张
取 消