lichen-community-systems / Flocking

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

Flocking doesn't correctly notify the user when an error occurred while trying to open audio input #304

Open colinbdclark opened 3 years ago

colinbdclark commented 3 years ago

Currently, Flocking's error handler for getUserMedia() logs any errors with fluid.log() at the IMPORTANT log level, which is not shown to the user. A more prominent error message should be displayed to the user.