@nodaro/sdk 1.1.1 → 1.1.2
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 +8 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -13
- package/dist/index.d.ts +14 -13
- package/dist/index.js +8 -7
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1528,13 +1528,14 @@ var VoicesResource = class {
|
|
|
1528
1528
|
* Pass `audioUrl` for audio-only recast or `videoUrl` to recast the audio
|
|
1529
1529
|
* track of a video clip (the server demuxes, recasts, and remuxes).
|
|
1530
1530
|
*
|
|
1531
|
-
* Voice and music are ALWAYS separated first —
|
|
1532
|
-
* isolated vocal stem
|
|
1533
|
-
* `true`) only controls whether that
|
|
1534
|
-
* under the new voices; set it `false`
|
|
1535
|
-
* `separationQuality` selects the
|
|
1536
|
-
*
|
|
1537
|
-
*
|
|
1531
|
+
* Voice and music are ALWAYS separated first — before recasting, the source
|
|
1532
|
+
* is split into an isolated vocal stem and a music/SFX stem.
|
|
1533
|
+
* `preserveBackground` (default `true`) only controls whether that
|
|
1534
|
+
* music/instrumental stem is mixed back under the new voices; set it `false`
|
|
1535
|
+
* for a clean voice-only result. `separationQuality` selects the quality of
|
|
1536
|
+
* the voice/music separation: `"fast"` (default, quicker — preserves more of
|
|
1537
|
+
* the voice) or `"best"` (finer voice/music separation).
|
|
1538
|
+
* `removeBackgroundNoise` additionally denoises the result.
|
|
1538
1539
|
* `musicVolumeMode` sets the level of that preserved background (only relevant
|
|
1539
1540
|
* when `preserveBackground` is on): `"match"` (default) keeps the original
|
|
1540
1541
|
* level, `"normalize"` loudnorms it, `"manual"` uses `musicVolume`%.
|