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

go install github.com/lingua-sensei/laverna@latest
You can find binaries through GitHub releases.
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