syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.94k stars 822 forks source link

How to get waveform data of multiple tracks ? #270

Open bipinvaylu opened 8 years ago

bipinvaylu commented 8 years ago

I am working on the app in which i need to create waveform of whole playlist's tracks. Also each track have start and end point from where track start playing and stop playing respectively. Can you please guide me how can be done using this framework. Thanks!