Ignore:
Timestamp:
Oct 19, 2006 3:49:47 PM (18 years ago)
Author:
bennylp
Message:

Support for MP3 recording for Win32 target. Also added "--rec-file" and "--auto-rec" option in pjsua to record voice conversion. The "--rec-file" option will record to either .WAV or .MP3 depending on the file extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/docs/doxygen.cfg

    r690 r783  
    844844PREDEFINED             = PJ_DECL(x)=x PJ_DEF(x)=x PJ_IDECL(x)=x \ 
    845845                         PJ_IDEF(x)=x PJ_INLINE(x)=x \ 
    846                          PJ_BEGIN_DECL= PJ_END_DECL= 
     846                         PJ_BEGIN_DECL= PJ_END_DECL= \ 
     847                         PJMEDIA_HAS_MP3_WRITER=1 
    847848 
    848849# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then  
Note: See TracChangeset for help on using the changeset viewer.