Skip to content

Releases: sbooth/AVFAudioExtensions

Version 0.5.1

05 Apr 12:22
276deda

Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

Version 0.5.0

19 Jan 19:32
541d861

Choose a tag to compare

What's Changed

  • Add SPDX tags by @sbooth in #30
  • Move headers to AVFAudioExtensions dir 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 char instead of uintptr_t gymnastics by @sbooth in #37
  • Add ObjCBlockIndentWidth to .clang-format by @sbooth in #39

Full Changelog: 0.4.2...0.5.0

Version 0.4.2

30 Nov 04:05
16b850d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

Version 0.4.1

19 Dec 16:30
a961655

Choose a tag to compare

When initializing AVAudioChannelLayout with channel labels convert to a layout tag if possible

Version 0.4.0

18 Dec 18:00
afed414

Choose a tag to compare

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

14 Dec 03:53
7640d68

Choose a tag to compare

Add AVAudioFormat.formatDetailedDescription

Version 0.2.0

12 Dec 17:29
de7bfbe

Choose a tag to compare

Add AVAudioFormat.formatName, AVAudioChannelLayout.layoutName, and AVAudioChannelLayout.layoutSimpleName.

Version 0.1.3

05 Dec 18:16
2a01d9a

Choose a tag to compare

Documentation and other minor improvements

Version 0.1.2

29 Aug 15:27
c78d472

Choose a tag to compare

Update documentation to DocC format

Version 0.1.1

06 May 01:23
c805728

Choose a tag to compare

Change swift-tools-version to 5.6 (#5)