matatk / audiochart

Allows the user to experience charts on web pages using sound.

Home Page:http://matatk.agrip.org.uk/audiochart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support alternative note-starting methods on other browsers

matatk opened this issue · comments

It seems that there are different ways to connect/start oscillators depending on browser; should probably support both Chrome (as now) and Safari's methods for doing this.

The guide at HTML5 Rocks says: "On older systems, you may need to call noteOn(time) instead of start(time)." Apple's reference has more information.

The Can I Use page on the topic looks helpful, also. Doesn't note differing implementation versions though. Should also ensure this is as forwards-compatible to Firefox 22 as possible.

This appears to no longer be an issue as I think all browsers supporting Web Audio now use the standard methods.