DSWaveformImage
DSWaveformImage copied to clipboard
Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.
Note: this currently *removes* UIKit support. An ideal change would introduce some amount of build-time conditionality to swap the different bits of code.
I'm working on a personal music player app on macOS and I'm hoping to use the underlying waveform analysis code you've written. Everything in the package is currently bundled into...
I am using the realtime view to display audio level when recording. If the user playsback the recording, I am generating a waveform image which replaces the liveview during playback....
I won’t be able to find the solution for creating the audio wave view with the server URL.
While sending the audio message im using the Waveform. Once i send the audio message and move to the background and return back to foreground im getting crash. Package version...
Hi, I'm using Xcode 14.2 on macOS 12.6.5 and the project "not found" the library I tried version 14.2.1 and 14.0 I import DSWaveformImage and DSWaveformImageViews
Right now it seems that when drawing from an audio file, all channel data is combined in one drawing. Do you plan to add support for individual waveforms per channel?
Hi, will it support zooming and scrolling? I really need it.
When trying to render a waveform in a macOS app, I'm getting errors that seem to be related to the window size. When the app first builds and launches from...