This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Dynamic Emotion-based Speech Synthesis Demo</title> | |
</head> | |
<body> | |
<h2>Enter Your Story Below:</h2> | |
<textarea id="storyInput" rows="8" cols="60" placeholder="Paste your story here..."></textarea><br><br> | |
<button onclick="playDynamicStory()">Play Story with Emotions</button> |