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.
iOS build scripts for the Opus Codec. These scripts download and build libopus 1.3.1 as an xcframework.
These scripts are based on Chris Ballinger's build scripts.
I have only tested these build scripts using Xcode 13, with a minimum iOS target of 12.1. If you want to target earlier versions of iOS, you will need to update the MINIOSVERSION
variable in opus/scripts/build-libopus.sh
and may need to make other changes to the scripts.
- Build the framework
- (Optionally) Use the CocoaPod spec
% cd opus
% xcodebuild
opus.xcframework
will be built in the opus/build
directory.
MIT