You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to build a translation app using Markown, and thanks for your astonishing work, it can show complex translation result. However, I'm not sure how to show an audio tag to implement speaking the result aloud function. The tag might be like:
**Examples:**1. example one <audiosrc="audio_url_of_example_1"></audio>
2. example two <audiosrc="audio_url_of_example_2"></audio>
3. ...
It might be rendered as an image or a button, and can set the onClick event so I can call some functions to speak the audio. It will be better to be an animatable widget so users can know whether the audio is playing or not. I've checked the examples and still don't know where to start.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I want to build a translation app using Markown, and thanks for your astonishing work, it can show complex translation result. However, I'm not sure how to show an
audio
tag to implementspeaking the result aloud
function. The tag might be like:And the markdown might be:
It might be rendered as an image or a button, and can set the
onClick
event so I can call some functions to speak the audio. It will be better to be an animatable widget so users can know whether the audio is playing or not. I've checked the examples and still don't know where to start.Thanks!
The text was updated successfully, but these errors were encountered: