chore: fix manifest

This commit is contained in:
2026-02-06 05:28:59 +09:00
parent 9b7c3a807f
commit 16c0893afa
+13 -39
View File
@@ -1,51 +1,25 @@
schema_version = "1.0.0" schema_version = "1.0.0"
id = "voicevox-tts-subtitles" id = "voicevox_tts"
version = "1.0.0" version = "1.0.0"
name = "VoiceVox TTS & Subtitles" name = "VoiceVox TTS & Subtitles"
tagline = "VoiceVoxによる音声合成と字幕表示" tagline = "VoiceVox speech synthesis and subtitle display"
maintainer = "Hare" maintainer = "Hare <noreply@example.com>"
type = "add-on" type = "add-on"
tags = ["Sequencer", "Video Tools"] tags = ["Sequencer", "Video Tools"]
blender_version_min = "5.0.0" blender_version_min = "5.0.0"
license = ["SPDX:MIT"] license = [
"SPDX:MIT",
copyright = [
"2026 Hare"
] ]
[description] [build]
content = """ paths_exclude_pattern = [
Blender 4.2以降向けのVoiceVox音声合成と字幕表示を統合したアドオンです。 "__pycache__/",
"/.git/",
## 機能 "/.direnv/",
"/.claude/",
- VoiceVoxエンジンを使用した音声合成 "*.pyc",
- シーケンサーへの音声ストリップ自動追加 ]
- テキストストリップによる字幕表示
- 複数の話者とスタイルの選択
- 音声パラメータの調整(ピッチ、速度、抑揚)
- リファレンステキストのサポート
## 使い方
1. VoiceVoxエンジンを起動
2. シーケンスエディタを開く
3. サイドバー(N キー)の"VoiceVox"タブを開く
4. "Test Connection"で接続を確認
5. テキストを入力して"Generate Speech & Subtitle"をクリック
## 必要な環境
- VoiceVoxエンジンがローカルで起動している必要があります
- デフォルトでは localhost:50021 に接続します
"""
# パーミッション(必要な場合)
[permissions]
network = "VoiceVoxエンジンへのHTTP接続に必要"
files = "音声ファイルの一時保存に必要"