vorbis-swift

1.3.7

Thin wrapper around libvorbis for Swift5+
HealsCodes/vorbis-swift

What's New

1.3.7

2024-04-20T11:27:09Z

Initial release wrapping libvorbis 1.3.7

vorbis-swift

This package was created to provide an easy-to-maintain binding for libvorbis.

Version

The current release supports libvorbis v1.3.7

Usage

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: "vorbis-swift",
    url: "https://github.com/HealsCodes/vorbis-swift.git",
    from: "1.3.7"
  )

To use the package in your swift code simply import it:

import LibVorbis

Licensing

This project is under MIT license.

libogg sources are pulled from https://gitlab.xiph.org/vorbis.

Vorbis is licensed under the New BSD License.

Description

  • Swift Tools 5.10.0
View More Packages from this Author

Dependencies

Last updated: Sun Apr 21 2024 09:02:00 GMT-0900 (Hawaii-Aleutian Daylight Time)