前端语音提醒
Posted f-rt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了前端语音提醒相关的知识,希望对你有一定的参考价值。
<script> var iNotify = new iNotify( message: ‘有消息了。‘,//标题 effect: ‘flash‘, // flash | scroll 闪烁还是滚动 interval: 300, audio: //file: [‘/Public/sound/msg.mp4‘,‘/Public/sound/msg.mp3‘,‘/Public/sound/msg.wav‘] file:‘http://tts.baidu.com/text2audio?lan=zh&ie=UTF-8&spd=5&text=有客户申请提现啦‘ ); <eq name="withdraw" value="1"> setInterval(function() $.ajax( type: "GET", url: "<:U(‘Withdrawal/checkNotice‘)>", cache: false, success: function (res) if (res.num>0) iNotify.setFavicon(res.num).setTitle(‘提现通知‘).notify( title: "新通知", body: "有客户,提现啦..." ).player(); ); ,10000); </eq> </script>
iNotifyjs下载链接:https://www.oschina.net/p/iNotifyjs
以上是关于前端语音提醒的主要内容,如果未能解决你的问题,请参考以下文章
微软 Azure人工智能认知服务打造语音提醒喝水助手(带源码和演示地址)
微软 Azure人工智能认知服务打造语音提醒喝水助手(带源码和演示地址)
案例分享——智能手表(全套解决方案:生理监测久坐提醒来电提醒OTA蓝牙通信语音播报长时间待机等)