canary - #6974
Merged
Merged
canary#6974
Conversation
* オンデバイスTTSの既定音声をVOICEVOXの夜語トバリ「明るい」へ変更 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011tVYs6Yu7jchkzxe6hAG2t * オンデバイスTTS設計書のスタイルIDフォールバック値を実装に合わせる Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011tVYs6Yu7jchkzxe6hAG2t * 夜語トバリの商用利用条件の記述から断定を外す Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011dvB4KWYMtpLmZXRGVFE6W --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Essentials Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
* iOSでリモートTTSが使えない回の英語をVITS(端末内合成)で読み上げるフォールバックを追加 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ErFSmExdT96Yajwmo961xK * 読めない語があっても端末内蔵TTSへ倒さず読める部分だけ合成する Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ErFSmExdT96Yajwmo961xK * VITSマニフェストでモデルと辞書の役割を検証する Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ErFSmExdT96Yajwmo961xK * VITSで資産削除後のsetup省略と再生開始前エラーの取りこぼしを修正 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ErFSmExdT96Yajwmo961xK * iOSでは端末内蔵TTSを使わず読み上げないようにする Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ErFSmExdT96Yajwmo961xK * VOICEVOXでも資産削除後にsetupを省略して合成が失敗し続ける問題を修正 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ErFSmExdT96Yajwmo961xK * iOSで端末内蔵TTSを使わなくなった点を設計書の各所へ反映 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ErFSmExdT96Yajwmo961xK --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: TinyKitten <32848922+TinyKitten@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
devの内容をcanaryへ反映するリリース PR。変更の種類
変更内容
iOS のオンデバイス TTS フォールバック(VOICEVOX CORE)の既定音声を No.7「アナウンス」(
6.vvm/ スタイル ID 30)から夜語トバリ「明るい」(24.vvm/ スタイル ID 119)へ差し替え、ライセンス画面のクレジット・同意ダイアログの音声名・配信手順のドキュメントを追随させた。stg(Canary ビルドが参照する環境)側の配信設定は適用済みで、
24.vvmと Open JTalk 辞書を新しいversionで配信し、voicevox_tts_style_id_iosを 119 に変更してある。そのため本 PR のビルドを入れた Canary 端末では、資産の再取得後に夜語トバリで読み上げる。prod 側の設定は #6973 で別途対応する。テスト
npm run lintが通ることnpm testが通ることnpm run typecheckが通ること関連Issue
Refs #6973
スクリーンショット(任意)
未添付: 表示が変わるのはライセンス画面のクレジット項目と VOICEVOX 資産のダウンロード同意ダイアログ・パネルで、いずれも
iosOnly/ iOS 本体アプリ限定のため、Linux の作業機からは撮影できません(React Native Web でもPlatform.OSがwebになり該当 UI が出ません)。差分は音声名の文字列のみで、レイアウトは変わりません。#6930 と同じ理由です。🤖 Generated with Claude Code
https://claude.ai/code/session_011dvB4KWYMtpLmZXRGVFE6W