opencode-interrupt-plugin 0.4.5 → 0.4.6

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.
Files changed (2) hide show
  1. package/dist/config.js +1 -1
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -2,7 +2,7 @@ const DEFAULT_TTS_VOICE = "en-US-AvaNeural";
2
2
  const DEFAULT_TTS_RATE = "+25%";
3
3
  export const FREE_DEFAULTS = {
4
4
  isLicensed: false,
5
- micThreshold: 0.02,
5
+ micThreshold: 0.008,
6
6
  sensitivity: 'medium',
7
7
  timingWindowMs: 30000,
8
8
  maxCorrectionLength: 1000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-interrupt-plugin",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Streaming TTS + voice interruption for OpenCode. Speaks responses as they arrive and detects when you talk over it.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",