SCWaveformView icon indicating copy to clipboard operation
SCWaveformView copied to clipboard

A blazing fast customizable waveform view

Results 19 SCWaveformView issues
Sort by recently updated
recently updated
newest added

I know Swift is in flux, but a Swift version (start with 2.0) would be nice. Bridging headers are always an option, but how about Swift? ;)

First off, Love this component - kudos. Can't wait to get it working! I am building an SCWaveformView through code, and using autolayout (SnapKit, to be exact). Here is the...

How can I map the data from EZAudio microphone when user is recording the data from EZMicrophone class to the SC Waveforms? Can you give me some ideas?

+ there was a bug which made the compilation impossible (probably a line was deleted)

Throws the following errors: SCWaveformView Group Parse Issue Group /Downloads/SCWaveformView-master/Sources/SCWaveformView.m:26:1: Unexpected '@' in program /Downloads/SCWaveformView-master/Sources/SCWaveformView.m:28:1: '@end' must appear in an Objective-C context Semantic Issue Group /Downloads/SCWaveformView-master/Sources/SCWaveformView.m:30:17: Cannot find interface declaration...

I have a couple of crashes reported where it looks like the `SCScrollableWaveformView` gets into a nasty loop when the KVO observing function changes the time range and then this...

Xcode 8 is throwing a warning at _waveformSuperlayer.delegate = _waveformLayersDelegate; This is happening because SCWaveformLayerDelegate is not explicitly declared to implement CALayerDelegate, and CALayer has delegate property now defined as...

All the processing of reading the audio-file & generating the waveform occurs on the main thread which locks up the UI when giving the view a large file. Everything should...

how to get this working for online url music? it only works with saved music but i want it to work with online too, any ideas?