SoundCloud like waveform-seekbar? [closed]
Asked Answered
W

0

13

Here is an image of the sound cloud's seek bar: enter image description here

Sound cloud actually calculates the waveform before the song plays and adds it as the background for the seek bar.

I have tried to add some visualization based on android-visualizer. But what I need is to use the visualizer as the background for the audio seekbar. Any pointers would be really usefull, as I am sure that there might be some code to begin with.

Thank you.

Willdon answered 21/7, 2014 at 10:57 Comment(5)
FYI. Soundcloud builds the wave form LONG before it played. It is stored on the server as a PNG, and available via Their API. It is not built on the fly.Heterogeneous
Now that makes sense. I was wasting a ton of my time visualizing the audio before its played!! Thank you @HeterogeneousWilldon
@Heterogeneous But when we record a sound in soundcloud, it generates waveform on run time.Euchromatin
This answer is a year old. Things change. They are probably generating it locally while recording to preview. But once uploaded, it is done again server side (to avoid people uploading incorrect waveform images). But im just guessingHeterogeneous
AndroidWave-ProgressBar is a library available on the git which might be help full for you. and this question.Tania

© 2022 - 2024 — McMap. All rights reserved.