Releases: dmrschmidt/DSWaveformImage
Releases · dmrschmidt/DSWaveformImage
14.2.2 - striped rendering fix
Fixes an issue w/ striped rendering always drawing the last stripe as a line instead of a proper bar.
14.2.1 - fix an issue with macOS API
14.2.0
Re-add ability to position waveform when using the image APIs.
14.1.2
14.1.1
- remove vision OS support for now again as it was causing troubles with Xcode 14
14.1.0
- 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
- Minimum iOS Deployment target is 15.0, macOS is 12.0 to remove internal usage of deprecated APIs
WaveformAnalyzer
andWaveformImageDrawer
now returnResult<[Float] | DSImage, Error>
when used with completionHandler for better error handlingWaveformAnalyzer
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 underlyingWaveformShape
, which is now used for rendering, see #78