Skip to content

Commit

Permalink
fixup! update jpreprocess to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 22, 2024
1 parent 74f8017 commit ba701ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ om-syrinxでは,入力全体を一度に処理するのではなく,順番
`npm install github:discordjs-japan/om-syrinx#v0.3.0`を実行してください.
- jpreprocess用の辞書をダウンロードする:

[jpreprocessのリリース](https://github.com/jpreprocess/jpreprocess/releases/v0.8.1)から[辞書 (`naist-jdic-jpreprocess.tar.gz`)](https://github.com/jpreprocess/jpreprocess/releases/download/v0.8.1/naist-jdic-jpreprocess.tar.gz) をダウンロードし,カレントディレクトリに解凍してください.
[jpreprocessのリリース](https://github.com/jpreprocess/jpreprocess/releases/v0.9.1)から[辞書 (`naist-jdic-jpreprocess.tar.gz`)](https://github.com/jpreprocess/jpreprocess/releases/download/v0.9.1/naist-jdic-jpreprocess.tar.gz) をダウンロードし,カレントディレクトリに解凍してください.
- jbonsai用のモデルをダウンロードする:

[htsvoice-tohoku-f01](https://github.com/icn-lab/htsvoice-tohoku-f01)`master`ブランチ (<https://github.com/icn-lab/htsvoice-tohoku-f01/archive/refs/heads/master.tar.gz>) をダウンロードし,カレントディレクトリに解凍してください.
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe("synthesis", () => {
before(async () => {
if (!fs.existsSync(path.join(__dirname, "naist-jdic"))) {
await fetchAndExtract(
"https://github.com/jpreprocess/jpreprocess/releases/download/v0.8.1/naist-jdic-jpreprocess.tar.gz",
"https://github.com/jpreprocess/jpreprocess/releases/download/v0.9.1/naist-jdic-jpreprocess.tar.gz",
__dirname,
);
}
Expand Down

0 comments on commit ba701ce

Please sign in to comment.