Skip to content

feat: AivisSpeech・OpenAI TTSプラグインを追加#130

Open
oboroge0 wants to merge 1 commit intomainfrom
feat/tts-expansion
Open

feat: AivisSpeech・OpenAI TTSプラグインを追加#130
oboroge0 wants to merge 1 commit intomainfrom
feat/tts-expansion

Conversation

@oboroge0
Copy link
Copy Markdown
Owner

@oboroge0 oboroge0 commented Mar 9, 2026

Summary

  • AivisSpeech TTSプラグインを新規追加(VOICEVOX互換API、デフォルト: localhost:10101)
  • OpenAI TTSプラグインを新規追加(tts-1/tts-1-hd/gpt-4o-mini-ttsモデル、10種類のボイス)
  • グローバル設定画面にAivisSpeechホスト設定を追加
  • OpenAI TTSはOpenAI APIキーのグローバル設定を共有

変更内容

  • plugins/aivis-tts/ — AivisSpeechプラグイン本体
  • plugins/openai-tts/ — OpenAI TTSプラグイン本体
  • apps/server-ts/src/engine/executor.ts — グローバル設定マッピング追加
  • apps/web/components/ui/SettingsModal.tsx — 設定画面にAivisSpeechセクション追加
  • apps/web/components/panels/NodeSettings.tsx — ノード設定パネル対応
  • apps/web/locales/{en,ja}.json — ローカライズ追加

Test plan

  • npm test — 全116テスト通過
  • npm run lint — 新規エラーなし
  • AivisSpeech TTSノードを追加し、話者選択・音声生成が動作することを確認
  • OpenAI TTSノードを追加し、ボイス選択・音声生成が動作することを確認
  • グローバル設定でAivisSpeechホストを設定し、ノードに反映されることを確認

closes #92 (AivisSpeech・OpenAI TTS部分)

🤖 Generated with Claude Code

TTSプラグインの対応エンジンを拡充:
- AivisSpeech: VOICEVOX互換APIの高品質TTS(デフォルト: localhost:10101)
- OpenAI TTS: tts-1/tts-1-hd/gpt-4o-mini-ttsモデル対応、10種類のボイス

各プラグインにグローバル設定・ノード設定・ローカライズを追加。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 9, 2026

Warning

Rate limit exceeded

@oboroge0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 32 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3d60bcef-ab95-42d7-a139-9a36bdc899cf

📥 Commits

Reviewing files that changed from the base of the PR and between b45d01e and 018f830.

📒 Files selected for processing (9)
  • apps/server-ts/src/engine/executor.ts
  • apps/web/components/panels/NodeSettings.tsx
  • apps/web/components/ui/SettingsModal.tsx
  • apps/web/locales/en.json
  • apps/web/locales/ja.json
  • plugins/aivis-tts/manifest.json
  • plugins/aivis-tts/node.ts
  • plugins/openai-tts/manifest.json
  • plugins/openai-tts/node.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/tts-expansion

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

oboroge0 added a commit that referenced this pull request Mar 9, 2026
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 this pull request may close these issues.

feat: TTSプラグインの対応エンジン拡充

1 participant