Chapay
Chapay
I can not understand why we make **speex_decode_int** of **jitter->current_packet** 2 times first time after get packet from buffer, after set flag **valid_bits** to 1, second time at next **speex_jitter_get**...
**Google maps sample:** iosched-ios/Source/IOsched/Screens/Map/MapViewController.swift https://github.com/google/iosched-ios/blob/adb2cef4455b7990d0648d0e26eefe8ffc6bd92f/Source/IOsched/Screens/Map/MapViewController.swift ``` swift overlay.map = mapView return mapView } private func setupOverlay() -> GMSOverlay { let mapImage = UIImage(named: "map.png") let overlayBounds = GMSCoordinateBounds(coordinate: Constants.overlaySouthWest, coordinate:...
Hey In c/c++ i can turn on DTX by code below ```c++ opus_encoder_ctl(enc, OPUS_SET_DTX(enable ? 1 : 0)); ``` and can skip data without voice ```c++ int32_t r = opus_encode(enc,...