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/pjsip/include/pjsua-lib/pjsua.h

    r780 r783  
    25322532 * the conference bridge. 
    25332533 * 
    2534  * @param filename      Output file name. 
    2535  * @param file_format   Specify the file format (currently only WAV is 
    2536  *                      supported, so the value MUST be zero). 
    2537  * @param encoding      Specify the encoding to be applied to the file. 
    2538  *                      Currently only 16bit raw PCM is supported, so 
    2539  *                      the value must be NULL. 
     2534 * @param filename      Output file name. The function will determine the 
     2535 *                      default format to be used based on the file extension. 
     2536 *                      Currently ".wav" is supported on all platforms, and 
     2537 *                      also ".mp3" is support on Windows. 
     2538 * @param file_format   This option is obsolete. 
     2539 * @param encoding      Optionally specify the encoding to be applied to the 
     2540 *                      file. By default (if NULL is specified), the encoding 
     2541 *                      is determined from the file extension (i.e. 16bit PCM 
     2542 *                      is used for the WAV files). 
    25402543 * @param max_size      Maximum file size. Specify -1 to remove size 
    25412544 *                      limitation. 
Note: See TracChangeset for help on using the changeset viewer.