common
Posted: | Tags: google-home
https://github.com/exampleuser/notification-at-home で作成中
やりたいこと
Golangで下記をやりたい
trelloからタスクを複数取得
音声合計
Google Homeでタスクを流す
Posted: | Tags: google-home
https://github.com/exampleuser/notification-at-home で作成中
Golangで下記をやりたい
trelloからタスクを複数取得
音声合計
Google Homeでタスクを流す
Posted: | Categories: Golang | Tags: Chromecast, Golang
vishen / go-chromecastを用いて Linux マシンから 手軽に GoogleHome に WaveNet 音声で喋らせた。
下記のようにワンライナーで喋らせることができる。
~/go/bin/go-chromecast --device-name shosai tts "こんばんは" --google-service-account=home-hogehoge.json --voice-name ja-JP-Wavenet-B --speaking-rate 1.05 --pitch 0.9
| 音声名 | 性別 |
|---|---|
| ja-JP-Wavenet-A | 女性 |
| ja-JP-Wavenet-B | 女性 |
| ja-JP-Wavenet-C | 女性 |
| ja-JP-Wavenet-D | 女性 |
go get -u github.com/vishen/go-chromecast
Cloud Text-to-Speechの画面に移動。
[有効にする]を選択する。





go-chromecast コマンドで家の中にある Google Home をリスト化、その Google Home を鳴らす。
Read more...