当前位置:   article > 正文

文本转换成语音并播放_text2audio baidu hanyu

text2audio baidu hanyu

<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>在线文字转语音合成工具</title>
        <script type="text/javascript" src="vue.js"></script>
    </head>
    <body>
        <div id="app" v-cloak>
            <div style="text-align:center;margin:0 auto;letter-spacing:5px;">
                <h1>在线文字转语音合成工具</h1>
                <textarea style="font-size:16px;font-weight:bold;" type="text" cols="100" rows="20"
                    id="ttsText">请输入要转换语音的文字</textarea><br /><br />
                <input style="font-size:28px;font-weight:bold;cursor:pointer;" id="tts_btn" name="tts_btn" type="Button"
                    value=" 生成语音 " @click="create" />
                <input style="font-size:28px;font-weight:bold;cursor:pointer;" id="tts_btn" name="tts_btn" type="Button"
                    value=" 播 放 " @click="start" /> 
                <input style="font-size:28px;font-weight:bold;cursor:pointer;" id="tts_btn" name="tts_btn" type="Button"
                    value=" 暂  停 " @click="stop" />
                <input style="

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号