NateRickard / Plugin.AudioRecorder

Audio Recorder plugin for Xamarin and Windows
MIT License
164 stars 68 forks source link

Audio is always mono. No channel configuration possible. #11

Closed mslavkovski closed 6 years ago

mslavkovski commented 6 years ago

It is not possible to configure the number of channels thus the result is always mono.

NateRickard commented 6 years ago

Right - this is intended to record microphone input, which is only mono.

mslavkovski commented 6 years ago

Noooo you are wrong. USB audio supports stereo.

On Tue, Mar 20, 2018, 21:32 Nate Rickard notifications@github.com wrote:

Right - this is intended to record microphone input, which is only mono.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NateRickard/Plugin.AudioRecorder/issues/11#issuecomment-374746390, or mute the thread https://github.com/notifications/unsubscribe-auth/ASoF6wX_J-LVM-6em74K1W9VofDKJCXUks5tgWdUgaJpZM4Stt8C .

NateRickard commented 6 years ago

Sounds like an interesting use case. The code is open source and already has some of the things needed to support channel config... feel free to submit a PR that adds stereo support and I'll gladly review and merge it.