C
C#3mo ago
HiveMind

One aux, multiple sounds

Hi. I have such situation: multiple microphones, all connected to laptop via the same aux. Then, I need to record and save sound from each microphon to different files. The catch is, people can talk at the same time. If aux can even send multiple sounds and not combine them all into one, how can I distinguish them in C# in order to record them and save? Currently, for recording I'm using NAudio library, but just from one source. Can it handle it, or do I need to choose different library?
2 Replies
Jimmacle
Jimmacle3mo ago
so you're mixing a bunch of audio inputs down into one channel and you want to split them out again? i recommend changing your setup so you can just record each mic individually, you're creating a difficult if not impossible problem to solve
MutableString
MutableString3mo ago
yeah that would be an issue well beyond just c#
Want results from more Discord servers?
Add your server