chrisballinger / OpusKit

Objective-C wrapper for libopus on iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Objective-C wrapper for libopus on iOS

License:MIT License


Languages

Language:Objective-C 100.0%