Is it possible to pause between scenes. #702
-
I'm having an issue with ebook2audiobook where it reads every "###" in my ebook as "hash" when converting it to audio, which is annoying since I use "###" to mark scene changes. It's frustrating because it disrupts the flow of the narration, making it hard for listeners to follow the story's transitions. I just want a way to stop it from vocalizing "###" as "hash" so the scene breaks are handled properly in the audiobook. Is it possible to do something about it? For example can I make the tts add longer pause instead? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 8 replies
-
edit your ebook and convert ### to dash |
Beta Was this translation helpful? Give feedback.
-
Here it is:
|
Beta Was this translation helpful? Give feedback.
-
your request to ### as a pause is very specific and not following any standard punctuations. I'm afraid I cannot go beyond the punctuation rules of 1110 languages by coding ### = pause. so I siuggest to replace ### by "—" (Em dash (Unicode U+2014). most of tts engines consider it as a pause. but in some language, model and engine it can also create hallucinations or weird sound. |
Beta Was this translation helpful? Give feedback.
-
ok after some thoughts here what I can do:
|
Beta Was this translation helpful? Give feedback.
-
ok implemented in last git and v25.5.17. |
Beta Was this translation helpful? Give feedback.
-
ok it should work now. git pull or v25.5.19 |
Beta Was this translation helpful? Give feedback.
-
I reduced the pause to 1.4 sec per [pause] or ### |
Beta Was this translation helpful? Give feedback.
[pause] or ### = 2sec.
if you want 4sec so ### ### or [pause] [pause] etc....
under 2sec we go into the speech model which the max is around 0.5 to 1 sec