CryptoCurrency/Speech Synthesis/SecCamp'19/SecHack365'20/University of Electro-Communications
- Tokyo
- @y_chan_dev
Highlights
- Pro
Block or Report
Block or report y-chan
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,711 contributions in the last year
Contribution activity
May 2022
Created 12 commits in 3 repositories
Created a pull request in VOICEVOX/voicevox_engine that received 14 comments
ユーザー辞書操作系の優先度の扱いをpriorityで統一
内容 題の通り、json/csvにおいては、cost
を残さざるを得ない(既存のユーザー辞書が壊れるかもしれない)ので、操作系のみをpriority
で統一しました。
これにより、エディタ側・ユーザーはpriority
という単位以外を意識しなくて済むようになります。
関連 Issue close #…
+81
−30
•
14
comments
Reviewed 5 pull requests in 3 repositories
VOICEVOX/voicevox_core
3 pull requests
VOICEVOX/voicevox_engine
1 pull request
VOICEVOX/open_jtalk
1 pull request
Created an issue in VOICEVOX/voicevox_engine that received 1 comment
辞書の登録・更新において優先度はpriority単位であるのに、user_dictで取得できる一覧はcost単位である
不具合の内容 題の通り これによりエディタ側で、登録した単語が現在どの優先度なのかがわからない状態になっている 期待動作 user_dict APIにおいてもpriority単位での優先度が取得できるようになる その他 CSVファイルの形式等を変えることも検討しましたが、既存のユーザー辞書に対…
1
comment
17
contributions
in private repositories
May 3 – May 26