This package was created to provide an easy-to-maintain binding for opusfile
The current release supports libopusfile v0.12
This package is supposed to be used with SwiftPM or added as a Package dependency from XCode.
For Swift Package Manager add the following lines your Package.swift under dependencies
:
.package(
name: "opusfile-swift",
url: "https://github.com/HealsCodes/opusfile-swift.git",
from: "0.12.0"
)
To use the package in your swift code simply import it:
import OpusFile
This project is under MIT license.
libopus sources are pulled from https://gitlab.xiph.org/xiph/opusfile.
Opus is licensed under the New BSD License.