Skip to content

Commit

Permalink
Goサンプルコードを追加 (VOICEVOX#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
yerrowTail authored Apr 7, 2023
1 parent 0049bc5 commit 3bfdaac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## 環境構築

Downloader を用いて環境構築を行う場合

### Windows の場合

PowerShell で下記コマンドを実行してください
Expand All @@ -24,14 +25,14 @@ Invoke-WebRequest https://github.com/VOICEVOX/voicevox_core/releases/latest/down
### Linux/macOS の場合

[最新のリリース](https://github.com/VOICEVOX/voicevox_core/releases/latest)から環境に合わせてダウンローダーのバイナリをダウンロードしてください。
現在利用可能なのは以下の4つです
現在利用可能なのは以下の 4 つです

* download-linux-arm64
* download-linux-x64
* download-osx-arm64
* download-osx-x64
- download-linux-arm64
- download-linux-x64
- download-osx-arm64
- download-osx-x64

以下はLinuxのx64での実行例です
以下は Linux の x64 での実行例です

```bash
binary=download-linux-x64
Expand Down Expand Up @@ -107,6 +108,8 @@ sudo apt install libgomp1

### その他の言語

- [Go(Windows)](https://github.com/yerrowTail/voicevox_core_go_sample) @yerrowTail

サンプルコードを実装された際はぜひお知らせください。こちらに追記させて頂きます。

## API
Expand Down

0 comments on commit 3bfdaac

Please sign in to comment.