Re: [Discuss-gnuradio] PS3 success with audio

2007-03-09 Thread Robert McGwier

Eric Blossom wrote:

On Thu, Mar 08, 2007 at 08:15:47PM -0500, Robert McGwier wrote:
We definitely have work to do.  Portaudio is the ONLY thing I can get to 
work the PS3 sound system but not in gnuradio.


The pieces in the bin directory for testing portaudio that open the sink 
only work.  I can produce tones,  hundreds of tones,  do latency tests, etc.


gr-audio-XXX fails in all cases, including gr-audio-portaudio.

I do not believe this is a python issue but I am unsure.  The error 
message is a bit strange.


If you download the svn for portaudio, and do configure; make; sudo make 
install,  it puts the portaudio-2.0.pc in /usr/local/lib/pkgconfig 
unless you specify another prefix.  Portaudio is working on the ps3 and 
the files in bin that begin patest_(produce a sinusoid of some type) 
make tones and work.


Bob


Given that the Python stuff is still broken on PS3, I'm not surprised
than gr-audio-* doesn't work.


Just let me say that I am not certain this is a python error but until 
make check works,  I cannot easily rule it out.  Portaudio definitely 
works on the PS3 so we will have audio when we get stuff rolling.




Eric



Thanks,
Bob



--
AMSAT Director and VP Engineering. Member: ARRL, AMSAT-DL,
TAPR, Packrats, NJQRP, QRP ARCI, QCWA, FRC. ARRL SDR WG Chair
"Taking fun as simply fun and earnestness in earnest shows
how thoroughly thou none of the two discernest." - Piet Hine


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] PS3 success with audio

2007-03-08 Thread Eric Blossom
On Thu, Mar 08, 2007 at 08:15:47PM -0500, Robert McGwier wrote:
> We definitely have work to do.  Portaudio is the ONLY thing I can get to 
> work the PS3 sound system but not in gnuradio.
> 
> The pieces in the bin directory for testing portaudio that open the sink 
> only work.  I can produce tones,  hundreds of tones,  do latency tests, etc.
> 
> gr-audio-XXX fails in all cases, including gr-audio-portaudio.
> 
> I do not believe this is a python issue but I am unsure.  The error 
> message is a bit strange.
> 
> If you download the svn for portaudio, and do configure; make; sudo make 
> install,  it puts the portaudio-2.0.pc in /usr/local/lib/pkgconfig 
> unless you specify another prefix.  Portaudio is working on the ps3 and 
> the files in bin that begin patest_(produce a sinusoid of some type) 
> make tones and work.
> 
> Bob

Given that the Python stuff is still broken on PS3, I'm not surprised
than gr-audio-* doesn't work.

Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] PS3 success with audio

2007-03-08 Thread Robert McGwier
We definitely have work to do.  Portaudio is the ONLY thing I can get to 
work the PS3 sound system but not in gnuradio.


The pieces in the bin directory for testing portaudio that open the sink 
only work.  I can produce tones,  hundreds of tones,  do latency tests, etc.


gr-audio-XXX fails in all cases, including gr-audio-portaudio.

I do not believe this is a python issue but I am unsure.  The error 
message is a bit strange.


If you download the svn for portaudio, and do configure; make; sudo make 
install,  it puts the portaudio-2.0.pc in /usr/local/lib/pkgconfig 
unless you specify another prefix.  Portaudio is working on the ps3 and 
the files in bin that begin patest_(produce a sinusoid of some type) 
make tones and work.


Bob



Eric Blossom wrote:

On Thu, Mar 08, 2007 at 11:55:05AM -0500, Tom Rondeau wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:discuss-

I literally have absolutely no idea what I have done, BUT,  snd_ps3
 is now found by PS3 running Yellow Dog Linux.  At some time in the
past two weeks while I was running around,  I did an update (after Terra
finally got my password fixed) and the sound system is found. I compiled
and installed PortAudio and pa_devs finds the device and all of the test
programs that are using only output work perfectly.

Bob, are you using gr-audio-portaudio? I've installed portaudio from yum on
FC6, but it's only on version 18 while the GR configure script is trying to
find version 19. On top of that, when I installed version 19, there is no
portaudio.pc file for pkg-config to look at.

I'm sure this is all due to ignorance on my part with using portaudio
devices.

Thanks,
Tom


Tom, I'm not sure, but I'm pretty sure he's using ALSA.

Eric


___


--
AMSAT Director and VP Engineering. Member: ARRL, AMSAT-DL,
TAPR, Packrats, NJQRP, QRP ARCI, QCWA, FRC. ARRL SDR WG Chair
"Taking fun as simply fun and earnestness in earnest shows
how thoroughly thou none of the two discernest." - Piet Hine


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] PS3 success with audio

2007-03-08 Thread Eric Blossom
On Thu, Mar 08, 2007 at 11:55:05AM -0500, Tom Rondeau wrote:
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:discuss-
> > 
> > I literally have absolutely no idea what I have done, BUT,  snd_ps3
> >  is now found by PS3 running Yellow Dog Linux.  At some time in the
> > past two weeks while I was running around,  I did an update (after Terra
> > finally got my password fixed) and the sound system is found. I compiled
> > and installed PortAudio and pa_devs finds the device and all of the test
> > programs that are using only output work perfectly.
> 
> Bob, are you using gr-audio-portaudio? I've installed portaudio from yum on
> FC6, but it's only on version 18 while the GR configure script is trying to
> find version 19. On top of that, when I installed version 19, there is no
> portaudio.pc file for pkg-config to look at.
> 
> I'm sure this is all due to ignorance on my part with using portaudio
> devices.
> 
> Thanks,
> Tom

Tom, I'm not sure, but I'm pretty sure he's using ALSA.

Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


RE: [Discuss-gnuradio] PS3 success with audio

2007-03-08 Thread Tom Rondeau
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:discuss-
> 
> I literally have absolutely no idea what I have done, BUT,  snd_ps3
>  is now found by PS3 running Yellow Dog Linux.  At some time in the
> past two weeks while I was running around,  I did an update (after Terra
> finally got my password fixed) and the sound system is found. I compiled
> and installed PortAudio and pa_devs finds the device and all of the test
> programs that are using only output work perfectly.

Bob, are you using gr-audio-portaudio? I've installed portaudio from yum on
FC6, but it's only on version 18 while the GR configure script is trying to
find version 19. On top of that, when I installed version 19, there is no
portaudio.pc file for pkg-config to look at.

I'm sure this is all due to ignorance on my part with using portaudio
devices.

Thanks,
Tom




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio