@absolutejs/voice 0.0.22-beta.609 → 0.0.22-beta.610

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 CHANGED
@@ -3850,7 +3850,7 @@ var STREAM_CLAUSE_BOUNDARY = /[,;:]\s/g;
3850
3850
  var MAX_TTS_CHUNK_CHARS = 320;
3851
3851
  var STREAM_SENTENCE_END = /[.!?\u2026]['")\]]*$/;
3852
3852
  var STREAM_IDLE_FLUSH_MS = 350;
3853
- var SPECULATIVE_DELAY_MS = 500;
3853
+ var SPECULATIVE_DELAY_MS = 350;
3854
3854
  var SPECULATION_ADOPT_TIMEOUT_MS = 6000;
3855
3855
  var BACKCHANNEL_DROP_WINDOW_MS = 2000;
3856
3856
  var nextSpeakableBoundary = (buffer) => {
@@ -6077,7 +6077,7 @@ var STREAM_CLAUSE_BOUNDARY = /[,;:]\s/g;
6077
6077
  var MAX_TTS_CHUNK_CHARS = 320;
6078
6078
  var STREAM_SENTENCE_END = /[.!?\u2026]['")\]]*$/;
6079
6079
  var STREAM_IDLE_FLUSH_MS = 350;
6080
- var SPECULATIVE_DELAY_MS = 500;
6080
+ var SPECULATIVE_DELAY_MS = 350;
6081
6081
  var SPECULATION_ADOPT_TIMEOUT_MS = 6000;
6082
6082
  var BACKCHANNEL_DROP_WINDOW_MS = 2000;
6083
6083
  var nextSpeakableBoundary = (buffer) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.22-beta.609",
3
+ "version": "0.0.22-beta.610",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",