@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 +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -3
- package/dist/index.d.ts +9 -3
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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`)
|
|
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).
|