@drawdream/livespeech 0.1.14 → 0.1.15
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/README.md +1 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -304,6 +304,7 @@ client.audioStart(); // AI speaks immediately
|
|
|
304
304
|
|--------|---------|-------------|
|
|
305
305
|
| `prePrompt` | - | System prompt |
|
|
306
306
|
| `language` | `'en-US'` | Language code |
|
|
307
|
+
| `outputLanguage` | - | TTS voice language override (composed mode only) |
|
|
307
308
|
| `pipelineMode` | `'live'` | `'live'` (~300ms) or `'composed'` (~1-2s) |
|
|
308
309
|
| `aiSpeaksFirst` | `false` | AI initiates (live mode only) |
|
|
309
310
|
| `allowHarmCategory` | `false` | Disable safety filters |
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED