Ignore:
Timestamp:
May 14, 2018 1:24:43 AM (6 years ago)
Author:
ming
Message:

Re #2059 (misc): Related to #2031. Add compile-time config for L16 48KHz.

File:
1 edited

Legend:

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

    r5632 r5791  
    8080#ifndef PJMEDIA_CODEC_L16_HAS_16KHZ_STEREO 
    8181#   define PJMEDIA_CODEC_L16_HAS_16KHZ_STEREO   0 
     82#endif 
     83 
     84 
     85/** 
     86 * Settings to enable L16 codec 48KHz, mono. By default it is disabled. 
     87 */ 
     88#ifndef PJMEDIA_CODEC_L16_HAS_48KHZ_MONO 
     89#   define PJMEDIA_CODEC_L16_HAS_48KHZ_MONO     0 
     90#endif 
     91 
     92 
     93/** 
     94 * Settings to enable L16 codec 48KHz, stereo. By default it is disabled. 
     95 */ 
     96#ifndef PJMEDIA_CODEC_L16_HAS_48KHZ_STEREO 
     97#   define PJMEDIA_CODEC_L16_HAS_48KHZ_STEREO   0 
    8298#endif 
    8399 
Note: See TracChangeset for help on using the changeset viewer.