augnitorecorder
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -744,3 +744,3 @@ function _regeneratorRuntime() { | ||
_classCallCheck(this, Streamer); | ||
this.audioContext = new AudioContext(); | ||
this.audioContext; | ||
this.executor = new Executor(enableLogs, eosMessage, socketTimeoutInterval, shouldSendAudioDataSequence, onFinalResult, onPartialResult, onError, onSessionEvent, onOtherResults, onSpeechResponse, bufferSizeInterval); | ||
@@ -862,4 +862,5 @@ this.executor.HeavyOp = heavyOp; | ||
audioStream = _context3.sent; | ||
this.audioContext = new AudioContext(); | ||
this.source = this.audioContext.createMediaStreamSource(audioStream); | ||
case 4: | ||
case 5: | ||
case "end": | ||
@@ -866,0 +867,0 @@ return _context3.stop(); |
{ | ||
"name": "augnitorecorder", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"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
130959
1369