edge-tts-openai-cf-worker目前在github仓库地址 https://github.com/linshenkx/edge-tts-openai-cf-worker 我们需要在Cloudflare 把对应的worker.js 脚本部署上去。登录 https://dash.cloudflare.com,没有账号的可以自行注册一个,进入Cloudflare 界面 点击计算(workers)-wor和pages,点击创建 点击快速开始进入创建 ...
如今,语音识别技术无处不在,例如Apple Siri,Amazon Echo和Google Nest。 语音识别以及语音响应(也称为语音合成或文本到语音(TTS))由Web speech API提供支持。 在本文中,我们重点介绍JavaScript应用程序中的语音识别。另一篇文章介绍了语音合成。 语音识别接口 SpeechRecognition 是识别服务的控制器接口,在Chrome中称为 ...
参考:https://github.com/rany2/edge-tts 目前3.1k 🌟 重点:免费,无需 API-KEY 即可使用 tts 安装pip install edge-tts 可以使用命令行来执行 代码语言:javascript 复制 $ edge-tts --text "Hello, world!" --write-media hello.mp3 --write-subtitles hello.vtt 改变速度、音量、音调 代码语言:javascrip...
edge-tts可以用js调用,也就是说chrome也能用edge的声音朗读网页。2. 冷知识,edge-tts 可以被离线调...
通过Cloudflare Worker 上的代理服务实现免费使用edge-ttsapi 接口,从而实现类似模型接口调用的效果。 3.edge-tts-openai-cf-worker edge-tts-openai-cf-worker目前在github仓库地址https://github.com/linshenkx/edge-tts-openai-cf-worker 我们需要在Cloudflare 把对应的worker.js 脚本部署上去。 登录https://dash....
edge-tts可以用js调用,也就是说chrome也能用edge的声音朗读网页。2. 冷知识,edge-tts 可以被离线...
edge-tts 是一个Python的库,继承了微软 Azure 的文本转语音功能(TTS),且是免费使用的。该库提供了一个简单的API,可以将文本转换为语音,并且支持多种语言和声音。 只需要一行代码,即可将文本转换为语音! 代码语言:javascript 代码运行次数:0 运行 AI代码解释 ...
这是一个关于 EdgeTTS 的nodejs库,可以直接调用,适用于无成本AI配音 开始 # 项目引入 $ npm i edge-tts-nodejs --save 案例 const { toVoice, voices } = require("edge-tts-nodejs") const path = require("path") // Export different formats toVoice("你好世界", path.resolve('./wav/helloworld...
node-edge-tts is a module that using Microsoft Edge's online TTS (Text-to-Speech) service on the Node.js. Latest version: 1.2.7, last published: 4 months ago. Start using node-edge-tts in your project by running `npm i node-edge-tts`. There is 1 other pr
"name": "tts-vue", "version": "1.9.3", "version": "1.9.9", "main": "dist/electron/main/index.js", "description": "🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。", "author": "沫離Loker <loker80@qq.com>", @@ -21,7 +21,8 @@ "vite": "^2.9.13...