The voice-duration property in CSS is used for voice synchronization with other media.
The following is an example of implementing the voice-duration voice media attribute
p { voice-duration: 5s; }
On top you can also set the auto value.
When using inherited speech rates, the automatic value corrects the usage value corresponding to the duration of the speech synthesis. This is when you use inherited voice rates.
The above is the detailed content of CSS voice-duration voice media property. For more information, please follow other related articles on the PHP Chinese website!