From 74f80172ba0fe15bbf63aabb6713e541c1e8e01a Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Wed, 22 May 2024 23:05:39 +0900 Subject: [PATCH 1/2] update jpreprocess to v0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From ba701cef5d651f59f3a16e8b80907165efd10c69 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Wed, 22 May 2024 14:34:30 +0000 Subject: [PATCH 2/2] fixup! update jpreprocess to v0.9.1 --- README.md | 2 +- test/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, ); }