Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 848 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 848 Bytes

Laverna

the goddess of the thieves, helps you steal translation speeches from the G-daddy monopoly.

squash-goose

Install Via Go

go install github.com/lingua-sensei/laverna@latest

Grab Binaries

You can find binaries through GitHub releases.

Sample Usage

Let's create example YAML.

- speed: normal
  voice: th
  text: "สวัสดีครับ"
- speed: slower
  voice: en
  text: "Hello there"
- speed: slowest
  voice: ja
  text: "こんにちは~"

Running below command will generate audios in the same directory.

laverna -file example.yaml 

Important

There seems to be heavy obfuscatication over 200 characters, I am working on an algo that to crack that.