Releases: sbooth/AVFAudioExtensions
Releases · sbooth/AVFAudioExtensions
Version 0.5.1
What's Changed
- Add clang-format check workflow by @sbooth in #41
- Update workflows by @sbooth in #42
- Update workflows to include permissions by @sbooth in #43
- Add
InsertBracesto .clang-format by @sbooth in #44 - Update header search path by @sbooth in #45
- Use MIT license text from REUSE by @sbooth in #46
- Add cpp-linter workflow for code linting by @sbooth in #48
Full Changelog: 0.5.0...0.5.1
Version 0.5.0
What's Changed
- Add SPDX tags by @sbooth in #30
- Move headers to
AVFAudioExtensionsdir by @sbooth in #31 - Update links for new directory structure by @sbooth in #33
- Reformat with clang-format by @sbooth in #32
- Fix infinite loop in AVAudioPCMBuffer zero-sample verification by @sbooth in #35
- Reformat braces and remove return after else by @sbooth in #36
- Cast to
unsigned charinstead ofuintptr_tgymnastics by @sbooth in #37 - Add
ObjCBlockIndentWidthto .clang-format by @sbooth in #39
Full Changelog: 0.4.2...0.5.0
Version 0.4.2
What's Changed
- Use
uintptr_tfor pointer arithmetic by @sbooth in #27 - Bump actions/checkout from 4 to 5 by @dependabot[bot] in #28
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #29
New Contributors
- @dependabot[bot] made their first contribution in #28
Full Changelog: 0.4.1...0.4.2
Version 0.4.1
When initializing AVAudioChannelLayout with channel labels convert to a layout tag if possible
Version 0.4.0
Remove AVAudioFormat.formatDetailedDescription
This is essentially a reversion to version 0.2.0.
Better functions returning descriptions are available in both C++ and Swift.
Version 0.3.0
Add AVAudioFormat.formatDetailedDescription
Version 0.2.0
Add AVAudioFormat.formatName, AVAudioChannelLayout.layoutName, and AVAudioChannelLayout.layoutSimpleName.
Version 0.1.3
Documentation and other minor improvements
Version 0.1.2
Update documentation to DocC format
Version 0.1.1
Change swift-tools-version to 5.6 (#5)