Click here to Skip to main content
15,921,841 members
Home / Discussions / C#
   

C#

 
QuestionProblem with recording voice from multiple microphones [modified] Pin
MeContra16-Sep-08 3:07
MeContra16-Sep-08 3:07 
AnswerRe: Problem with recording voice from multiple microphones Pin
leppie16-Sep-08 3:09
leppie16-Sep-08 3:09 
GeneralRe: Problem with recording voice from multiple microphones Pin
MeContra16-Sep-08 3:21
MeContra16-Sep-08 3:21 
AnswerRe: Problem with recording voice from multiple microphones Pin
DaveyM6916-Sep-08 3:22
professionalDaveyM6916-Sep-08 3:22 
GeneralRe: Problem with recording voice from multiple microphones Pin
MeContra16-Sep-08 3:47
MeContra16-Sep-08 3:47 
GeneralRe: Problem with recording voice from multiple microphones Pin
DaveyM6916-Sep-08 4:05
professionalDaveyM6916-Sep-08 4:05 
GeneralRe: Problem with recording voice from multiple microphones Pin
MeContra16-Sep-08 4:15
MeContra16-Sep-08 4:15 
GeneralRe: Problem with recording voice from multiple microphones Pin
DaveyM6916-Sep-08 9:50
professionalDaveyM6916-Sep-08 9:50 
As I suggested earlier, it looks like you're not selecting the correct devices.

Mine is the standard rackmount Delta 1010. The inputs for mine are numbered as follows by winmm.dll, I would imagine yours are the same.

-1: Default (Control Panel|Sounds and Audio Devices|Audio|Sound recording|Default device - normally M-Audio Delta 1010 Multi)
0: M-Audio Delta 1010 Multi
1: M-Audio Delta 1010 1/2
2: M-Audio Delta 1010 3/4
3: M-Audio Delta 1010 5/6
4: M-Audio Delta 1010 7/8
5: M-Audio Delta 1010 S/PDIF
6: M-Audio Delta 1010 Mon. Mixer

I actually used the code from here[^] and duplicated the necesary objects in the code and UI. I then recorded multitrack with no issues. Note, each device is a stereo device. If you want to record multitrack mono then you'll need to record the necessary input into two streams and drop a channel in each stream.

This mixer[^] may also be useful to integrate!

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog)

GeneralRe: Problem with recording voice from multiple microphones Pin
MeContra16-Sep-08 20:34
MeContra16-Sep-08 20:34 
GeneralRe: Problem with recording voice from multiple microphones Pin
DaveyM6916-Sep-08 23:49
professionalDaveyM6916-Sep-08 23:49 
Questionwindows service Pin
arkiboys16-Sep-08 2:56
arkiboys16-Sep-08 2:56 
AnswerRe: windows service Pin
leppie16-Sep-08 3:08
leppie16-Sep-08 3:08 
GeneralRe: windows service Pin
arkiboys16-Sep-08 3:16
arkiboys16-Sep-08 3:16 
GeneralRe: windows service Pin
leppie16-Sep-08 3:32
leppie16-Sep-08 3:32 
GeneralRe: windows service Pin
arkiboys16-Sep-08 3:39
arkiboys16-Sep-08 3:39 
AnswerRe: windows service Pin
Kjetil Svendsen16-Sep-08 3:52
Kjetil Svendsen16-Sep-08 3:52 
GeneralRe: windows service Pin
#realJSOP16-Sep-08 4:27
professional#realJSOP16-Sep-08 4:27 
AnswerRe: windows service Pin
#realJSOP16-Sep-08 4:27
professional#realJSOP16-Sep-08 4:27 
GeneralRe: windows service Pin
arkiboys16-Sep-08 21:21
arkiboys16-Sep-08 21:21 
Questioncheck if file exists with wild char in file name Pin
lune1216-Sep-08 2:03
lune1216-Sep-08 2:03 
AnswerI have found the answer Pin
lune1216-Sep-08 2:09
lune1216-Sep-08 2:09 
GeneralRe: I have found the answer Pin
dojohansen16-Sep-08 2:29
dojohansen16-Sep-08 2:29 
GeneralRe: I have found the answer Pin
lune1216-Sep-08 2:57
lune1216-Sep-08 2:57 
AnswerRe: check if file exists with wild char in file name Pin
teejayem16-Sep-08 2:45
teejayem16-Sep-08 2:45 
GeneralRe: check if file exists with wild char in file name Pin
lune1216-Sep-08 2:58
lune1216-Sep-08 2:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.