Out Loud reads your notifications to you when you are driving, running, or any other time you want. Notification reading is enabled on a per-app basis. Other features:
- Automatically turn on/off when headphones are plugged/unplugged.
- Automatically turn on/off when a Bluetooth device is connected/disconnected.
- Enable/disable a persistent notification when Out Loud is on.
- Choose TTS engine, language, speech rate, and speech volume (relative to media volume).
- Optionally show a dialog with the notification that is being read along with the app name and/or app icon.
- On/off widget for your homescreen (1x1 or 2x1).
- Widget for reading current active notifications.
- Optionally disable when the screen is on and unlocked or when the device's ringer is set to silent or vibrate.
- Choose what part of the notification to read: ticker text, content text, big text, or some combination.
- On a per-app basis, select the text to read and the language to use.
Note: only one app may be enabled at a time while you are evaluating Out Loud. Purchase the Out Loud unlocker to enable as many apps as you want.
Other advanced features available after purchase of the unlocker:
- Profiles. Manage groups of enabled apps for different situations. Automatically select a profile when headphones or bluetooth are connected.
- Blacklist. Define a list of words that will prevent a notification from being read.
- Whitelist. Define a list of words that have to be present in order for a notification to be read.
- Substitutions. Substitute "lol" with "ha ha ha" before a notification is read.
- Scheduled events. Schedule times when Out Loud should turn on or off, or schedule times to switch profiles.
- Backup/restore enabled apps, preferences, and data for profiles, blacklist words, substitutions, and scheduled events.
Out Loud can be managed with automation apps like Tasker or Trigger. Launch these activities to change the on/off state of Out Loud:
com.hillman.out_loud.activity.OnActivity
com.hillman.out_loud.activity.OffActivity
com.hillman.out_loud.activity.ToggleOnOffActivity
Launch this activity to choose a profile:
com.hillman.out_loud.activity.ChooseProfileActivity
Launch this activity to read the current notifications:
com.hillman.out_loud.activity.ReadCurrentActivity
To change the on/off state through a broadcast intent, send a broadcast with these details:
Action: com.hillman.out_loud.ON_OFF
Data: out_loud://on_off?state=[state]
[state] can be on, off, or toggle
To choose a profile through a broadcast intent:
Action: com.hillman.out_loud.SELECT_PROFILE
Data: out_loud://select_profile?profile=[profile name]
To read the current notifications with a broadcast intent:
Action: com.hillman.out_loud.READ_CURRENT
Data: out_loud://read_current
Instructions for setting up Tasker tasks that will turn Out Loud on and off:
1. Go to the Tasks tab and tap the "+" button at the bottom of the screen.
2. Give the new task a name. "Out Loud On", or something similar.
3. Tap the "+" button at the bottom of the Task Edit screen to add an action.
4. Choose the "System" category, and then "Send Intent".
5. In the Action field put "com.hillman.out_loud.ON_OFF"
6. In the Data field put "out_loud://on_off?state=on"
7. Tap the back button to save this task.
8. Tap the play button at the bottom of the screen to test this. It should turn Out Loud on.
9. Repeat these steps for an "Out Loud Off" task, substituting "state=on" with "state=off" in step 6
Exported Tasker tasks:
https://dl.dropboxusercontent.com/u/926055/Out_Loud_On.tsk.xml
https://dl.dropboxusercontent.com/u/926055/Out_Loud_Off.tsk.xml
https://dl.dropboxusercontent.com/u/926055/Out_Loud_Toggle.tsk.xml
https://dl.dropboxusercontent.com/u/926055/Out_Loud_Read_Current.tsk.xml
Out Loud lit vos notifications lorsque vous conduisez, courez ou à tout autre moment que vous souhaitez. La lecture de notification est activée application par application. Autres caractéristiques:
- Allumer / éteindre automatiquement lorsque les écouteurs sont branchés / débranchés.
- Activer / désactiver automatiquement lorsqu'un périphérique Bluetooth est connecté / déconnecté.
- Activer / désactiver une notification persistante lorsque Out Loud est activé.
- Choisissez le moteur, la langue, le débit et le volume de la parole du TTS (par rapport au volume du support).
- Afficher éventuellement une boîte de dialogue avec la notification en cours de lecture, ainsi que le nom et / ou l'icône de l'application.
- Widget On / Off pour votre écran d'accueil (1x1 ou 2x1).
- Widget pour lire les notifications actives en cours.
- Désactiver éventuellement si l'écran est allumé et déverrouillé ou si la sonnerie de l'appareil est réglée sur silencieux ou vibrant.
- Choisissez la partie de la notification à lire: texte du ticker, texte du contenu, gros texte ou une combinaison des deux.
- Sur chaque application, sélectionnez le texte à lire et la langue à utiliser.
Remarque: une seule application peut être activée à la fois pendant l'évaluation de Out Loud. Achetez le logiciel de déverrouillage Out Loud pour activer autant d'applications que vous le souhaitez.
Autres fonctionnalités avancées disponibles après l'achat du logiciel de déverrouillage:
- Profils. Gérer des groupes d'applications activées pour différentes situations. Sélectionnez automatiquement un profil lorsque des écouteurs ou Bluetooth sont connectés.
- Liste noire. Définissez une liste de mots empêchant la lecture d'une notification.
- Liste blanche. Définissez une liste de mots qui doivent être présents pour qu'une notification soit lue.
- Substitutions. Remplacez "lol" par "ha ha ha" avant la lecture d'une notification.
- Évènements planifiés. Planifiez les heures auxquelles Out Loud doit être activé ou désactivé, ou planifiez les heures pour changer de profil.
- Sauvegarder / restaurer les applications, les préférences et les données activées pour les profils, les mots de la liste noire, les substitutions et les événements planifiés.
Out Loud peut être géré avec des applications d'automatisation telles que Tasker ou Trigger. Lancez ces activités pour changer l’état d’activation / désactivation de Out Loud:
com.hillman.out_loud.activity.OnActivity
com.hillman.out_loud.activity.OffActivity
com.hillman.out_loud.activity.ToggleOnOffActivity
Lancez cette activité pour choisir un profil:
com.hillman.out_loud.activity.ChooseProfileActivity
Lancez cette activité pour lire les notifications en cours:
com.hillman.out_loud.activity.ReadCurrentActivity
Pour modifier l'état activé / désactivé via une intention de diffusion, envoyez une diffusion avec les détails suivants:
Action: com.hillman.out_loud.ON_OFF
Données: out_loud: // on_off? State = [state]
[état] peut être activé, désactivé ou basculé
Pour choisir un profil via une intention de diffusion:
Action: com.hillman.out_loud.SELECT_PROFILE
Data: out_loud: // select_profile? Profile = [nom du profil]
Pour lire les notifications en cours avec une intention de diffusion:
Action: com.hillman.out_loud.READ_CURRENT
Data: out_loud: // read_current
Instructions pour configurer des tâches Tasker qui vont éteindre et éteindre:
1. Accédez à l'onglet Tâches et appuyez sur le bouton "+" en bas de l'écran.
2. Donnez un nom à la nouvelle tâche. "Out Loud On", ou quelque chose de similaire.
3. Appuyez sur le bouton "+" en bas de l'écran Éditer la tâche pour ajouter une action.
4. Choisissez la catégorie "Système", puis "Envoyer l’intention".
5. Dans le champ Action, entrez "com.hillman.out_loud.ON_OFF"
6. Dans le champ Données, entrez "out_loud: // on_off? State = on"
7. Appuyez sur le bouton Précédent pour enregistrer cette tâche.
8. Appuyez sur le bouton de lecture en bas de l'écran pour le tester. Il devrait tourner fort.
9. Répétez ces étapes pour une tâche "Out Loud Off", en remplaçant "state = on" par "state = off" à l'étape 6.
Tâches Tasker exportées:
https://dl.dropboxusercontent.com/u/926055/Out_Loud_On.tsk.xml
https://dl.dropboxusercontent.com/u/926055/Out_Loud_Off.tsk.xml
https://dl.dropboxusercontent.com/u/926055/Out_Loud_Toggle.tsk.xml
https://dl.dropboxusercontent.com/u/926055/Out_Loud_Read_Current.tsk.xml