FDWaveformView
FDWaveformView copied to clipboard
Reads an audio file and displays the waveform
Hey! add new functionality so that I can dynamically set a range and edit it, as well as the ability to select it for it. Thanks! 
This change allows keeping the TeamID out of the project files. This way people can just clone the git repo, add their TeamID in a copy of the file "DEVELOPMENT_TEAM.xcconfig.template"...
Analyzing dependencies [!] The platform of the target `` (macOS 11.0) is not compatible with `FDWaveformView (5.0.1)`, which does not support `macOS`.
The README file uses this code sample: ```Swift self.waveform.progressSamples = self.waveform.totalSamples / 2 ``` To illustrate the **Set play progress** feature (also applies to the **Supports animation** feature). Latest code...
Hi, I tried the sample iOS app, it works with the .mp3 and .aac sample files, but when I try connecting and loading the ogg file it gives me the...
Here is a competing product: https://github.com/dmrschmidt/DSWaveformImage They separate the rendering step from the display/interaction control. It is possible for us to do this as well. Considering if this should be...
Hi @fulldecent , Let me begin by wishing you good health, hope you're well and keeping safe in these times. There are a couple of strange issues that we are...
Progress: - [x] Create DataSource protocol which could be applicable to audio files or any other data source, such as an array or other generator - [x] Move all existing...
First of all many thanks for this great library. I'm in the process of adapting this library for my app and came across some of the limitations that were already...
I looked at the "Examples" folder in the repo but it's not very clear how this would work with a playing audio. I am able to display the waveform and...