https://github.com/sbooth/sndfile-binary-xcframework
libsndfile XCFramework for SPM
https://github.com/sbooth/sndfile-binary-xcframework
Last synced: about 2 months ago
JSON representation
libsndfile XCFramework for SPM
- Host: GitHub
- URL: https://github.com/sbooth/sndfile-binary-xcframework
- Owner: sbooth
- License: lgpl-2.1
- Created: 2024-05-24T03:13:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T21:44:11.000Z (over 1 year ago)
- Last Synced: 2026-02-05T04:49:09.097Z (4 months ago)
- Language: Swift
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# sndfile-binary-xcframework
Compressed [XCFramework](https://github.com/sbooth/AudioXCFrameworks/tree/main/sndfile) of [libsndfile](https://github.com/libsndfile/libsndfile) packaged as a Swift Package Manager binary target.
The XCFramework supports macOS 11.0+, iOS 15.0+, and tvOS 15.0+ on all supported 64-bit architectures.
>[!IMPORTANT]
>This XCFramework links to the [Ogg XCFramework](https://github.com/sbooth/ogg-binary-xcframework), [FLAC XCFramework](https://github.com/sbooth/flac-binary-xcframework), [Opus XCFramework](https://github.com/sbooth/opus-binary-xcframework), and [Vorbis XCFramework](https://github.com/sbooth/vorbis-binary-xcframework) which must be added as separate dependencies.