@absolutejs/voice 0.0.22-beta.604 → 0.0.22-beta.605
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/testing/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3942,7 +3942,6 @@ var createVoiceSession = (options) => {
|
|
|
3942
3942
|
};
|
|
3943
3943
|
let speculativeReply = null;
|
|
3944
3944
|
let speculationAttempted = false;
|
|
3945
|
-
console.info(`[voice][p3dbg] session ${options.id} route.speculate wired=${Boolean(options.route.speculate)}`);
|
|
3946
3945
|
const sttFallback = options.sttFallback ? {
|
|
3947
3946
|
adapter: options.sttFallback.adapter,
|
|
3948
3947
|
completionTimeoutMs: options.sttFallback.completionTimeoutMs ?? DEFAULT_FALLBACK_COMPLETION_TIMEOUT_MS,
|
package/dist/testing/index.js
CHANGED
|
@@ -6169,7 +6169,6 @@ var createVoiceSession = (options) => {
|
|
|
6169
6169
|
};
|
|
6170
6170
|
let speculativeReply = null;
|
|
6171
6171
|
let speculationAttempted = false;
|
|
6172
|
-
console.info(`[voice][p3dbg] session ${options.id} route.speculate wired=${Boolean(options.route.speculate)}`);
|
|
6173
6172
|
const sttFallback = options.sttFallback ? {
|
|
6174
6173
|
adapter: options.sttFallback.adapter,
|
|
6175
6174
|
completionTimeoutMs: options.sttFallback.completionTimeoutMs ?? DEFAULT_FALLBACK_COMPLETION_TIMEOUT_MS,
|