Text to audio and audio to text in Android

2019-08-20 05:10发布

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?

2条回答
Melony?
2楼-- · 2019-08-20 05:52

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.

查看更多
forever°为你锁心
3楼-- · 2019-08-20 06:00

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

查看更多
登录 后发表回答