@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.js CHANGED
@@ -1691,8 +1691,8 @@ var AudioChunkCoalescer = class {
1691
1691
  var logger4 = createLogger("A2EProcessor");
1692
1692
  var FRAME_RATE = 30;
1693
1693
  var DRIP_INTERVAL_MS = 33;
1694
- var HOLD_DURATION_MS = 100;
1695
- var DECAY_DURATION_MS = 200;
1694
+ var HOLD_DURATION_MS = 400;
1695
+ var DECAY_DURATION_MS = 300;
1696
1696
  var _A2EProcessor = class _A2EProcessor {
1697
1697
  constructor(config) {
1698
1698
  this.writeOffset = 0;