-
Notifications
You must be signed in to change notification settings - Fork 312
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
エンジン側に実装された擬似的な疑問文に対応する #608
Comments
これは設定のオプションに追加する感じですかね |
ですです!(おそらく) voicevox/src/components/SettingDialog.vue Lines 309 to 339 in 45f13df
|
qwerty2501
added a commit
to qwerty2501/voicevox
that referenced
this issue
Dec 19, 2021
This was referenced Dec 19, 2021
Merged
qwerty2501
added a commit
to qwerty2501/voicevox
that referenced
this issue
Dec 19, 2021
qwerty2501
added a commit
to qwerty2501/voicevox
that referenced
this issue
Dec 19, 2021
qwerty2501
added a commit
to qwerty2501/voicevox
that referenced
this issue
Dec 19, 2021
qwerty2501
added a commit
to qwerty2501/voicevox
that referenced
this issue
Dec 20, 2021
openapiのコード生成を行った refs VOICEVOX#608 VOICEVOX#610
Merged
Hiroshiba
pushed a commit
that referenced
this issue
Dec 22, 2021
qwerty2501
added a commit
to qwerty2501/voicevox
that referenced
this issue
Dec 22, 2021
qwerty2501
added a commit
to qwerty2501/voicevox
that referenced
this issue
Dec 22, 2021
qwerty2501
added a commit
to qwerty2501/voicevox
that referenced
this issue
Dec 22, 2021
y-chan
pushed a commit
that referenced
this issue
Dec 28, 2021
* feat: 疑問文有効無効設定追加 refs #608 * feat: リクエスト時に疑問文自動調整有効設定値を送るようにした refs #608 * feat: enableInterrogativeをSettingStoreState型の中でネストさせた もしかしたらいらない配慮かもしれないが、 ExperimentalSettingオブジェクト型を作成し、その中にenableInterrogativeを持たせるようにした。 enableInterrogativeは現状実験的な機能だが、将来的に正式な機能として提供された場合デフォルト設定値をtrueにする可能性が高そうである。 これをSettingStoreStateに対してenableInterrogativeを直接持たせてそのままの状態でenableInterrogative機能が正式リリースされた場合、既存ユーザーはenableInterrogativeがfalseの状態のまま追加居続けるのではないか? との疑念があったのでExperimentalSettingを作成してネストさせることにしてみた。もしかしたら違うかも。 こうすることによってenableInterrogative機能を正式リリースする際にstate.experimentalSetting.enableInterrogativeからstate.enableInterrogativeに構造を変えることによってデフォルト値trueを適用した状態で既存ユーザーにも機能を提供できるようになるはずである。 * feat: added enableInterrogative setting test case * ExperimentalSettingとしてまとめて変更できるようにした!!! * removed enableInterrogative args in AudioStoreTypes stateを取れることがわかったため * Update src/background.ts 必要っぽい?ので Co-authored-by: Hiroshiba <[email protected]> Co-authored-by: Hiroshiba <[email protected]>
solved by #610 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
内容
エンジン側に、疑問文だった場合に語尾を上げる調整をすることで、擬似的に疑問文っぽい音声にする実装が加わりました
APIにenable_interrogativeという引数があり、こちらをtrue/falseにすることで擬似的な疑問文機能のon/offを切り替えられます。
APIはデフォルトでこちらがonになっていますが、エディタ的には不思議な挙動をしてしまう(語尾に伸ばし棒が加わる)ので、エディタ側はデフォルトでoffにしてあったほうが良いかなと感じます。
でも便利な機能なので、設定で切り替えられると嬉しそうです。
Pros 良くなる点
(擬似的に)疑問文が使える
Cons 悪くなる点
実現方法
流れはこんな感じかなと思います
VOICEVOXのバージョン
0.10.preview
The text was updated successfully, but these errors were encountered: