1.7 with CoreAudio on a Mac

AK
Alexei Kuznetsov
Sun, Aug 22, 2010 6:00 PM

Hi,

How should I build pjsip 1.7 to benefit from the CoreAudio support on a Mac?

Alexei

Hi, How should I build pjsip 1.7 to benefit from the CoreAudio support on a Mac? Alexei
SM
Sauw Ming
Mon, Aug 23, 2010 2:55 AM

Hi Alexei,

You need to add:
#define PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 1
in config_site.h

Best regards,
Ming

On Mon, Aug 23, 2010 at 2:00 AM, Alexei Kuznetsov eofster@gmail.com wrote:

Hi,

How should I build pjsip 1.7 to benefit from the CoreAudio support on a Mac?

Alexei


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Alexei, You need to add: #define PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 1 in config_site.h Best regards, Ming On Mon, Aug 23, 2010 at 2:00 AM, Alexei Kuznetsov <eofster@gmail.com> wrote: > Hi, > > How should I build pjsip 1.7 to benefit from the CoreAudio support on a Mac? > > Alexei > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
RW
Rob Wilkes
Mon, Aug 23, 2010 10:08 AM

Hi Ming. why is this needed? I noticed that if I follow your instructions in
your wiki and #include config_site_sample.h in config.h and run
./configure-iphone, that gets automatically set in config_site_sample.h

On Sun, Aug 22, 2010 at 10:55 PM, Sauw Ming ming@teluu.com wrote:

Hi Alexei,

You need to add:
#define PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 1
in config_site.h

Best regards,
Ming

On Mon, Aug 23, 2010 at 2:00 AM, Alexei Kuznetsov eofster@gmail.com
wrote:

Hi,

How should I build pjsip 1.7 to benefit from the CoreAudio support on a

Mac?

Hi Ming. why is this needed? I noticed that if I follow your instructions in your wiki and #include config_site_sample.h in config.h and run ./configure-iphone, that gets automatically set in config_site_sample.h On Sun, Aug 22, 2010 at 10:55 PM, Sauw Ming <ming@teluu.com> wrote: > Hi Alexei, > > You need to add: > #define PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 1 > in config_site.h > > Best regards, > Ming > > On Mon, Aug 23, 2010 at 2:00 AM, Alexei Kuznetsov <eofster@gmail.com> > wrote: > > Hi, > > > > How should I build pjsip 1.7 to benefit from the CoreAudio support on a > Mac? > > > > Alexei > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
SM
Sauw Ming
Mon, Aug 23, 2010 10:14 AM

Hi Rob,

This is only needed for Mac OS. For iOS, as you already noticed, it's
enabled by default.

Regards,
Ming

On Mon, Aug 23, 2010 at 6:08 PM, Rob Wilkes wilkrob@gmail.com wrote:

Hi Ming. why is this needed? I noticed that if I follow your instructions in
your wiki and #include config_site_sample.h in config.h and run
./configure-iphone, that gets automatically set in config_site_sample.h

On Sun, Aug 22, 2010 at 10:55 PM, Sauw Ming ming@teluu.com wrote:

Hi Alexei,

You need to add:
#define PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 1
in config_site.h

Best regards,
Ming

On Mon, Aug 23, 2010 at 2:00 AM, Alexei Kuznetsov eofster@gmail.com
wrote:

Hi,

How should I build pjsip 1.7 to benefit from the CoreAudio support on a
Mac?

Alexei


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Rob, This is only needed for Mac OS. For iOS, as you already noticed, it's enabled by default. Regards, Ming On Mon, Aug 23, 2010 at 6:08 PM, Rob Wilkes <wilkrob@gmail.com> wrote: > Hi Ming. why is this needed? I noticed that if I follow your instructions in > your wiki and #include config_site_sample.h in config.h and run > ./configure-iphone, that gets automatically set in config_site_sample.h > > On Sun, Aug 22, 2010 at 10:55 PM, Sauw Ming <ming@teluu.com> wrote: >> >> Hi Alexei, >> >> You need to add: >> #define PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 1 >> in config_site.h >> >> Best regards, >> Ming >> >> On Mon, Aug 23, 2010 at 2:00 AM, Alexei Kuznetsov <eofster@gmail.com> >> wrote: >> > Hi, >> > >> > How should I build pjsip 1.7 to benefit from the CoreAudio support on a >> > Mac? >> > >> > Alexei >> > >> > _______________________________________________ >> > Visit our blog: http://blog.pjsip.org >> > >> > pjsip mailing list >> > pjsip@lists.pjsip.org >> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >