Ignore:
Timestamp:
Mar 24, 2006 8:41:20 PM (18 years ago)
Author:
bennylp
Message:

Added WAVE writer and resample port, and also found out why audio quality is poor with DirectSound?

File:
1 edited

Legend:

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

    r347 r358  
    6969 
    7070 
     71/** 
     72 * Default file player/writer buffer size. 
     73 */ 
     74#ifndef PJMEDIA_FILE_PORT_BUFSIZE 
     75#   define PJMEDIA_FILE_PORT_BUFSIZE    4000 
     76#endif 
     77 
     78 
    7179#endif  /* __PJMEDIA_CONFIG_H__ */ 
    7280 
Note: See TracChangeset for help on using the changeset viewer.