Text to audio and audio to text in Android

匆匆过客 提交于 2019-12-12 05:26:51

问题


I want to convert text to audio and by recording audio to text. But after converting text to audio, I need to encrypt (or any other thing ) audio and by listening that encrypted audio, I need to decrypt and then using text to speed, will be converted audio to text.

Is Text to speech useful?

I found echoprint and acoustic-fingerprint-opensource.

I think text to speech engine is helpful. Does anyone have an idea?


回答1:


I've used a Text-To-Speech in a couple of projects. It works very well and hasn't posed any major problems for me. It's better to use Google services than third party ones in my opinion.




回答2:


Text-to-Speech will be better instead of using Third Party Libraries

There are several examples available for Text to Speech

Here, are some of them...

1. Introduction to Text-to-Speech

2. Android Text-to-Speech Tutorial



来源:https://stackoverflow.com/questions/14228892/text-to-audio-and-audio-to-text-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!