TranscodeVoiceTraining / VoxMod

Initial Repo for our voice training web app
10 stars 2 forks source link

Change to use navigator.mediaDevices.getUserMedia() #1

Open JessFairbairn opened 8 years ago

JessFairbairn commented 8 years ago

This method uses Promise syntax instead, which is much more readable but will take a bit of reworking of our callbacks.

https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

JessFairbairn commented 8 years ago

(need to check this supports the same browsers)