Author
Description
A blazing fast customizable waveform view. Extract the audio section of an asset (which can be both video or audio) and display a waveform. Compared to other libs that are found on the web, this one does not do much memory allocations. Only one pass is also done to create the waveform.
Main features:
- Can show a play progress
- Colors are changeable at runtime without reprocessing the asset
- Generated waveforms are retrievable
- Set the asset, then you are good to go
- ARC
Pods:
pod "SCWaveformView", "1.0.0"