Remove 2-arg createBuffer from WebAudio
Originally the 2-arg createBuffer method was a method for synchronously decoding a blob of encoded audio data. This is no longer allowed in the WebAudio specification. See http://webaudio.github.io/web-audio-api/#methods for the valid createBuffer method. Update tests accordingly. BUG=354133 Review URL: https://codereview.chromium.org/225093020 git-svn-id: svn://svn.chromium.org/blink/trunk@171498 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment