augnitorecorder
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -862,3 +862,7 @@ function _regeneratorRuntime() { | ||
this.source = this.audioContext.createMediaStreamSource(audioStream); | ||
case 4: | ||
if (this.enableLogs) { | ||
console.log("AUDIO STREAM: ", audioStream); | ||
console.log("AUDIO SOURCE: ", this.source); | ||
} | ||
case 5: | ||
case "end": | ||
@@ -935,5 +939,6 @@ return _context3.stop(); | ||
_this.log("Worklet processing done, clearing resources..."); | ||
_this.cleanup(); | ||
// Uncomment to save recording | ||
if (_this.isDebug) _this.saveAudio(); | ||
_this.cleanup(); | ||
} | ||
@@ -940,0 +945,0 @@ // Uncomment to save recording |
{ | ||
"name": "augnitorecorder", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "Audio recorder and streamer compatible with any browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/augnitoRecorder.js", |
Sorry, the diff of this file is not supported yet
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
129101
4
1323