Swiftpack.co - molayab/c-soundio as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by molayab.
molayab/c-soundio 1.0.5
A swift module that provides a libsoundio wrapper in Swift. Linux & macOS support. Integrated with Swift Package Manager
⭐️ 0
🕓 5 years ago
.package(url: "https://github.com/molayab/c-soundio.git", from: "1.0.5")

CSoundio

A swift module that provides a libsoundio wrapper in Swift. Linux & macOS support.

Swift Package Manager

In order to use the wrapper, just add it as a dependency under the latest version available, like this example:

import PackageDescription

let package = Package(
    name: "MyOwnDAWInSwift",
    dependencies: [
        .package(url: "https://github.com/molayab/CSoundio", from: "1.0.0"),
    ],
    targets: [
        .target(
            name: "MyOwnDAWInSwift",
            dependencies: ["CSoundio"]),
    ]
)

GitHub

link
Stars: 0
Last commit: 5 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics