drmfinlay / tts-util-app

TTS Util — Text-to-speech utility Android app for synthesising text into audible speech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insert a custom pause between phrases

Balamoote opened this issue · comments

I would be nice to add a setting:

  • add a custom pause between phrases (after . ! ? - — – ...)
  • add custom pauses between words

Could be really useful for some people.

Hello Danesprite!
Yes, I am aware of the setting, thank to point that one out.

As to the default pause settings, I would suggest 200 ms after a sentence and 400 after a paragraph. However, this heavily depends on one's personal preferrances and the text itself. That is why it would be nice to able to tweak the values depending on the situation.

Hello Danesprite,

I think maybe an additional option "pause is proportional to speech rate" could solve this (and a warning won't hurt). Basically, a situation must be avoided when user sets a duration of, say, 500 ms at speed 2 and then wonders, why the pause is only 250 ms. For my use-case, only absolute numbers are of any practical meaning.

Another way is just define pauses for speech rate "1.0" and let the user do the math.

Usually, I would choose a certain speech rate and then adjust pauses - and here only absolute durations in ms make sense. Also if you consider Google speech engine. From version to version, the default perceived speech rate is sometimes different and needs to be adjusted but not the pauses. The pauses define structure of the text and I prefer them to be "standard" for every situation.

Hello Danesprite,

Thank you very much! Very good news indeed. I'll look forwards for the new release!

I agree with you on the pauses between words.

This feature is now available in TTS Util version 4.0.0. See the releases page. The new version will be available on the Google Play and F-Droid stores soon.

Sorry this took me longer than a few days, @Balamoote.