DEV Community

Discussion on: How to build a SoundCloud-like audio player app with VueJS, Quasar and WaveSurfer

Collapse
 
warrence profile image
Warrence Lim

Hi, thanks for the cool tutorial. I have a question, does it possible to comment on the timeline while the track is playing and have the small square block on the timeline showing there is someone comment on that particular time? Just like soundcloud.

Collapse
 
johnnymakestuff profile image
Jonathan P

You're welcome :)
I don't think that is implemented in wavesurfer, but they have a plugin system, so you can write your own plugin that does that :)
Someone wrote a timeline plugin, so you can riff off of that maybe wavesurfer-js.org/plugins/timeline...