An open API service indexing awesome lists of open source software.

https://github.com/sbooth/coreaudioextensions

Handy Swift extensions for Core Audio types.
https://github.com/sbooth/coreaudioextensions

coreaudio

Last synced: about 2 months ago
JSON representation

Handy Swift extensions for Core Audio types.

Awesome Lists containing this project

README

          

# CoreAudioExtensions

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fsbooth%2FCoreAudioExtensions%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/sbooth/CoreAudioExtensions)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fsbooth%2FCoreAudioExtensions%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/sbooth/CoreAudioExtensions)

Handy Swift extensions for Core Audio types.

## Installation

### Swift Package Manager

Add a package dependency to https://github.com/sbooth/CoreAudioExtensions in Xcode.

### Manual or Custom Build

1. Clone the [CoreAudioExtensions](https://github.com/sbooth/CoreAudioExtensions) repository.
2. `swift build`.

## CoreAudioExtensions

| Extended Entity | Description |
| --- | --- |
| [AudioChannelLayout](Sources/CoreAudioExtensions/AudioChannelLayout+SFBExtensions.swift) | |
| [AudioStreamBasicDescription](Sources/CoreAudioExtensions/AudioStreamBasicDescription+SFBExtensions.swift) | Common format support |
| [AudioValueRange](Sources/CoreAudioExtensions/AudioValueRange+SFBExtensions.swift) | |

## Documentation

The [latest documentation](https://swiftpackageindex.com/sbooth/CoreAudioExtensions/main/documentation/coreaudioextensions) is hosted by [Swift Package Index](https://swiftpackageindex.com/).

All public classes, structs, and functions should be documented. If you notice a documentation shortcoming please [open a new issue](https://github.com/sbooth/CoreAudioExtensions/issues/new/choose).

## License

Released under the [MIT License](https://github.com/sbooth/CoreAudioExtensions/blob/main/LICENSE.txt).