[Csnd] audio module on windows
Date | 2013-04-09 11:57 |
From | joachim heintz |
Subject | [Csnd] audio module on windows |
hi - i am writing some explanations for the "RT Audio Module" selection in CsoundQt. what is the most common choice for windows? mme? portaudio? thanks - joachim |
Date | 2013-04-09 12:09 |
From | joachim heintz |
Subject | Re: [Csnd] audio module on windows |
... and MIDI too, please ... Am 09.04.2013 12:57, schrieb joachim heintz: > hi - > > i am writing some explanations for the "RT Audio Module" selection in > CsoundQt. > > what is the most common choice for windows? mme? portaudio? > > thanks - > > joachim > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > |
Date | 2013-04-09 12:53 |
From | andy fillebrown |
Subject | Re: [Csnd] audio module on windows |
Hi Joachim, I don't know what most people use, but the fastest choice is portaudio because it can output to the ASIO4ALL virtual audio device or the Windows kernel streaming device drivers. Those are much faster than the MME drivers.
For MIDI I use portmidi because it enables the "all" input device to be selected which makes things a lot easier than trying to deal with WinMM MIDI Mapper. There is also an issue with device enumeration in CsoundQt when winmm is selected, which makes choosing the correct input device difficult.
I'd definitely steer people towards portaudio and portmidi in the explanation. Cheers, ~ andy.f On Tue, Apr 9, 2013 at 7:09 AM, joachim heintz <jh@joachimheintz.de> wrote: ... and MIDI too, please ... |
Date | 2013-04-09 13:41 |
From | Michael Gogins |
Subject | Re: [Csnd] audio module on windows |
With the current real-time audio modules, PortAudio and wdmks have the best (and similar) latency. Which to use will depend upon the device's driver support, not on Csound. wsapi is not bad but not as fast. DirectSound is next. Then mme, but it will pretty much always work. For MIDI it doesn't matter much for just input, not sure about more complex uses. Regards, Mike On Tue, Apr 9, 2013 at 7:53 AM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |
Date | 2013-04-09 17:29 |
From | Jim Aikin |
Subject | [Csnd] Re: audio module on windows |
As Andy mentioned, MME is slow. For any type of real-time use, MME would be a very poor choice, due to the latency. -- View this message in context: http://csound.1045644.n5.nabble.com/audio-module-on-windows-tp5721769p5721775.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-04-09 23:56 |
From | joachim heintz |
Subject | Re: [Csnd] Re: audio module on windows |
all right - thanks to all! j Am 09.04.2013 18:29, schrieb Jim Aikin: > As Andy mentioned, MME is slow. For any type of real-time use, MME would be a > very poor choice, due to the latency. > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/audio-module-on-windows-tp5721769p5721775.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > |