Ignore:
Timestamp:
Mar 16, 2006 7:03:07 PM (18 years ago)
Author:
bennylp
Message:

Support for stereo audio (or N audio channels, for that matter)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c

    r321 r322  
    761761                                 pjsua.max_calls+PJSUA_CONF_MORE_PORTS,  
    762762                                 pjsua.clock_rate,  
     763                                 1, /* mono */ 
    763764                                 pjsua.clock_rate * 20 / 1000, 16,  
    764765                                 options, 
     
    774775    /* Add NULL port to the bridge. */ 
    775776    status = pjmedia_null_port_create( pjsua.pool, pjsua.clock_rate,  
     777                                       1, /* mono */ 
    776778                                       pjsua.clock_rate * 20 / 1000, 16, 
    777779                                       &pjsua.null_port); 
Note: See TracChangeset for help on using the changeset viewer.