From 9dd376c79362b9fef1814858115d730a59f425b1 Mon Sep 17 00:00:00 2001 From: jjcampis Date: Fri, 17 Nov 2023 21:48:01 -0300 Subject: [PATCH] added an input node and send "vacio" if nothing detected --- node-red-node-ui-microphone/ui_microphone.html | 4 ++-- node-red-node-ui-microphone/ui_microphone.js | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/node-red-node-ui-microphone/ui_microphone.html b/node-red-node-ui-microphone/ui_microphone.html index 2909be7..0dcdfb0 100644 --- a/node-red-node-ui-microphone/ui_microphone.html +++ b/node-red-node-ui-microphone/ui_microphone.html @@ -38,7 +38,7 @@ mode: { value: "audio" }, interimResults: { value: false } }, - inputs:0, + inputs:1, outputs:1, icon: "font-awesome/fa-microphone", paletteLabel: "microphone", @@ -142,7 +142,7 @@
- +