lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
697 stars 60 forks source link

Update Flocking's getUserMedia support for Safari #225

Closed colinbdclark closed 6 years ago

colinbdclark commented 6 years ago

In the past, Safari didn't support MediaStreams, but has recently added support under the new navigator.mediaDevices.getUserMedia() API. Flocking's current implementation uses the older navigator.getUserMedia() API, which was never implemented in Safari.

We should update Flocking's shim to the new API.