linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] jack-support


From: Simon MORLAT
Subject: Re: [Linphone-developers] jack-support
Date: Thu, 16 Sep 2004 12:05:33 +0200
User-agent: Mozilla Thunderbird 0.7.3 (X11/20040830)

Hello,

Thanks a lot !
I can integrate this in the cvs tree. However I would like linphone to compile without jack libs and headers; so do you have a patch or at least a suggestion for the toplevel configure.in to test if jack dev files are present so that linphone with jack support can be compiled safely ?
Thanks a lot.
Simon

Tobias Gehrig wrote:

Hi everybody,
I've added Jack-support to linphone. It should work for mono streams,
but for stereo streams/files it will probably fail, since I don't
exactly know how mediastreamer does the stereo part.
I attached the jackcard.[ch] files that should go to mediastreamer/.
You also will have to add following lines in the sndcard.c in
snd_card_manager_init after the alsa part:
       tmp=jack_card_manager_init(manager,index);
       index+=tmp;
       if (index>=MAX_SND_CARDS) return;
and as library dependencies following to Makefile.am to the
libmediastreamer_la_LIBADD variable:
       -ljack -lsamplerate
as well as following to the libmediastreamer_la_SOURCES variable:
        jackcard.c jackcard.h





reply via email to

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