Welcome to my blog! My name is Alejandro and I am an engineer & entrepreneur.

This is my git blog where I rant about technology, startups and code.

faa5971
Wed Sep 9 15:23:33 2015 -0600
File-renaming
3992fe0
Mon Sep 21 01:08:06 2015 -0600
Final-fixes-to-articles
e243321
Thu Oct 1 21:59:58 2015 -0600
Update-eng.md
1654656
Thu Apr 28 23:12:42 2016 -0700
Fix-image-routes-broken-when-changing-to-the-git-powered-blog
5dd7cd8
Fri Apr 29 23:45:18 2016 -0700
Add-missing-image

eng 8 2015

SVOX TTS (Text to Speech) interface in Node.js

As you probably know, Google has a service to convert text to audio via the Google Translate engine. You can easily test it by clicking on the megaphone icon to read the text aloud. Inspecting the button with the browser toolbar we find that what is actually going on behind the scenes is a call to an address with the text we want to read aloud, so that when you click on the megaphone you are actually performing a requests like these:

And so on with other languages.

Now imagine yourself creating and Android or Arduino app to fetch the audio programmatically, you would just need to build the URL and fetch the audio however bear in mind that this will only work for a few words and sentences, I suppose that people abused the service with thounsands of requests and now Google puts a limit the quantity on audios you can generate to about 15 calls per user, after that limit is reached you will very likely get an unusual traffic captcha making the service completely unusable for your app… In order to raise the limit again you would need to solve the captcha.

"Ohh wait! The project is working just lemme answer this captcha to prove that I’m not a robot!” -☉_☉

With this project you will be able to create your own Text to Speech server for your apps using the SVOX engine for Ubuntu. Bear in mind that the SVOX speech synthesis quality is far lower than Google’s engine. On the bright side, you can flood your Ubuntu server with thousand calls if needed.

Some project ideas that could use this web interface are:

  • A speaking Arduino that talks when you press some buttons.
  • An accessibility app for the blind. Maybe an Android app that reads Barcodes aloud (there are some good tutorials about how to read barcodes and how to read barcodes and QR codes)
  • A computer clock that reads the time every hour (like on Mac).

Find the project and the installation instructions at the Github repo https://github.com/adelriosantiago/svox-interface-nodejs. You will need a Virtual Machine running Ubuntu or a Digital Ocean instance in order to get the SVOX TTS engine running and Node.js to create the web request interface.

Here is how the finished project looks like:

Simply select the language, the text to convert and click on the URL to get the audio. Feel free to play with the finished project generating some phrases at the address tts.adelriosantiago.com.

eng 8 2015

SVOX TTS (Text to Speech) interface in Node.js

Google has a very cool service to convert text to audio via the Google Translate engine. You can easily test it going to the service webpage, and clicking on the megaphone icon to read the text aloud. Inspecting the button with the browser toolbar we find how it works. Behind the scenes when you click on it there is a call to an address with the text we want to read aloud, so that when you click on the megaphone you are actually performing a requests like these:

And so on with other languages.

However there is a big issue with service. It is the usual story of free services and APIs: The service was free, people abused from it, it became a paid service… Google now puts a limit the quantity on audios you can generate to about 15 calls per user (unless the call is made from Chrome), after that limit is reached you will very likely get an unusual traffic captcha making the service unusable for your app. In order to raise the limit again you would need to solve the captcha. As a student, I once had a situation like this on a project with an Arduino MCU.

"Ohh wait teacher! The project is workin’ just lemme answer this captcha to prove that I’m not a robot!” -☉_☉

With this project you will be able to set-up your own Text to Speech server for your apps using the SVOX package engine in Ubuntu. Bear in mind that the SVOX speech synthesis quality is far lower than Google’s engine. The voices simply don’t sound very natural. On the bright side, you can flood your Ubuntu server with thousand calls if needed!

Some project ideas that could use this web interface are:

  • A speaking Arduino that talks when you press some buttons.
  • An accessibility app for the blind. Maybe an Android app that reads Barcodes aloud (there are some good tutorials about how to read barcodes and how to read barcodes and QR codes)
  • A computer clock that reads the time every hour (like on Mac).

Find the project and the installation instructions at the Github repo https://github.com/adelriosantiago/svox-interface-nodejs. You will need a Virtual Machine running Ubuntu or a server (AWS and Digital Ocean are both very good) instance in order to get the SVOX TTS engine running. Also you will need Node.js to create the web request interface.

Here is how the finished project looks like:

To use simply select the language, the text you wish to convert and click on the URL to get the audio. Feel free to play with the finished project generating some phrases at the address tts.adelriosantiago.com.

eng 8 2015

SVOX TTS (Text to Speech) interface in Node.js

Google has a very cool service to convert text to audio via the Google Translate engine. You can easily test it going to the translate service webpage, and clicking on the megaphone icon to read the text aloud. Inspecting the button with the browser toolbar we find how it works. Behind the scenes when you click on it there is a call to an address with the text we want to read aloud, so that when you click on the megaphone you are actually performing a requests like these:

And so on with other languages.

However there is a big issue with service. It is the usual story of free services and APIs: The service was free, people abused from it, it became a paid service… Google now puts a limit the quantity on audios you can generate to about 15 calls per user (unless the call is made from Chrome), after that limit is reached you will very likely get an unusual traffic captcha making the service unusable for your app. In order to raise the limit again you would need to solve the captcha. As a student, I once had a situation like this on a project with an Arduino MCU.

"Ohh wait teacher! The project is workin’ just lemme answer this captcha to prove that I’m not a robot!” -☉_☉

With this project you will be able to set-up your own Text to Speech server for your apps using the SVOX package engine in Ubuntu. Bear in mind that the SVOX speech synthesis quality is far lower than Google’s engine. The voices simply don’t sound very natural. On the bright side, you can flood your Ubuntu server with thousand calls if needed!

Some project ideas that could use this web interface are:

  • A speaking Arduino that talks when you press some buttons.
  • An accessibility app for the blind. Maybe an Android app that reads Barcodes aloud (there are some good tutorials about how to read barcodes and how to read barcodes and QR codes)
  • A computer clock that reads the time every hour (like on Mac).

Find the project and the installation instructions at the Github repo https://github.com/adelriosantiago/svox-interface-nodejs. You will need a Virtual Machine running Ubuntu or a server (AWS and Digital Ocean are both very good) instance in order to get the SVOX TTS engine running. Also you will need Node.js to create the web request interface.

Here is how the finished project looks like:

To use simply select the language, the text you wish to convert and click on the URL to get the audio. Feel free to play with the finished project generating some phrases at the address tts.adelriosantiago.com.

eng 8 2015

SVOX TTS (Text to Speech) interface in Node.js

Google has a very cool service to convert text to audio via the Google Translate engine. You can easily test it going to the translate service webpage, and clicking on the megaphone icon to read the text aloud. Inspecting the button with the browser toolbar we find how it works. Behind the scenes when you click on it there is a call to an address with the text we want to read aloud, so that when you click on the megaphone you are actually performing a requests like these:

And so on with other languages.

However there is a big issue with service. It is the usual story of free services and APIs: The service was free, people abused from it, it became a paid service… Google now puts a limit the quantity on audios you can generate to about 15 calls per user (unless the call is made from Chrome), after that limit is reached you will very likely get an unusual traffic captcha making the service unusable for your app. In order to raise the limit again you would need to solve the captcha. As a student, I once had a situation like this on a project with an Arduino MCU.

"Ohh wait teacher! The project is workin’ just lemme answer this captcha to prove that I’m not a robot!” -☉_☉

With this project you will be able to set-up your own Text to Speech server for your apps using the SVOX package engine in Ubuntu. Bear in mind that the SVOX speech synthesis quality is far lower than Google’s engine. The voices simply don’t sound very natural. On the bright side, you can flood your Ubuntu server with thousand calls if needed!

Some project ideas that could use this web interface are:

  • A speaking Arduino that talks when you press some buttons.
  • An accessibility app for the blind. Maybe an Android app that reads Barcodes aloud (there are some good tutorials about how to read barcodes and how to read barcodes and QR codes)
  • A computer clock that reads the time every hour (like on Mac).

Find the project and the installation instructions at the Github repo https://github.com/adelriosantiago/svox-interface-nodejs. You will need a Virtual Machine running Ubuntu or a server (AWS and Digital Ocean are both very good) instance in order to get the SVOX TTS engine running. Also you will need Node.js to create the web request interface.

Here is how the finished project looks like:

To use simply select the language, the text you wish to convert and click on the URL to get the audio. Feel free to play with the finished project generating some phrases at the address tts.adelriosantiago.com.

eng 8 2015

SVOX TTS (Text to Speech) interface in Node.js

Google has a very cool service to convert text to audio via the Google Translate engine. You can easily test it going to the translate service webpage, and clicking on the megaphone icon to read the text aloud. Inspecting the button with the browser toolbar we find how it works. Behind the scenes when you click on it there is a call to an address with the text we want to read aloud, so that when you click on the megaphone you are actually performing a requests like these:

And so on with other languages.

However there is a big issue with service. It is the usual story of free services and APIs: The service was free, people abused from it, it became a paid service… Google now puts a limit the quantity on audios you can generate to about 15 calls per user (unless the call is made from Chrome), after that limit is reached you will very likely get an unusual traffic captcha making the service unusable for your app. In order to raise the limit again you would need to solve the captcha. As a student, I once had a situation like this on a project with an Arduino MCU.

"Ohh wait teacher! The project is workin’ just lemme answer this captcha to prove that I’m not a robot!” -☉_☉

With this project you will be able to set-up your own Text to Speech server for your apps using the SVOX package engine in Ubuntu. Bear in mind that the SVOX speech synthesis quality is far lower than Google’s engine. The voices simply don’t sound very natural. On the bright side, you can flood your Ubuntu server with thousand calls if needed!

Some project ideas that could use this web interface are:

  • A speaking Arduino that talks when you press some buttons.
  • An accessibility app for the blind. Maybe an Android app that reads Barcodes aloud (there are some good tutorials about how to read barcodes and how to read barcodes and QR codes)
  • A computer clock that reads the time every hour (like on Mac).

Find the project and the installation instructions at the Github repo https://github.com/adelriosantiago/svox-interface-nodejs. You will need a Virtual Machine running Ubuntu or a server (AWS and Digital Ocean are both very good) instance in order to get the SVOX TTS engine running. Also you will need Node.js to create the web request interface.

Here is how the finished project looks like:

To use simply select the language, the text you wish to convert and click on the URL to get the audio. Feel free to play with the finished project generating some phrases at the address tts.adelriosantiago.com.