HoppouAI commited on
Commit
81b22ba
·
verified ·
1 Parent(s): add6a04

corrected the voice conversion note, melody behaviour is not what the card said

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -105,8 +105,12 @@ as a suggestion and tends to read straight past anything outside the common set.
105
 
106
  The runtime can also respeak an existing recording in a different voice, keeping the original timing,
107
  phrasing and emphasis while changing only the speaker. This is not part of the upstream model, it falls
108
- out of how the codec separates semantic content from acoustic detail. It is experimental, and pitch does
109
- not carry over, so singing comes out spoken unless you retain some source acoustic codebooks.
 
 
 
 
110
 
111
  ## Conversion
112
 
 
105
 
106
  The runtime can also respeak an existing recording in a different voice, keeping the original timing,
107
  phrasing and emphasis while changing only the speaker. This is not part of the upstream model, it falls
108
+ out of how the codec separates semantic content from acoustic detail.
109
+
110
+ It is experimental. Pitch is regenerated rather than copied, so a converted vocal is re-sung in the
111
+ target voice's own register instead of at the source's. Whether a tune survives varies clip to clip,
112
+ and `keep_acoustic 1` or `2` copies the lowest acoustic codebooks from the source to pull more of the
113
+ original contour through. Judge it by ear, and leave `keep_acoustic` at 0 for ordinary speech.
114
 
115
  ## Conversion
116