-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.nls.json
More file actions
54 lines (54 loc) · 5.08 KB
/
package.nls.json
File metadata and controls
54 lines (54 loc) · 5.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"speechify.displayName": "Speechify - AI Text to Speech & Voice Converter",
"speechify.description": "Transform text into natural speech using Azure AI Speech Services. High-quality neural voices for accessibility, content creation, and language learning. Supports Chinese, English, and multiple languages with professional voice synthesis.",
"speechify.command.speechify": "Generate Voiceover (Current Provider)",
"speechify.command.generateAzureAudio": "Azure: Generate Voiceover",
"speechify.command.generateLocalAudio": "Local CosyVoice: Generate Voiceover",
"speechify.command.generateQwenAudio": "Local Qwen3-TTS: Generate Voiceover",
"speechify.command.voiceSettings": "View Azure Configuration",
"speechify.command.configureVoice": "Azure: Set Voice & Language",
"speechify.command.configureAzure": "Azure: Set Backend",
"speechify.command.configureCosyVoice": "Local CosyVoice: Provider Settings",
"speechify.command.configureQwenTts": "Local Qwen3-TTS: Provider Settings",
"speechify.command.openSettingsJson": "Open Speechify Settings (JSON)",
"speechify.command.openLocalReferenceWorkbench": "Configure Local Models",
"speechify.command.recordLocalReference": "Local Models: Record Reference Audio",
"speechify.command.selectLocalReference": "Local Models: Select Reference Audio / Video",
"speechify.command.autoTranscribeLocalReference": "Local Models: Auto-Transcribe Reference",
"speechify.command.editLocalReferenceText": "Local Models: Edit Reference Text (JSON)",
"speechify.command.recordCosyVoice": "Local CosyVoice: Record Reference Audio",
"speechify.command.recordQwenTts": "Local Qwen3-TTS: Record Reference Audio",
"speechify.command.configureVision": "Set Azure OpenAI (Vision)",
"speechify.command.selectStyle": "Switch Voice Style",
"speechify.command.selectRole": "Switch Voice Role",
"speechify.command.convertToVideo": "AI Smart Align",
"speechify.command.alignmentEditor": "Manual Alignment",
"speechify.command.synthesizeVideoFromProject": "Export Video",
"speechify.menu.azure": "Azure",
"speechify.menu.localModels": "Local Models",
"speechify.configuration.title": "Speechify",
"speechify.configuration.azureSpeechServicesKey": "Azure Speech Services subscription key",
"speechify.configuration.speechServicesRegion": "Azure Speech Services region",
"speechify.configuration.voiceName": "Voice name for speech synthesis",
"speechify.configuration.voiceGender": "Voice gender preference",
"speechify.configuration.voiceStyle": "Voice style preference",
"speechify.configuration.voiceRole": "Voice role for roleplay-enabled voices",
"speechify.configuration.speechProvider": "Speech backend provider (Azure Speech, local CosyVoice, or local Qwen3-TTS + MLX-Audio)",
"speechify.configuration.cosyVoiceBaseUrl": "Local CosyVoice FastAPI base URL",
"speechify.configuration.cosyVoicePythonPath": "Optional local CosyVoice Python path used for reference-media transcription (overrides auto-detection)",
"speechify.configuration.cosyVoicePromptAudioPath": "Reference audio path used for CosyVoice zero-shot voice cloning",
"speechify.configuration.cosyVoicePromptText": "Transcript of the CosyVoice reference audio (recommended for zero-shot mode)",
"speechify.configuration.cosyVoiceRequestTimeoutSeconds": "Local CosyVoice request timeout in seconds (default 900; useful because zero-shot generation can take several minutes on slower machines)",
"speechify.configuration.qwenTtsPythonPath": "Local Python path used to run MLX-Audio for Qwen3-TTS. Default: ${workspaceFolder}/vendor/Qwen3-TTS/.venv312/bin/python",
"speechify.configuration.qwenTtsModel": "Qwen3-TTS MLX model id or local model path",
"speechify.configuration.qwenTtsPromptAudioPath": "Reference audio path used for Qwen3-TTS voice cloning",
"speechify.configuration.qwenTtsPromptText": "Transcript of the Qwen3-TTS reference audio (recommended for best cloning quality)",
"speechify.configuration.qwenTtsRequestTimeoutSeconds": "Local Qwen3-TTS request timeout in seconds (default 900; useful because local MLX generation can take several minutes on slower machines)",
"speechify.configuration.enableTransitions": "Enable transition animations between video segments",
"speechify.configuration.transitionType": "Type of transition animation",
"speechify.configuration.autoTrimVideo": "Automatically trim video to match audio duration",
"speechify.configuration.visionApiKey": "Azure OpenAI API key for Vision analysis. Get it from Azure Portal → your Azure OpenAI resource → Keys and Endpoint.",
"speechify.configuration.visionEndpoint": "Azure OpenAI endpoint for Vision analysis. Example: https://<resource-name>.openai.azure.com (from Keys and Endpoint).",
"speechify.configuration.visionDeployment": "Deployment name used for Vision timing analysis (from Azure AI Foundry/Studio → Deployments). Recommended: gpt-5-mini for speed/cost, gpt-5.2 for quality.",
"speechify.configuration.refinementDeployment": "Deployment name used for script refinement/paraphrase (Azure AI Foundry/Studio → Deployments). Recommended default mix: visionDeployment=gpt-5-mini + refinementDeployment=gpt-5.2."
}