mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
cartesia should have speed if speed value is 0.0
This commit is contained in:
@@ -1119,7 +1119,7 @@ const synthCartesia = async(logger, {
|
||||
),
|
||||
...(opts.speed || opts.emotion && {
|
||||
experimentalControls: {
|
||||
...(opts.speed && {speed: opts.speed}),
|
||||
...(opts.speed !== null && opts.speed !== undefined && {speed: opts.speed}),
|
||||
...(opts.emotion && {emotion: opts.emotion}),
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user