@nodaro/sdk 1.1.2 → 1.2.0

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.cjs CHANGED
@@ -1523,7 +1523,10 @@ var VoicesResource = class {
1523
1523
  * ElevenLabs UUID) OR a {@link VoiceChangerProVoice} object carrying per-voice
1524
1524
  * ElevenLabs speech-to-speech settings (stability / similarityBoost / style /
1525
1525
  * useSpeakerBoost / `seed`) plus a loudness `volumeMode` (and a manual
1526
- * `volume`). A per-voice `seed` makes that speaker's recast reproducible.
1526
+ * `volume`) OR `null`, meaning keep this speaker's original voice (requires
1527
+ * a platform running cloud-plugins with keep-slot support). At least one
1528
+ * entry must be non-null. A per-voice `seed` makes that speaker's recast
1529
+ * reproducible.
1527
1530
  *
1528
1531
  * Pass `audioUrl` for audio-only recast or `videoUrl` to recast the audio
1529
1532
  * track of a video clip (the server demuxes, recasts, and remuxes).