Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 586 Bytes

File metadata and controls

12 lines (7 loc) · 586 Bytes

CSIOpusCodec

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 based on OpusIPhoneTest.

Usage

pod 'CSIOpusCodec'

License

MIT