Ignore:
Timestamp:
May 30, 2008 11:24:37 AM (16 years ago)
Author:
nanang
Message:

Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is used by small devices by default (replacing PJMEDIA_WSOLA_IMP_NULL)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r1942 r1971  
    129129#define PJMEDIA_WSOLA_IMP_WSOLA             1 
    130130 
     131/** 
     132 * This denotes implementation of WSOLA algorithm with faster waveform  
     133 * similarity calculation. This implementation provides fair quality of  
     134 * the result with the main advantage of low processing power requirement. 
     135 */ 
     136#define PJMEDIA_WSOLA_IMP_WSOLA_LITE        2 
    131137 
    132138/** 
Note: See TracChangeset for help on using the changeset viewer.