Home  /  Tools Apps  / AndroTTS on Windows Pc

AndroTTS on Windows Pc

Developed By: Zuccoli Andrea

License: Free

Rating: 4,7/5 - 13 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.15
Size 2.3 MB
Release Date April 28, 19
Category Tools Apps

App Permissions:
Allows applications to open network sockets. [see more (5)]

What's New:
Removed SMS permission [see more]

Description from Developer:
Turn your Android device into a powerful Text-To- Speech server , using the many powerful voices and TTS engines for Android.
Through the windows client , you can:
- Record and lis... [read more]

App preview ([see all 6 screenshots])

App preview

About this app

On this page you can download AndroTTS and install on Windows PC. AndroTTS is free Tools app, developed by Zuccoli Andrea. Latest version of AndroTTS is 1.15, was released on 2019-04-28 (updated on 2024-04-16). Estimated number of the downloads is more than 1,000. Overall rating of AndroTTS is 4,7. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 13 users, 1 users had rated it 5*, 12 users had rated it 1*.

How to install AndroTTS on Windows?

Instruction on how to install AndroTTS on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install AndroTTS on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install AndroTTS using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "AndroTTS" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install AndroTTS on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "AndroTTS" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.15.

Download AndroTTS 1.15 on Windows PC – 2.3 MB

Turn your Android device into a powerful Text-To- Speech server , using the many powerful voices and TTS engines for Android.
Through the windows client , you can:
- Record and listen to a text
- Save the audio files derived from text
- Create audio files massively
- Import a CSV file with text , file name, language to allow the massive conversion
- Export a CSV file to save the job done
- Through a SSH connection on a linux server to export the audio file
- Run a conversion script on linux server
(Example :
for alaw format
sox /tmp/[FILE].wav -r 8000 /tmp/[FILE].al resample -ql;mv /tmp/[FILE].al /var/lib/asterisk/sounds/it/[FILE].alaw

or for gsm format

sox /tmp/[FILE].wav -r 8000 /tmp/[FILE].gsm resample -ql;mv /tmp/[FILE].gsm /var/lib/asterisk/sounds/it/[FILE].gsm
)
Download the windows client from http://www.zuccoli.com/App/AndroTTS
Particularly suitable for IVR telephone servers .
AndroTTS server is a free Text To Speech for Asterisk .
you can download the source for the asterisk to the -fly conversion of audio messages and run the script like this:
exten = > 9632.1 , NoOp ( " AndroTTS " )
exten = > 9632 , n , Answer
exten = > 9632 , n, AndroTTS (This and the ' asterisk supported by the app engine , IT, 172.16.9.135,3383 )
Download the source code from http://www.zuccoli.com/AndroTTS
is possible to build applications that exploit AndroTTS in any language , the programming is simple .
Open a socket on ip and port programmed AndroTTS , send the text (if you want to set the language to send a TAB followed by the language eg EN) and the sending end with ' \ n ' .
On arriving Socket 8 bytes with the length of the audio file followed by audio files in wav format .
For those who need it I can provide many examples of code.
Removed SMS permission
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to write to external storage.
Allows an application to read from external storage.