Achmad Nasirudin Sandi
Achmad Nasirudin Sandi
It would be amazing to include this feature. Thank you for your beautiful work which second to none AFAIK. Is there anything I can help with?
Thank you for your fast reply. I looked at [d3 viz](https://www.bignerdranch.com/blog/music-visualization-with-d3-js/) regarding [MediaElementAudioSourceNode](https://www.w3.org/TR/webaudio/#MediaElementAudioSourceNode). There is [similar solution](https://github.com/naomiaro/waveform-playlist) of visualizing audio waveform which also employs canvas and web audio API. There...
Just want to share my plan and ask pointer. So far, what I understood are [peaks.js][peaks] handle ui rendering and [waveform-data.js][wdata] handles waveform generation used by [peaks.js][peaks]. I was learning...
Thank you for the guidance. I'll keep sharing the progress.
Hello @chrisn, I understand that [audiowaveform][audiowaveform] exists to generate digitized waveform data in form of `.dat` or `.json` file. In my test, I found the limit of minimal audio that...
Fortunately there is [webaudio-peaks](https://github.com/naomiaro/webaudio-peaks) that calculate the peaks. I tested it with a song but not live streaming one. Next step doing live update of the peaks, but still [peaks.js](https://github.com/bbc/peaks.js)...
Hi @chrisn , I [managed](https://github.com/achmadns/peaks.js/blob/feature-live-stream/index.html#L78) to create not so stable live streaming POC with the help of some backend code to update the peaks.json (waveform data in json format) on...
Hello @manuliner , unfortunately, the last progress only load peaks metadata from remote file that being updated on specific interval. We need another copy of the audio source to make...
Hi @manuliner , sorry I haven't experienced that yet.
Hello @gafiatulin , I was thinking the same. I see bright future for [NATS](nats.io) as it is CNCF project. Could you please share your work?