JavaScript 语音命令库 VoixJS

码农软件 · 软件分类 · TTS/语音合成和处理 · 2019-10-04 07:56:37

软件介绍

Voix.JS 是一个 JavaScript 库,可为你的网站、应用和游戏增加了语音命令的功能,目前只支持 Chrome 浏览器。

示例代码:

<script src="voix.js"></script>

var voix = new Voix('en-US');
voix.setCommand('play', playVideo);
voix.start();

本文地址:https://www.codercto.com/soft/d/15996.html

An Introduction to the Analysis of Algorithms

An Introduction to the Analysis of Algorithms

Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99

This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具