{% extends "app/base_generic.html" %} {% load static %} {% block title %}Using on a smartphone{% endblock %} {% block content %}
{# TODO: Recommend book reader, limit the amount of sentences to convert #}

How to use our synthesizers on a smartphone

{# TODO:Add screenshots #}

You might want to use the voices on your mobile applications, browser, or desktop. With Flite, a TTS engine built at CMU, this is possible.

Android

The first step is to install Flite TTS from Google Playstore

After installing this application, you will have to:

iOS

We do not have an iOS version of flite yet. It is coming soon.
{% endblock %}