adkelley / purescript-webaudio

A PureScript wrapper around the HTML5 Web Audio API
MIT License
7 stars 5 forks source link

New version of the web-audio spec #9

Open newlandsvalley opened 5 years ago

newlandsvalley commented 5 years ago

It seems as if a new version of the spec has just been published on September 10th - https://webaudio.github.io/web-audio-api/. I haven't had any time to investigate it in any detail, but I notice, for example, that the methods setPosition and setOrientation on the AudioListener have been deprecated.

adkelley commented 5 years ago

It seems as if a new version of the spec has just been published on September 10th - https://webaudio.github.io/web-audio-api/. I haven't had any time to investigate it in any detail, but I notice, for example, that the methods setPosition and setOrientation on the AudioListener have been deprecated.

Thanks, I'll have a look as well.