feat(subtitles): add local Japanese subtitle generation (#240)

This commit is contained in:
2026-09-15 21:43:11 -07:00
committed by GitHub
parent 6841a37a22
commit 2831e05124
90 changed files with 4934 additions and 57 deletions
@@ -1,6 +1,15 @@
import { ConfigTemplateSection } from './shared';
const CORE_TEMPLATE_SECTIONS: ConfigTemplateSection[] = [
{
title: 'Japanese Subtitle Generation',
description: [
'Generate timed Japanese subtitles from local audio using whisper.cpp.',
'Configure an existing GGML model path or explicitly download a SubMiner-managed model.',
],
notes: ['Hot-reload: settings apply to the next generation or model download.'],
key: 'subtitleGeneration',
},
{
title: 'Visible Overlay Auto-Start',
description: [