Monday, January 20, 2020

[PROJECT] TTS Engine Vocalizer v1.0

DESCRIPTION
Here I bring you a project that will help you when it comes to knowing the pronunciation of a specific term, or simply when you want to hear a written text.
Or why not? It can be used in case of not knowing how to pronounce something well, and you need to communicate with another person.

Main features:
· Quick access buttons to control speech, plus its preferences (pitch and speed).
· Big and small panel to work with short or long text.
· Selection of what TTS engine + voice package to use.
· User dictionary which will help the TTS engine to pronounce common acronyms or expressions in a more appropiate way.

To use this project you will need to have at least one TTS engine (+ its voice package) already installed. Otherwise, use 'WaveNet' one, which only requires an active Internet connection.

Notes:
- Thanks to @gerardo246 and @bernabap (Reddit) for helping on regex expressions.
- If you don't know any TTS engine, you can take a look at the IVONA's here or here/here (Reddit). Currently "deprecated", but still giving very good war.
- To use the different TTS engine(s) plus its voice package(s) you could have installed, use the 'Setup' task (A4) to set them. Add the engine + voice as a group (pair) as 'engine:voice', each separated by comma (,).
- To use dictionaries with custom terms for a correct pronunciation, use the 'Setup' task (from A5) to set it for each engine/voice you want to use. Add the original term + desired pronunciation as a group (pair) as 'original:desired', each separated by comma (,). Create a new action with the correct IF condition (%par1 ~ engine:voice) for every engine/voice you want to customize the pronunciation.
- To get the engines and voices that are installed on your device and that have to be configured within 'Setup' task (from A4), create a temporal action (+ > Alert > Say) somewhere. Use the 'magnifying glass' icon from 'Engine:Voice' section, and select the group you would like to have within the project. Then, copy/paste the engine:voice text that will appear to the corresponding action from 'Setup' task.
- A trick to differentiate a word from another identical according to its context, would be to enclose one of them using quotes ("..."), or any other character you want from the availables within the 'Setup' task. Therefore, the pronunciation correction would apply to one of them only when indicated. (Add the expression to the dictionary as: "jaguar":chaguar)

SCREENSHOTS

DEMO

CREDITS
@SmartPhoneLover
@gerardo246
@bernabap

DOWNLOAD
Project (XML)
Project (TaskerNet)

DOWNLOAD (Ads Supported)
Project (XML)
Project (TaskerNet)

Related Articles:

  • [PROJECT] Battery Monitor v1.1DESCRIPTION Here you have a small project to be aware of the status of your battery at the time of charging. And it works without root, since it doesn't need to read raw values directly from the files located in' /sys/class/p… Read More
  • [PROJECT] Fingerprint Demo Actions v1.2DESCRIPTION As per user requests, I have decided to create this little project to show you some examples of how to use the biometric sensor of your device (if available) to perform different actions. These are the things you… Read More
  • [PROJECT] Current App Activity v1.4DESCRIPTION This project will allow you to show the app name, package name and class name of current activity. And in real time! Notes: - The project uses the %(WIN) variable, so it requires to have the 'App Check Method' se… Read More
  • [PROJECT] Tasker Fingerprint Protection v1.0DESCRIPTION This is a project that I created based on a request from a user on the Tasker Feature Requests website. Basically, it is about being able to unlock Tasker access through the biometric sensor, using Tasker himself.… Read More
  • [PROJECT] SMS Parser v1.0DESCRIPTION This is a personal project that I use to parse a SMS I receive every day, so important information is parsed and shown in a scene. Notes: - It's done to the SMS I receive, so edit it as your needs, according to t… Read More

0 comments:

Post a Comment