text-to-speech:使用Google Text-To-Speech生成带有合成语音的mp3的示例脚本

时间:2024-04-01 14:18:36
【文件属性】:

文件名称:text-to-speech:使用Google Text-To-Speech生成带有合成语音的mp3的示例脚本

文件大小:101KB

文件格式:ZIP

更新时间:2024-04-01 14:18:36

Python

文字转语音 使用Google Text-to-Speech生成MP3语音文件的示例脚本 该脚本创建为可在MacOS Big Sur上运行 注意:语音在此版本中进行了硬编码 您将需要安装ffmpeg和afplay才能遵循以下说明 脚步 1)获取一个Google Cloud帐户并安装 pip3 install-升级google-cloud-speech 2)导出变量 export PYTHONPATH=/usr/local/lib/python3.9/site-packages export GOOGLE_APPLICATION_CREDENTIALS= 3)运行处理脚本来处理您的转录 〜/ dev / textToSpeech%./t2s.py --filename snippet.txt输出路径:/ Users / m


【文件预览】:
text-to-speech-main
----snippet.mp3(113KB)
----snippet.txt(636B)
----t2s.py(5KB)
----README.md(4KB)

网友评论