text-to-speech:通过 Node.js 的 AzureML 语音 API(文本到语音)POC

时间:2024-06-19 17:38:01
【文件属性】:

文件名称:text-to-speech:通过 Node.js 的 AzureML 语音 API(文本到语音)POC

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-19 17:38:01

JavaScript

通过 Node.js 试用 Azure Speech-To-Text 安装 安装的最新稳定版本(版本 0.10.x)。 $ git clone https://github.com/swells/text-to-speech.git $ cd text-to-speech $ npm install 配置 在运行示例之前,您必须在tts.js添加您的凭据: CLIENT_ID = '{{ PUT YOUR USER ID HERE }}' SUBSCRIPTION = '{{ PUT YOUR SpeechAPI Subscription HERE }}' 我不确定是否需要CLIENT_ID ? 然而, SUBSCRIPTION是必须的。 您可以通过以下方式获取订阅密钥: 以使用语音 API 登录到 Azure 门户 导航到: MARKETPLACE-->Speech


【文件预览】:
text-to-speech-master
----tts.js(2KB)
----package.json(638B)
----LICENSE(1KB)
----.gitignore(526B)
----README.md(2KB)

网友评论