ZupIT / ritchie-formulas-demo

This repository contains some demonstration formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
https://ritchiecli.io
Apache License 2.0
18 stars 11 forks source link

[FORMULA] rit demo text-to-audio #18

Closed GuillaumeFalourd closed 4 years ago

GuillaumeFalourd commented 4 years ago

Ritchie Formula

Command

rit demo text-to-audio
rit demo text-to-audio --docker
echo '{"text":"hello world", "language":"en", "filename":"hello"}' | rit demo text-to-audio --stdin
echo '{"text":"hello world", "language":"en", "filename":"hello"}' | rit demo text-to-audio --stdin --docker

Description

This formula allows the user to convert a text in audio (mp3 format) using GTTS (Google Text-to-Speech) module.

It contains 3 inputs:

OS validation