Ignore:
Timestamp:
Feb 5, 2009 10:59:14 AM (15 years ago)
Author:
nanang
Message:
  • Added new API for sound & sound port to create/open sound device with extended setting, to allow opening sound device with non-PCM format and other settings.
  • Updated symbian_ua/ua.cpp to be able to reopen sound device when audio stream session is using non-PCM data/passthrough codec.
  • Updated stream.c to allow it works with non-PCM data.
  • Added PCMU/A frames processing into non-PCM play/record callbacks in symbian_audio_aps.cpp.
  • Added passthrough codec init/deinitialization in pjsua-lib.
  • Added a new pjmedia_frame_ext helper function, pjmedia_frame_ext_pop_subframes, to pop-out/remove some subframes.
  • Other minor updates/fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia-codec/config.h

    r2436 r2438  
    218218#ifndef PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMU 
    219219#   define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMU   1 
    220 #endif 
    221  
    222 #ifndef PJMEDIA_HAS_PASSTHROUGH_CODEC_G729 
     220#   undef PJMEDIA_HAS_G711_CODEC 
     221#endif 
     222 
     223#ifndef PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMA 
    223224#   define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMA   1 
     225#   undef PJMEDIA_HAS_G711_CODEC 
    224226#endif 
    225227 
Note: See TracChangeset for help on using the changeset viewer.