Start a new topic

Web audio visualization

We are playing audio stream and need some type of indicator for audio playing. We are planning to use web audio API . However we are getting error as mentioned here https://bugs.chromium.org/p/chromium/issues/detail?id=429204 . Is there anyway viblast can report back current audio level (not volume) for live stream to display an indicator? 

1 Comment

Hi Sonesh,


Viblast Player works on the chunk's level. I.e. it does not process or analyse the stream content as it can be done after the decoder processes the content.


A very good example of Web Audio API with MSE usage you can find here.

The demo source code is available here.


Login to post a comment