DSWaveformImage Versions Save

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.

14.2.2

4 months ago

Fixes an issue w/ striped rendering always drawing the last stripe as a line instead of a proper bar.

14.2.1

6 months ago

see #85

14.2.0

6 months ago

Re-add ability to position waveform when using the image APIs.

14.1.2

6 months ago

Bring back support for visionOS from 14.1.0.

14.1.1

7 months ago
  • remove vision OS support for now again as it was causing troubles with Xcode 14

14.1.0

7 months ago
  • add the possibility to handle "loading" state in WaveformView - courtesy of @alfogrillo in #82
  • add support for visionOS - courtesy of @tapsandswipes in #81

14.0.0

7 months ago
  • Minimum iOS Deployment target is 15.0, macOS is 12.0 to remove internal usage of deprecated APIs
  • WaveformAnalyzer and WaveformImageDrawer now return Result<[Float] | DSImage, Error> when used with completionHandler for better error handling
  • WaveformAnalyzer is now stateless and requires the URL in .samples(fromAudioAt:count:qos:) instead of its constructor
  • SwiftUI's WaveformView has a new constructor that provides optional access to the underlying WaveformShape, which is now used for rendering, see #78

13.0.2

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dmrschmidt/DSWaveformImage/compare/13.0.1...13.0.2

13.0.1

11 months ago
  • bug fix for #71

13.0.0

1 year ago

Any mentions of dampening & similar were corrected to damping etc in 11460b8b.

Most notably in Waveform.Configuration.

See https://github.com/dmrschmidt/DSWaveformImage/issues/64.