linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] mediastreamer2 configure.ac patch for MacOS X.


From: Vadim Lebedev
Subject: Re: [Linphone-developers] mediastreamer2 configure.ac patch for MacOS X.
Date: Wed, 02 Jan 2008 14:03:27 +0100
User-agent: Thunderbird 1.5.0.14pre (X11/20071023)

Aymeric Moizard wrote:

Hello again,

First, I wish an happy new year to all of linphone/mediastreamer2 users!

It seems now that the native mac sound is now working for both intel & ppc
platform. However, it doesn't look enough good to me:

It must be possible to detect at run-time wheter we should add the
kLinearPCMFormatFlagIsBigEndian flag so that the same code should run
on both platform.

The second driver on mac (based on portaudio does not need this...)

Does anybody have any idea about a solution?
Hiroki: do you have any idea?


if (htonl(0x1234) == 0x1234)
{
 // this is big endian
}
else
{
 // little endian
}


Vadim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]