Ignore:
Timestamp:
Mar 4, 2006 2:52:44 PM (18 years ago)
Author:
bennylp
Message:

Major modification in conference bridge to allow ports with different ptime and sampling rate. Also introduced sampling rate converter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/main.c

    r269 r277  
    385385            } 
    386386        } 
    387         printf("Port #%02d %20.*s  transmitting to: %s\n",  
     387        printf("Port #%02d[%2dKHz/%dms] %20.*s  transmitting to: %s\n",  
    388388               port_info->slot,  
     389               port_info->clock_rate/1000, 
     390               port_info->samples_per_frame * 1000 / port_info->clock_rate, 
    389391               (int)port_info->name.slen,  
    390392               port_info->name.ptr, 
Note: See TracChangeset for help on using the changeset viewer.