Csound Csound-dev Csound-tekno Search About

[Cs-dev] (repeat) portAudio broken

Date2005-04-05 06:49
Fromjpff@codemist.co.uk
Subject[Cs-dev] (repeat) portAudio broken
I cannot work real time any longer

PortAudio: available output devices:
   0: /dev/dsp
   1: Intel 82801CA-ICH3: Intel 82801CA-ICH3 (hw:0,0)
 *** PortAudio: must specify a device number, not a name
Failed to initialise real time audio output

I need to use plughw:0 and this used to work (I wrote it after all).
Is there ant reason this facility was removed?
==John ffitch


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-04-05 07:18
FromSteven Yi
SubjectRe: [Cs-dev] (repeat) portAudio broken
Hi John,

My guess is that you might be compiling with the PortAudio driver that
Istvan wrote and not the one you had written. If so, you can compile
the other Portaudio plugin using "useOldPortAudioPlugin=1".  I haven't
been using either nor the named device facility, so am only guessing
here.

steven

On Apr 4, 2005 10:49 PM, jpff@codemist.co.uk  wrote:
> I cannot work real time any longer
> 
> PortAudio: available output devices:
>    0: /dev/dsp
>    1: Intel 82801CA-ICH3: Intel 82801CA-ICH3 (hw:0,0)
>  *** PortAudio: must specify a device number, not a name
> Failed to initialise real time audio output
> 
> I need to use plughw:0 and this used to work (I wrote it after all).
> Is there ant reason this facility was removed?
> ==John ffitch
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-04-05 11:34
FromIstvan Varga
SubjectRe: [Cs-dev] (repeat) portAudio broken
jpff@codemist.co.uk wrote:

> I cannot work real time any longer
> 
> PortAudio: available output devices:
>    0: /dev/dsp
>    1: Intel 82801CA-ICH3: Intel 82801CA-ICH3 (hw:0,0)
>  *** PortAudio: must specify a device number, not a name
> Failed to initialise real time audio output

If you do not have any cards other than the Intel 82801CA, then
use -odac1 which should select that device using ALSA (hw:0,0).
rtpa_new.c does not (yet) support "host API specific" device
selection (that is, device names instead of numbers), and the
error message tells exactly that.

 > I need to use plughw:0 and this used to work (I wrote it after all).
 > Is there ant reason this facility was removed?

It was not removed, you only need to compile with useOldPortAudioPlugin=1.
Note however that rtpa_new.c may have better latency with ALSA because
it uses PortAudio in blocking mode directly, rather than implementing a
layer of blocking I/O emulation.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net