laurayco / mimic3-keyboard

stdin->mimic3 API server->local audio sink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mimic3 Keyboard

This is a program which allows you to type or pipe through stdin, into a Mimic3 API instance. I wrote it mostly for use with a Linux TTS Plugin as Mimic3 is a nice TTS software.

Usage

Usage: mimic3-keyboard [OPTIONS]

Options:
      --host <HOST>    [default: http://tts.local:59125]
  -v, --voice <VOICE>  [default: en_US/vctk_low#p236]
  -s, --ssml           
  -r, --rate <LENGTH>  [default: 1.2]
  -n, --noise <NOISE>  [default: 0.33]
  -h, --help           Print help information
  -V, --version        Print version information

About

stdin->mimic3 API server->local audio sink

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%