Home  >  Article  >  Web Front-end  >  CSS voice-duration voice media property

CSS voice-duration voice media property

WBOY
WBOYforward
2023-09-04 12:53:02918browse

CSS voice-duration 语音媒体属性

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!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete