Skip to content

lingua-sensei/laverna

Repository files navigation

Laverna

Version CI Build GoDoc Report Card License Coverage Status

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 CSV

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

or you could do 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.csv

or

  laverna -file example.yaml 

About

Download Google Translate audios as mp3 files 👐

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages