英文:
Need ready-made front end for Google TTS
问题
我想通过Google的TTS引擎运行一些文本,并创建一个音频文件。目的是为MVP解释视频创建一个女性英语配音,因为我的声音和发音不适合这个。
我已经完成了Google帐户和计费设置,我猜现在我可以访问他们的API。但是我没有前端/用户界面。
是否有可用的东西可以连接到API?无论是基于Web还是适用于MacOS?我不是开发人员,所以自己构建不是一个选择。
谢谢!
英文:
I would like to run some text through Google's TTS engine and create an audio file. The purpose is to create a female English voiceover for an MVP explainer video, as my own voice and pronunciation isn't fit for this.
I've gone through Google's account and billing setup, I guess I now have access to their API. But I don't have a front end / user interface.
Is there something available that I could connect to the API? Either web-based or for MacOS? I'm not a developer so building it myself is not an option.
Thanks!
答案1
得分: 1
你可以使用Google Text-to-Speech
控制台 或者 命令行工具。 这些界面用户友好,无需开发者级别的技能。
你还可以查看类似的Stack Overflow 问题,该问题展示了如何通过创建简单的代码来创建前端。
英文:
You can use Google Text-to-Speech
console or the command line tool. These interfaces are user-friendly and do not need a developer-level skill.
You can also check this similar Stack Overflow question which showed how to create a front-end by creating a simple code.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论