diff --git a/.eslintignore b/.eslintignore index 6c9f6d65..0e08a849 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,3 +5,4 @@ lib /Bleno /PreloadImage /RGraph +/WebAudio/WebAudio.gcomp/Support/ThirdParty diff --git a/WebAudio/WebAudio.gcomp/Support/ThirdParty/README.md b/WebAudio/WebAudio.gcomp/Support/ThirdParty/README.md new file mode 100644 index 00000000..64dce032 --- /dev/null +++ b/WebAudio/WebAudio.gcomp/Support/ThirdParty/README.md @@ -0,0 +1,2 @@ +Based on https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_delivery/Web_Audio_API_cross_browser +Source from https://github.com/cwilso/AudioContext-MonkeyPatch/blob/40566e85294c1b0745796bdadbde3fb3c2b6fa63/AudioContextMonkeyPatch.js