问题
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