Changes between Version 6 and Version 7 of Migration From 0.5 Version To 0.6 Version


Ignore:
Timestamp:
Apr 8, 2007 12:09:01 PM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Migration From 0.5 Version To 0.6 Version

    v6 v7  
    5252=== Resample === 
    5353 
    54 The resampling library now lives in '''{{{third_party/resample}}}''' directory, and the implementation was based on {{{libresample-1.7}}}, but was  modified (unfortunately I couldn't find the original libresample-1.7.tar.gz anymore, so most original files that comes with the original library are missing). 
     54The resampling library now lives in '''{{{third_party/resample}}}''' directory, and the implementation was based on {{{libresample-1.7}}}, but was  modified (unfortunately I couldn't find the original {{{libresample-1.7.tar.gz}}} anymore, so most original files that come with the original library are missing). 
    5555 
    5656The PJMEDIA specific build files for resample is located under '''{{{third_party/build/resample}}}''' directory. 
     
    6262 * {{{PJMEDIA_HAS_SPEEX_RESAMPLE=1}}}, if you want to try Speex resampler. 
    6363 
     64Because of this new arrangements, {{{PJMEDIA_HAS_SMALL_FILTER}}} and {{{PJMEDIA_HAS_LARGE_FILTER}}} macros are now obsolete. 
     65 
     66Visual Studio applications now must link with {{{libresample}}} library, or add {{{third_party/build/resample/libresample.dsp}}} in the application dependency. There is no change for Makefile based application, as long as it includes PJ's '''{{{build.mak}}}''' file and gets the link specification from that file. 
     67 
     68 
    6469=== PLC === 
    6570 
    6671Support for PLC (Packet Loss Concealment) implementation that is based on Steve Underwood's SpanDSP work has been removed. Now PJMEDIA will only use PLC that is built-in with the codec, which means that this feature is only available for Speex and iLBC codec. 
     72 
     73Because of this, the '''{{{PJMEDIA_HAS_STEVEU_PLC}}}''' configuration macro is now obsolete. 
     74 
    6775 
    6876=== MP3 File Writer ===