From 4145499356d34f412967f57837cae4db8aca179d Mon Sep 17 00:00:00 2001 From: Lin Tianshu <54425948+oxygen-dioxide@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:26:40 +0800 Subject: [PATCH 1/2] Update hachimi meaning in README Corrected the meaning of 'hachimi' from 'cat' to 'honey' in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7d531..be2f17a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # hachimisampler A brand new resampler for utau based on [pc-nsf-hifigan](https://github.com/openvpi/vocoders). ## Why it's named hachimisampler? -hachimisampler was based on [straycat resampler](https://github.com/UtaUtaUtau/straycat) but uses pc-nsf-hifigan instead of world and the hachimi(ハチミ) means cat in Japanese. +hachimisampler was based on [straycat resampler](https://github.com/UtaUtaUtau/straycat) but uses pc-nsf-hifigan instead of world and the hachimi(ハチミ) means honey in Japanese. 注意:hachimisampler最初用于制作哈基米类人力vocaloid,但是最近的几次更新使它能够调正常utau虚拟歌手,考虑到命名问题我们决定开一个调utau虚拟歌手的新仓库,叫[hifisampler](https://github.com/openhachimi/hifisampler)。hachimisampler将继续专注于人力vocaloid 添加了如原声大碟这样的功能 请根据你的需求选用 ## how to use? 1. Install python 3.10 then run the commoand From 6647881f475d2cc3f8facdb48c2e91234c10fca4 Mon Sep 17 00:00:00 2001 From: Lin Tianshu <54425948+oxygen-dioxide@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:27:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Correct=20definition=20of=20'=E5=93=88?= =?UTF-8?q?=E5=9F=BA=E7=B1=B3'=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the meaning of '哈基米' from '小猫' to '蜂蜜'. --- README_zh_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh_cn.md b/README_zh_cn.md index 86636ef..1c495b5 100644 --- a/README_zh_cn.md +++ b/README_zh_cn.md @@ -2,7 +2,7 @@ # 哈基踩(hachimisampler) 一个基于 [pc-nsf-hifigan](https://github.com/openvpi/vocoders)的新的utau重采样器。 ## 为什么叫哈基踩(hachimisampler)? -哈基踩由[straycat(流浪猫) resampler](https://github.com/UtaUtaUtau/straycat) 修改而来,用pc-nsf-hifigan替换了原来的world,哈基米 (ハチミ) 在日语里面是小猫的意思。 +哈基踩由[straycat(流浪猫) resampler](https://github.com/UtaUtaUtau/straycat) 修改而来,用pc-nsf-hifigan替换了原来的world,哈基米 (ハチミ) 在日语里面是蜂蜜的意思。 ## 如何使用? 1. 安装python3.10并运行下面的指令(墙裂建议使用conda以方便管理环境) ```