serversideup / amplitudejs

AmplitudeJS: Open Source HTML5 Web Audio Library. Design your web audio player, the way you want. No dependencies required.
https://521dimensions.com/open-source/amplitudejs
MIT License
4.18k stars 427 forks source link

Demo site: Visualizations are not working #442

Open jaydrogers opened 4 years ago

jaydrogers commented 4 years ago

Issue description

The visualizations are not working on the demo site.

Environment

Other browsers experienced with

Steps to reproduce the issue

  1. Visit the Amplitude site
  2. Play a song

What is expected?

Visualizations should be working.

Link to where issue can be reproduced

https://521dimensions.com/open-source/amplitudejs

Additional details / screenshots

Video of the issue: https://www.dropbox.com/s/dn6ilawz9e7xh33/Amplitude-VisualizationsIssue.mp4?dl=0

cervelas commented 4 years ago

+1, had to rollback to 5.0.3, the analyserNode return flat, but it it seems connected to the AudioNode...

mhelaiwa commented 4 years ago

Same is here. I am using this circular visualization from this repo to make a circular visualization for Amplitude. It did not work by following the template as descriped in the docs. rather it worked by defining my own context and analyser. But as @ClemsB noted "thanks to him", rollingback to 5.0.3 solved my problems. SharedScreenshot

danpastori commented 4 years ago

@ClemsB thanks for helping out! These bugs are related to a PR that I merged to handle long audio files and manage live stream memory. It's been a lot of work trying to wire this up, but I'll get this fixed in the next release.

@enghelewa Is the picture above the radial element that you built? That looks amazing! I've been wanting to do some elements like that for awhile.

mhelaiwa commented 4 years ago

@danpastori Thank you. I am still working on. I will share it when I finish :)

cervelas commented 3 years ago

Holà,

Any news on this one ? Also, I've a new visualisation to provide, i'll make it to Github when i'll have time ! Please go to https://radiorocket.ch/ click play and the FX button !

Screenshot 2021-02-09 at 21 29 15

P.S. i've noticed the live stream memory issues on firefox and safari, i've managed to mitigate this by puting a <meta http-equiv="Cache-control" content="no-store"> in the header, not ideal but enough for a online radio website.

jaydrogers commented 3 years ago

This looks EPIC!

Thanks for your patience. Dan unfortunately had his father unexpectedly pass away last month which put us behind where we'd like to be.

We're slowly getting life back to normal and should hopefully have an update for you soon.

Dan and I are set to meet on Friday to discuss and hopefully push up some changes that will fix majority of the bugs. We will keep you posted!