qiuxiang / tuner

Online tuner based on web audio api
https://qiuxiang.github.io/tuner/app/
MIT License
334 stars 122 forks source link

Firefox Error #4

Closed miguelurtado closed 6 years ago

miguelurtado commented 6 years ago

getUserMedia not supported

Thanks

qiuxiang commented 6 years ago

I have not tested on firefox. It looks like getUserMedia has been deprecated in firefox and need to do some compatibility processing.

qiuxiang commented 6 years ago

Fixed