Re: [Freeswitch-users] PortAudio needs work on Mac OS X 10.6

2009-11-09 Thread Bruce Fletcher
The patch from the PortAudio site does get the library to build, but it still fails with the same assertion when I try to play MOH. The patch I'm talking about is this one: http://www.portaudio.com/trac/changeset/1418 If the same build problem applies to other 64 bit systems, it might be

Re: [Freeswitch-users] PortAudio needs work on Mac OS X 10.6

2009-11-09 Thread Anthony Minessale
maybe we should write a new audio abstraction lib =D On Mon, Nov 9, 2009 at 2:07 AM, Bruce Fletcher br...@nani.ca wrote: The patch from the PortAudio site does get the library to build, but it still fails with the same assertion when I try to play MOH. The patch I'm talking about is this

Re: [Freeswitch-users] PortAudio needs work on Mac OS X 10.6

2009-11-09 Thread João Mesquita
Or write one for Mac specifically since PA is fine for all the rest (I think)? JM On Mon, Nov 9, 2009 at 2:50 PM, Anthony Minessale anthony.miness...@gmail.com wrote: maybe we should write a new audio abstraction lib =D On Mon, Nov 9, 2009 at 2:07 AM, Bruce Fletcher br...@nani.ca wrote:

[Freeswitch-users] PortAudio needs work on Mac OS X 10.6

2009-11-08 Thread Bruce Fletcher
I'm trying to get through the noobie tutorial that c888 recommends in IRC, but PortAudio doesn't seem to build properly on Mac OS X 10.6. It failed due to some code that wasn't 64bit ready, apparently. The error I got was exactly the same as this 4 month old error from MacPorts:

Re: [Freeswitch-users] PortAudio needs work on Mac OS X 10.6

2009-11-08 Thread Brian West
The problem is the patch isn't backwards compatible and blows away any chance of being so. We have looked at this... and that patch IS NOT RIGHT. /b On Nov 8, 2009, at 3:12 AM, Bruce Fletcher wrote: I'm trying to get through the noobie tutorial that c888 recommends in IRC, but PortAudio

Re: [Freeswitch-users] PortAudio needs work on Mac OS X 10.6

2009-11-08 Thread Bruce Fletcher
OK, I'll ignore that MacPorts patch for now and try to find a better approach. I'll look into this further tonight, but this morning I found a more recent promising patch on the PortAudio site: http://www.portaudio.com/trac/changeset/1418 It seems to push some data types to 32 bit

Re: [Freeswitch-users] PortAudio needs work on Mac OS X 10.6

2009-11-08 Thread Frank Carmickle
Hello I am also having trouble with portaudio. I still haven't figured out what it is that is wrong. I have had it working in the past on this same machine same install of debian lenny. Now it just reports [ERR] mod_portaudio.c:964 Cannot find an input device Also seeing this on a fedor

Re: [Freeswitch-users] PortAudio needs work on Mac OS X 10.6

2009-11-08 Thread Michael Jerris
If you can figure out a clean way for us to do this with proper ifdefs in tree in a way that will not break others that would be the most preferred. Mike On Nov 8, 2009, at 1:03 PM, Bruce Fletcher wrote: OK, I'll ignore that MacPorts patch for now and try to find a better approach. I'll