Click here to Skip to main content
16,010,201 members
Home / Discussions / C#
   

C#

 
AnswerRe: Date time Sql and query Pin
Harvey Saayman16-Sep-08 3:46
Harvey Saayman16-Sep-08 3:46 
AnswerRe: Date time Sql and query Pin
nelsonpaixao16-Sep-08 14:00
nelsonpaixao16-Sep-08 14:00 
Questionhow to make control moveable from mouse in windows application. Pin
AtulRane16-Sep-08 3:10
AtulRane16-Sep-08 3:10 
AnswerRe: how to make control moveable from mouse in windows application. Pin
stancrm16-Sep-08 3:30
stancrm16-Sep-08 3:30 
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 
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 
I didn't use any threads, I just did it all on the main UI thread. The problems you're experiencing may be solvable my altering the buffer settings.

For low latency, it's better to use ASIO. There's an article on CP[^] that I haven't yet tried that uses ASIO with the steinberg SDK (they invented ASIO). There's also an open source project called PortAudio[^] and an open source .NET wrapper for it called PortAudioSharp[^].

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)

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 

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.