Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 669 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 669 Bytes

iLBC Android

Internet low bitrate codec. This is a swc that wraps the base functionality of the iLBC codec now maintained by google as part of the WebRTC project.

Based loosely on an android version of iLBC at http://code.google.com/p/android-ilbc.

Changes

  • Built based on webrtc code instead of rfc
  • Adds option to use noise supression from webrtc in the encode method.
  • Uses 30ms mode only.

Building