audion icon indicating copy to clipboard operation
audion copied to clipboard

Visualization breaks on dynamic changes

Open vneznaikin opened this issue 2 years ago • 5 comments

See Codepen example: https://cdpn.io/gradopetr/fullpage/BarqZjV [Edit: https://codepen.io/gradopetr/pen/BarqZjV]

Browser: Chrome 104.0.5112.81 Audion 3.0.5

If we use a Timeout of 10 seconds, to simulate dynamic changes, the visualization is not collected correctly

temp-2

vneznaikin avatar Aug 14 '22 09:08 vneznaikin

I've been struggling with this issue in Brave Browser as well. It seems to create spaghetti once something updates (and I suspect it doesn't properly remove nodes from the graph after they're GC'd).

braebo avatar Aug 27 '22 03:08 braebo

Hi, @vneznaikin when I am running your code in my local browser, it seems works for me.

The reproduce steps:

  1. Open the page
  2. Left click the browser and click on the "inspect" button
  3. Click the "Web Audio" button in the dev tool to turn on "Audion"
  4. Refresh the page to load all web audio component event
  5. you can see the correct visualization and after 10s the graph changed dynamically. Dynamic graph change

Please let me know if I miss any steps relate to reproducing this error.

TenghuiZhang avatar May 09 '23 23:05 TenghuiZhang

@TenghuiZhang Yes, your result is correct. But I still get a broken tree. I don't know why.

vneznaikin avatar Jun 02 '23 15:06 vneznaikin

@vneznaikin Did you refresh your web page after opened Audion extension?

TenghuiZhang avatar Jun 02 '23 18:06 TenghuiZhang

@TenghuiZhang Of course. The result is consistently repeatable. Windows 10 Chrome 114.0.5735.90

vneznaikin avatar Jun 03 '23 07:06 vneznaikin