About me

My name is Marko Markovic and I am a software developer, a musician and a researcher. I am intrigued by algorithms and new techniques and I want to improve my software development skills.

While working on different projects I like to document what I have learned. A new technique, a new algorithm, solution to a problem or a tool. The reason I am writing this blog is to help out other people in their programming endeavors and also I write so I won't forget.

If you are interested to find out more about me visit markomarks.com

Showing posts with label example. Show all posts
Showing posts with label example. Show all posts

Friday, May 13, 2016

HelloTextToSpeech

Introduction

In today's session I will try to teach you how to add Text-to-speech support in your apps. What are we creating today? We will be creating a portable and light TextToSpeechManager class that will be easy to add to your projects. Ever since I held the public talk at the April Android Developer Meetup on this topic I wanted to do a follow up in a form of a blog. The full code source can be found on my github, feel free to fork it and play around with it. The slides from the presentation can be found here.

Text-To-Speech (TTS) also known as "speech synthesis" which enables your android device to "speak" the text that you give it. It supports a wide range of languages, but not all Android devices have them.

Blog Archive