dmrschmidt / DSWaveformImage

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.
MIT License
977 stars 109 forks source link

Support for stereo/multiple channels #98

Open maweibezahn opened 3 months ago

maweibezahn commented 3 months ago

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?

dmrschmidt commented 3 months ago

tbh I hadn't thought about adding that yet. It does seem like a neat addition though, so I'll consider it. Unlikely to happen anytime soon though, realistically.