Table of Contents
Project: Android Speech-To-Text and Text-To-Speech Recognition App (All in One) in Android Studio with Source Code
About the Application
This is an Android Easy Text to Speech & Speech to Text without annoying dialog(TTS & STT). Android TTS and STT is a one-line solution to convert text to Speech (TTS) & Speech to text(STT) in your Android App.
App Features
- Convert Speech to text without annoying dialog.
- Convert Text to Speech with error handling and callbacks
- Written in Kotlin and compiled for up to Android 28.
- TranslatorFactory class uses a Factory pattern to create translators instances and use callbacks return success and error.
Screenshot
How to Run?
To run the project, first, install Android Studio and import the project from the studio’s homepage. Your project set up will automatically start. All the Gradle build files will automatically install inside your project root directory. Run the project and set up your virtual device and run the emulator. The project will start, and you will see the home screen.
Please watch the Project Demo Video below on how to run this project.
Best project