linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Removing the encoder/decoder operations from linph


From: Vanitha Ramaswami
Subject: [Linphone-developers] Removing the encoder/decoder operations from linphone
Date: Tue, 24 May 2005 03:01:17 -0700 (PDT)

Hi All,

I am porting linphone 1.0.1 to a custom IXP425 based
target. I dont need the encoding and
decoding part of linphone  since i have a DSP chip
which does this operation..
Inorder to remove the support for the encoder/decoder
i've modified the function
audio_stream_start_full function in the file
audiostream.c. I've added the links like this,

ms_filter_add_link(stream->soundread,
stream->rtpsend);
ms_filter_add_link(stream->rtprecv,
stream->soundwrite);

Will this change work..?I appreciate your inputs on
this.

Thanks
Vanitha


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/




reply via email to

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