augnitorecorder
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -627,7 +627,7 @@ function _regeneratorRuntime() { | ||
var Streamer = /*#__PURE__*/function () { | ||
function Streamer(wsUrl, enableLogs, isDebug, bufferSizeInterval, eosMessage, socketTimeoutInterval, heavyOp, onFinalResult, onPartialResult, onError, onStateChanged, onSessionEvent) { | ||
function Streamer(wsUrl, enableLogs, isDebug, bufferSizeInterval, eosMessage, socketTimeoutInterval, heavyOp, onFinalResult, onPartialResult, onError, onStateChanged, onSessionEvent, onOtherResults) { | ||
_classCallCheck(this, Streamer); | ||
this.audioContext = new AudioContext(); | ||
if (wsUrl !== "") { | ||
this.executor = new Executor(wsUrl, enableLogs, eosMessage, socketTimeoutInterval, onFinalResult, onPartialResult, onError, onSessionEvent); | ||
this.executor = new Executor(wsUrl, enableLogs, eosMessage, socketTimeoutInterval, onFinalResult, onPartialResult, onError, onSessionEvent, onOtherResults); | ||
this.executor.HeavyOp = heavyOp; | ||
@@ -634,0 +634,0 @@ this.executor.Start(); |
{ | ||
"name": "augnitorecorder", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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
111018