Comparing version 0.0.4 to 0.0.5
@@ -185,2 +185,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
audioInput.disconnect(); | ||
recorder.disconnect(); | ||
@@ -191,7 +192,7 @@ stream.getTracks()[0].stop(); | ||
yes: () => { | ||
stop(); | ||
this.microphone = true; | ||
}, no: () => { | ||
stop(); | ||
}, no: () => { | ||
this.microphone = false; | ||
stop(); | ||
} | ||
@@ -198,0 +199,0 @@ }; |
{ | ||
"name": "detection", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12386
345