https://github.com/sbooth/avfaudioextensions
A collection of useful AVFAudio class extensions.
https://github.com/sbooth/avfaudioextensions
avfaudio
Last synced: 3 months ago
JSON representation
A collection of useful AVFAudio class extensions.
- Host: GitHub
- URL: https://github.com/sbooth/avfaudioextensions
- Owner: sbooth
- License: mit
- Created: 2024-05-03T15:59:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T04:13:08.000Z (5 months ago)
- Last Synced: 2025-02-23T08:18:34.046Z (4 months ago)
- Topics: avfaudio
- Language: Objective-C
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AVFAudioExtensions
[](https://swiftpackageindex.com/sbooth/AVFAudioExtensions)
[](https://swiftpackageindex.com/sbooth/AVFAudioExtensions)A collection of useful AVFAudio class extensions.
## Installation
### Swift Package Manager
Add a package dependency to https://github.com/sbooth/AVFAudioExtensions in Xcode.
### Manual or Custom Build
1. Clone the [AVFAudioExtensions](https://github.com/sbooth/AVFAudioExtensions) repository.
2. `swift build`.## AVFAudioExtensions
| Extended Class | Description |
| --- | --- |
| [AVAudioChannelLayout](Sources/AVFAudioExtensions/include/AVAudioChannelLayout+SFBChannelLabels.h) | Functions for building channel layouts from channel labels |
| [AVAudioFormat](Sources/AVFAudioExtensions/include/AVAudioFormat+SFBFormatTransformation.h) | Format transformations |
| [AVAudioPCMBuffer](Sources/AVFAudioExtensions/include/AVAudioPCMBuffer+SFBBufferUtilities.h) | Functions for buffer manipulation |## License
Released under the [MIT License](https://github.com/sbooth/AVFAudioExtensions/blob/main/LICENSE.txt).