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.
- Host: GitHub
- URL: https://github.com/sbooth/coreaudioextensions
- Owner: sbooth
- License: mit
- Created: 2024-05-03T15:38:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T00:38:16.000Z (over 1 year ago)
- Last Synced: 2025-02-20T08:43:27.288Z (over 1 year ago)
- Topics: coreaudio
- Language: Swift
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CoreAudioExtensions
[](https://swiftpackageindex.com/sbooth/CoreAudioExtensions)
[](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).