Mobsya / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
1 stars 9 forks source link

mic event doesn't work in Blockly #12

Open motib opened 7 years ago

motib commented 7 years ago

The mic event doesn't work because the threshold is initialized to 0 and can't be changed.

stephanemagnenat commented 7 years ago

Not exactly. The microphone threshold can be set using the "set mipcrophone threshold to" block. But I agree that it should be initialized to a sane value.