Skip to content

shinshin86/fizzbuzz-with-voicevox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

fizzbuzz-with-voicevox

Fizz Buzzの出力結果(20まで)をVOICEVOX ENGINEを用いて音声出力するサンプル

実行方法

Dockerを用いて予めVOICEVOX ENGINEを起動させておきます。

docker pull voicevox/voicevox_engine:cpu-ubuntu20.04-latest
docker run --rm -it -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:cpu-ubuntu20.04-latest

その後、以下のコマンドを叩きます。

go run main.go

すると、カレントに audio.wav という音声ファイルが生成されます。

About

Fizz Buzzの出力結果をVOICEVOX ENGINEを用いて音声出力するサンプル

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages