dashersw / pedalboard.js

Open source JavaScript framework for developing audio effects for guitars using the Web Audio API.
dashersw.github.com/pedalboard.js
GNU General Public License v3.0
832 stars 98 forks source link

fixes on deprecation alert #21

Closed duruld closed 6 years ago

duruld commented 6 years ago

Hello, While i was checking on your awesome library, I've came across the deprecation alert for getUserMedia API, and made a little fix to not to break the library. https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia

dashersw commented 6 years ago

Thank you!