filoe / cscore

An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.
Other
2.19k stars 454 forks source link

Anyway to do selective program recording? #152

Closed robinator8 closed 7 years ago

robinator8 commented 7 years ago

I'd like to be able to record multiple audio files at once, for each program, including my microphone. Eg. If I had TS3, GTAV, and Spotify open all at once and I was recording, they would all be separate audio files. This was I could cut out the spotify stuff, and turn up the TS3 voices.

Edit: First time using Git Hub, how can I make this a question?

filoe commented 7 years ago

I'm sorry. There is no native windows api for recording a specific program. You would have to play around with hooking windows api's or creating virtual drivers. CSCore does not support it. I'm sorry.