MediaComem / vocalseo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personnal assistants 🤖 || Queries builder

Start

npm start

Documentation

This tool helps to build queries for Google Assistant, Alexa and Siri. It generates automatically audio files for each query (textQueries textarea) and each assistant.

It use Google Text To Speech client library to generate audio files. This needs Google Cloud Platform specific configuration and authentication. The authentication environment variables comes from the credentials JSON generated.

You can add, update or remove Assistants on querybuilder.js file by updating assistants array.

You can add, update or remove Language Code on on index.pug file by updating languageCode select tag.

Voices are retrieved with Google TTS API.

⚠️ There is a CRON job which removes each audio files in /outputs directory at 3am everyday. However, we remove the old files when we start the server because Heroku (Free tier) sleeps when CRON should start.

About


Languages

Language:JavaScript 61.8%Language:HTML 38.2%