Skip to content

nai-tools/novel-ai-voice-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NovelAI Voice CLI

A CLI application using the novelai-api package to export TTS audio files

Usage

Usage: novel-ai-voice-cli [OPTIONS] --token <TOKEN> --file <FILE>

Options:
  -t, --token <TOKEN>                        
  -f, --file <FILE>                          Input File path
  -v, --voice <VOICE>                        TTS Voice Seed [default: Aini]
  -p, --parallel-threads <PARALLEL_THREADS>  Number of "Threads" to use for downloading [default: 10]
  -c, --combine                              Use ffmpeg to combine the audio files
  -h, --help                                 Print help
  -V, --version                              Print version

Installation

You can find the latest releases In the Github Releases Tab

Dependancies

  • ffmpeg (optional, but needed for --combine)

Building from Source

git clone https://github.com/nai-tools/novel-ai-voice-cli
cd novel-ai-voice-cli
cargo install --path .