mdn / webaudio-examples

Code examples that accompany the MDN Web Docs pages relating to Web Audio.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
Creative Commons Zero v1.0 Universal
1.25k stars 433 forks source link

decodeAudioData() examples aligned for clean diff #109

Closed sidewayss closed 1 year ago

sidewayss commented 1 year ago

Now the two decodeAudioData() examples align for a clean diff between them. The only changes to the XHR example are in the comments. This should be the last of my changes to these two files for the foreseeable future. Now I can complete the docs PR changes.

sidewayss commented 1 year ago

My review items clean up comment text in both examples. Those changes to comments are reflected in the docs PR here: https://github.com/mdn/content/pull/27185 I have set up github pages for this branch here: https://sidewayss.github.io/webaudio-examples/ The matching pair of updates to docs and live examples is ready for final review.