You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Mimic3 ignores <prosody> settings and instead applies the settings of the last closed <prosody> block instead.
To Reproduce mimic3 '<prosody rate="200%">This should be spoken fast but is not.</prosody><prosody volume="30%">This should be a bit quieter but is actually spoken faster</prosody>' --ssml | aplay
Expected behavior
Mimic3 should speak the first sentence fast and the second one with lowered volume.
Try this; <speak> <prosody rate="200%"><s>This should be spoken fast but is not.</s></prosody><prosody volume="30%"><s>This should be a bit quieter but is actually spoken faster</s></prosody> </speak>
Describe the bug
Mimic3 ignores
<prosody>
settings and instead applies the settings of the last closed<prosody>
block instead.To Reproduce
mimic3 '<prosody rate="200%">This should be spoken fast but is not.</prosody><prosody volume="30%">This should be a bit quieter but is actually spoken faster</prosody>' --ssml | aplay
Expected behavior
Mimic3 should speak the first sentence fast and the second one with lowered volume.
Environment
- Device type: desktop
- OS: Ubuntu 22.04
Source of actual behavior
mimic3/mimic3_tts/tts.py
Lines 470 to 501 in be72c18
The text was updated successfully, but these errors were encountered: