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.14k stars 450 forks source link

Is it possible to capture specific application sounds? #449

Open a3geek opened 3 years ago

a3geek commented 3 years ago

Is it possible to capture specific application sounds?

I know that can get audio session by Core Audio API. However, its session can get only peak volume. I want to get a specific application sound like the Discord game sharing function.

Do you have any ideas?