Changes between Version 6 and Version 7 of Migration From 0.5 Version To 0.6 Version
- Timestamp:
- Apr 8, 2007 12:09:01 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration From 0.5 Version To 0.6 Version
v6 v7 52 52 === Resample === 53 53 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 comeswith the original library are missing).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 come with the original library are missing). 55 55 56 56 The PJMEDIA specific build files for resample is located under '''{{{third_party/build/resample}}}''' directory. … … 62 62 * {{{PJMEDIA_HAS_SPEEX_RESAMPLE=1}}}, if you want to try Speex resampler. 63 63 64 Because of this new arrangements, {{{PJMEDIA_HAS_SMALL_FILTER}}} and {{{PJMEDIA_HAS_LARGE_FILTER}}} macros are now obsolete. 65 66 Visual 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 64 69 === PLC === 65 70 66 71 Support 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 73 Because of this, the '''{{{PJMEDIA_HAS_STEVEU_PLC}}}''' configuration macro is now obsolete. 74 67 75 68 76 === MP3 File Writer ===