Text to audio and audio to text in Android

2019-08-20 05:15发布

问题:

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