diff --git a/Cargo.toml b/Cargo.toml index e41959a..f389601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] napi = { version = "2.12.2", default-features = false, features = ["napi4"] } napi-derive = "2.12.2" -jpreprocess = "0.8.1" +jpreprocess = "0.9.1" jbonsai = "0.1.0" audiopus = "=0.3.0-rc.0" diff --git a/README.md b/README.md index 1574b68..c01392a 100644 --- a/README.md +++ b/README.md @@ -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`ブランチ () をダウンロードし,カレントディレクトリに解凍してください. diff --git a/test/index.js b/test/index.js index 34775af..688411b 100644 --- a/test/index.js +++ b/test/index.js @@ -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, ); }