文件名称:text-to-mp3:NPM套件,可使用Google翻译API将文本转换为Mp3语音
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-31 20:27:18
JavaScript
#Text to MP3这是一个简单的脚本,可以使用公开的Google Translate API从文本生成MP3,因此具有公共用法的限制 通过NPM安装 通过npm安装此模块: npm install -- save text - to - mp3 Bower安装 通过Bower存储库安装此模块: bower install -- save text - to - mp3 用法 获取MP3-回调 var txtomp3 = require ( "text-to-mp3" ) ; txtomp3 . getMp3 ( "Ciao Mondo" , function ( err , binaryStream ) { if ( err ) { console . log ( err ) ; return ; } var file = fs . createWri
【文件预览】:
text-to-mp3-master
----.gitignore(44B)
----package.json(490B)
----.travis.yml(196B)
----LICENSE(1KB)
----index.js(4KB)
----README.md(5KB)
----textToMp3.js(2KB)
----bower.json(402B)