Kevin Chau

Results 10 comments of Kevin Chau

I'm also having this issue! I was so close to getting my gatsby blog working with IPFS

I'm also able to reproduce this problem consistently on an old 2DS (non-XL). You don't even have to launch a ROM. Just going home from the snes9x menu and then...

Should we close this one since it's a duplicate of #67? There seems to be more progress in that issue.

Also is there anyway to display the notch/ dial indicator?

Figured out how to do this one by editing the source code. Closing the issue.

Hey @joshjg, you can check out my fork of it for the solution. You can see them in use here: http://treactr.herokuapp.com/

https://www.reddit.com/r/webdev/comments/4d3rvx/help_with_visualising_youtube_audio/

http://stackoverflow.com/questions/41066847/unable-to-connect-to-the-video-element-in-a-youtube-iframe

we can now stream youtube videos as mp4 html5 embeds in our react framework. we should be able to connect it to the web audio api now.

Playback with audio works fine for standalone players, but connecting the videos to createMediaElementSource() results in a CORS error. Enabling 'crossOrigin="anonymous"' on the html5 video player results in the video...