I'm trying to implement the open-source Speex codec (www.speex.org) into a Code 
Engine Server.  The Speex library has both
the encoding and decoding support functions.  Does that mean I have to link the 
library to the CE enc codec and also to the CE dec
codec?  I want to save memory resources and possibly share global state data in 
the library between the enc and dec codecs; is
there a way to combine both the enc and dec codecs into one?

By the way, I'm new to the CE API so I have a huge learning curve;  I've read 
through the documents and looked at the codec
examples and it's still a little foreign to me.  I have built the Speex library 
for a TMS320 5510 DSP before, can I just link the library
with a CE codec or do I have to massage the Speex source into the CE API method 
and rebuild it?

Thanks,
Andy


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to