/tts-tool

small CLI tool to generate audio based on an input.txt file

Primary LanguageJavaScriptMIT LicenseMIT

WIP

Usage

export OPENAI_API_KEY="your-api-key"

echo "the text you want to read" > input.txt

npm i

node .