Ignore:
Timestamp:
May 19, 2006 3:58:13 PM (18 years ago)
Author:
bennylp
Message:

Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Also changed the way the silence detector works, and changed default speex quality/complexity to 10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/transport_udp.c

    r452 r457  
    398398    PJ_ASSERT_RETURN(tp && strm && rem_addr && addr_len, PJ_EINVAL); 
    399399 
    400     /* Remote address must be Internet address */ 
    401     PJ_ASSERT_RETURN(addr_len == sizeof(pj_sockaddr_in) && 
    402                      ((pj_sockaddr_in*)rem_addr)->sin_family == PJ_AF_INET, 
    403                      PJ_EINVAL); 
    404  
    405400    /* Must not be "attached" to existing stream */ 
    406401    PJ_ASSERT_RETURN(udp->stream == NULL, PJ_EINVALIDOP); 
Note: See TracChangeset for help on using the changeset viewer.