Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 601 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 601 Bytes

OpusKit

Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.

Objective-C wrapper for the Opus Codec.

Usage

  1. $ cd Submodules/Opus-iOS
  2. $ bash build-libopus.sh
  3. Drag dependencies/ into your Xcode project.
  4. Enjoy!

License

MIT