duanbinian2243 2018-12-02 18:28
浏览 100

将输出结果文本流输出到语音

I need to live stream an output text to speech message Made by pressed button from a website. How can I achieve this? I tried Node.js to stream but I don't know how to stream after pressed button that generates the text to speech file.

  • 写回答

1条回答 默认 最新

  • dte29947 2018-12-04 11:01
    关注

    I found this solution that solves my problem... but return back an infinite loop after new mp3 is dynamically generated and played. how can I pause it while check for the new track and play new track dynamically built?

    <audio id="audio" autoplay controls src="richiesta.php" type="audio/mpeg"></audio>
        <script type="text/javascript">
            document.getElementById('audio').addEventListener("ended",function() {
                this.src = "richiesta.php?nocache="+new Date().getTime();
                this.play();
        });
    
     </script>
    
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度