https://github.com/sbooth/caaudiohardware
The Swift-friendly Core Audio HAL.
https://github.com/sbooth/caaudiohardware
audiohal coreaudio
Last synced: 4 months ago
JSON representation
The Swift-friendly Core Audio HAL.
- Host: GitHub
- URL: https://github.com/sbooth/caaudiohardware
- Owner: sbooth
- License: mit
- Created: 2023-10-12T17:29:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T18:00:16.000Z (5 months ago)
- Last Synced: 2026-01-25T00:27:27.192Z (5 months ago)
- Topics: audiohal, coreaudio
- Language: Swift
- Homepage:
- Size: 439 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CAAudioHardware
[](https://swiftpackageindex.com/sbooth/CAAudioHardware)
[](https://swiftpackageindex.com/sbooth/CAAudioHardware)
The Core Audio Hardware Abstraction Layer (HAL) made Swift-friendly.
## Installation
### Swift Package Manager
Add a package dependency to https://github.com/sbooth/CAAudioHardware in Xcode.
### Manual or Custom Build
1. Clone the [CAAudioHardware](https://github.com/sbooth/CAAudioHardware) repository.
2. `swift build`.
## Documentation
The [latest documentation](https://swiftpackageindex.com/sbooth/CAAudioHardware/main/documentation/caaudiohardware) 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/CAAudioHardware/issues/new/choose).
## License
Released under the [MIT License](https://github.com/sbooth/CAAudioHardware/blob/main/LICENSE.txt).