Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request: add pauses #102

Open
glsf91 opened this issue Mar 22, 2018 · 8 comments
Open

request: add pauses #102

glsf91 opened this issue Mar 22, 2018 · 8 comments

Comments

@glsf91
Copy link

glsf91 commented Mar 22, 2018

When using 2 small sentences the pause is not long enough in google translate and also with this (great) tool.
Can you not make it possible to add a configurable pause. The program have to add the pause by itself because google is not doing this.
For example:
This is sentence 1 <@Pause:5> This is sentence 2 after 5 seconds pause.

So the program has to:

  • translate first part at google
  • generate a 5 sec pause
  • translate second part at google
  • combine this in the output file

Define pause in ms would be better, but depends on the solutions.

That will be a great feature I think.

@pndurette
Copy link
Owner

pndurette commented Mar 22, 2018

I agree! I've been asked that a lot, and I've decided to give it a shot, soon-ish (working on 2.0.0 for the moment). It would probably work using Speech Synthesis Markup Language (SSML) or an SSML-like syntax. So no need for something like <@pause:5>. In SSML that would be <break time="5s"/> 😃

@glsf91
Copy link
Author

glsf91 commented Mar 23, 2018

That is great.
It was just an example.

@ekcloud
Copy link

ekcloud commented Jan 17, 2020

Any updates on this issue?
SSML integration will make this tool much more powerful and useful!

@Maneshgpai
Copy link

Voting for this, SSML as input will be awesome. Thanks for the great work pndurette.

@daryl-sen
Copy link

Dying for an SSML update! I think it would make many people very happy!

@nikhileshkoshti
Copy link

Any update. Whether SSML supported or not?

@ShasV05
Copy link

ShasV05 commented Jul 1, 2020

you could even import time for that
time.sleep(1)
in between the sentences to sleep

@SiliconXu
Copy link

@pndurette Hi It's been a few years. I wonder if this feature has been implemented. (I could not find it on the document)
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants