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

Record only one channel #23

Closed JimmyAppelt closed 8 years ago

JimmyAppelt commented 8 years ago

Hi,

Would it be possible to only capture 1 channel of a specific device and replay it to 2 channels (just mono)?

filoe commented 8 years ago

You can filter the audio signal to only take the left, right,... channel. You may show me the relevant code?

JimmyAppelt commented 8 years ago

I need to start coding the application @filoe

Wasn't sure if this was possible with this library, i went trough documentation and all necessary example apps to get familiar with CSCore.

But couldn't see (or looked over) this feature.

filoe commented 8 years ago

Ok, to clearly answer your question: yes it is possible.