Skip to content

英語読みIPAのら行を l に置換し Azure 英語音声での t 化を修正#1550

Merged
TinyKitten merged 2 commits into
masterfrom
dev
Jun 26, 2026
Merged

英語読みIPAのら行を l に置換し Azure 英語音声での t 化を修正#1550
TinyKitten merged 2 commits into
masterfrom
dev

Conversation

@TinyKitten

Copy link
Copy Markdown
Member

概要

IPA生成処理を #1531 時点に戻した上で、英語読みIPAのら行を l に置換し Azure 英語音声での t 化を修正

変更の種類

  • バグ修正
  • 新機能
  • データの修正・追加
  • リファクタリング
  • ドキュメント
  • CI/CD
  • その他

変更内容

テスト

  • cargo fmt --all -- --check が通ること
  • cargo clippy -- -D warnings が通ること
  • cargo testSQLX_OFFLINE=true)が通ること

関連Issue

スクリーンショット(任意)

TinyKitten and others added 2 commits June 23, 2026 10:05
英語音声 (Azure Dragon HD 等) で読み上げる name_roman_ipa /
name_tts_segments トラックでは、ら行の弾き音 ɾ が英語のフラップ /t/・/d/
(water の t) として実現され「ら行」ではなく「た/だ/ち」に化ける。
そのため Roppongi (六本木) が「とっぽんぎ」のように聞こえていた。

station_name_to_tts_segments で英語読みトラックに限り ら行 ɾ を側面接近音 l に
置換する。日本語音声で読む name_ipa (katakana_to_ipa) は honest な ɾ のまま維持。
英単語の R は別記号 ɹ を使うため影響しない。


Claude-Session: https://claude.ai/code/session_01H2p6CysaHBtKysPhfMZJ7m

Co-authored-by: Claude <noreply@anthropic.com>
@TinyKitten TinyKitten self-assigned this Jun 26, 2026
@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 14c9dc09-a453-4243-a1ca-e848131adf0e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Warning

Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption.


Comment @coderabbitai help to get the list of available commands.

@TinyKitten TinyKitten merged commit 9ad6fe3 into master Jun 26, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant