How to adjust the interval and blank time by reading Ondoku [2 types]
Aug. 24, 2022
![How to adjust the interval and blank time by reading Ondoku [2 types]](https://storage.googleapis.com/ondoku3/image/Line.jpeg)
Hello, this is Ondoku.
One of the needs of Ondoku users is "I want to make a little more time".
I don't pay much attention to the time in everyday conversation, but when I read it to Ondoku, I can re-recognize that it was very important.
What controls the time, controls the world.
This time, I will introduce how to open the gap.
If you want to adjust the "interval" that you want to open a little,
- Punctuation
- SSML
There are two types of adjustment methods.
Adjust the spacing with punctuation
Adjusting the spacing at punctuation
- ,
- ..
- ...
You can adjust the spacing slightly with punctuation marks such as.
Sometimes,
",,,,,,,"
"..."
"..............."
Some people try to adjust the interval by typing punctuation marks many times, but it doesn't really make sense to use multiple punctuation marks.
The reason is that Ondoku is currently used by many people, from young people to middle-aged people, individuals, and corporations.
As the word says, everyone uses it, so adjusting the spacing with the number of punctuation marks is not certain, and some people may get an error.
Therefore, it is not a specification that adjusts the interval by the number of punctuation marks.
A small "tsu" called "tsutsu" has the effect of prolonging the sense of time.
However, I think that the method using many punctuation marks is a wasteful act because it consumes a large amount of character counts meaninglessly.
Yes, with Ondoku, it is difficult to open a gap of 1 second or more with punctuation marks.
○ How to make sure to get the time when you want the time
If you want to make a certain time, I recommend it
This is a method of adjusting the interval using a code called SSML.
When using this method, read less than 3000 characters at a time. An error will occur for 3000 characters or more.
What is SSML?
SSML is a voice markup language. HTML is famous as the same markup language.You might be wondering, "Markup what you can't see?", But you can control the vocalization of machine voice.
Since SSML is written in a similar way to HTML, it may be easier to understand if you have created a homepage.
If you want to make time with SSML, write the code as follows.
To make it easier to understand, we have set a gap of 1 to 5 seconds.
<speak>
S stands for <break time = "1s" /> seconds, which stands for seconds in English <break time = "2s" />
By increasing the number before S, you can take a long time for that part <break time = "5s" />
MS <break time = "500ms" /> represents microseconds
</ speak>
Only two codes are needed to get in touch.
- <speak> </ speak>
- <break time = "2s" />
<speak> </ speak>
This code is necessary to support Ondoku that "this sentence uses SSML".
Please add it at the beginning and end of the sentence.
When using this method, read less than 3000 characters at a time. An error will occur for 3000 characters or more.
<break time = "○ s" />
It is a code that means break time = break.
By putting your favorite number in the circle, you can get the length.
S is an abbreviation for seconds, which stands for seconds in English.
MS stands for microseconds.
I introduced two ways to make time for reading Ondoku.
SSML may seem difficult at first glance, but it's very easy to use. If you just want to get some time, this is the easiest and recommended way.
Please give it a try!
Email: ondoku3.com@gmail.com
"Ondoku" is a Text-to-Speech service that anyone can use for free without installation. You can also use an extension ( Ondoku3-ChatGPT ) that allows you to talk with ChatGPT for free.