GoogleChrome/audion

Web Audio graph not appearing for local file

davidryan59 opened this issue · 2 comments

I am developing a website that uses Web Audio nodes.

When I view my website online, I can see the audio graph via this extension.

When I am coding locally and viewing the local html file in Chrome, the Web Audio tab is blank, no audio graph is visible.

Why is this? Can it be fixed, I need to know what my graph structure looks like when I'm developing? Thanks!

You could maybe run a local server and open your website there.

@davidryan59 you could use python for this as detailed here, or alternatively serve (Ruby) or serve (Node.js).