Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label.phoneme が取りうる値 #954

Closed
3 tasks done
tarepan opened this issue Dec 30, 2023 · 1 comment · Fixed by #958
Closed
3 tasks done

Label.phoneme が取りうる値 #954

tarepan opened this issue Dec 30, 2023 · 1 comment · Fixed by #958

Comments

@tarepan
Copy link
Contributor

tarepan commented Dec 30, 2023

質問の内容

質問概要: Label.phoneme が取りうる値は何か

音素の型付け(#894 など)にあたり、各ドメインで取りうる音素の値を知る必要がある。
OpenJTalk ドメイン (text_analyzer) では Label.phoneme の取りうる値がこれにあたる。
VOICEVOX ENGINE は fork された pyopenjtalk から得られた feature を解析してこれを得ているため、取りうる値を調べるために VOICEVOX 全体への深い理解が必要である。

このような背景から、次の質問があります:
Q「Label.phoneme が取りうる値は何か」

VOICEVOXのバージョン

0.14.11

OSの種類/ディストリ/バージョン

  • Windows
  • macOS
  • Linux
@tarepan tarepan added the 要議論 実行する前に議論が必要そうなもの label Dec 30, 2023
@github-actions github-actions bot added OS 依存:linux Linux に依存した現象 OS 依存:mac macOS に依存した現象 OS 依存:win Windows に依存した現象 labels Dec 30, 2023
@Hiroshiba
Copy link
Member

音素一覧に書かれているものと、あとはsilくらいかなと!
何かしらの想定外でxxが現れるかもしれません。

たぶん一覧はこちらです。
https://github.com/r9y9/open_jtalk/blob/aade59307b86e8788edf2dd72642e00fab800539/src/jpcommon/jpcommon_rule_utf_8.h

@tarepan tarepan removed 要議論 実行する前に議論が必要そうなもの OS 依存:mac macOS に依存した現象 OS 依存:linux Linux に依存した現象 OS 依存:win Windows に依存した現象 labels Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants