@omote/core 0.9.2 → 0.9.3

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.mjs CHANGED
@@ -612,8 +612,8 @@ var AudioChunkCoalescer = class {
612
612
  var logger4 = createLogger("A2EProcessor");
613
613
  var FRAME_RATE = 30;
614
614
  var DRIP_INTERVAL_MS = 33;
615
- var HOLD_DURATION_MS = 100;
616
- var DECAY_DURATION_MS = 200;
615
+ var HOLD_DURATION_MS = 400;
616
+ var DECAY_DURATION_MS = 300;
617
617
  var _A2EProcessor = class _A2EProcessor {
618
618
  constructor(config) {
619
619
  this.writeOffset = 0;