karaoke-gen 0.76.25__tar.gz → 0.76.26__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/PKG-INFO +4 -4
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/README.md +3 -3
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/pyproject.toml +1 -1
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/LICENSE +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/audio_fetcher.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/audio_processor.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/config.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/file_handler.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/instrumental_review/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/instrumental_review/analyzer.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/instrumental_review/editor.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/instrumental_review/models.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/instrumental_review/server.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/instrumental_review/static/index.html +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/instrumental_review/waveform.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/karaoke_finalise/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/karaoke_finalise/karaoke_finalise.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/karaoke_gen.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/lyrics_processor.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/metadata.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/base.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/context.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/executors/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/executors/local.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/executors/remote.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/stages/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/stages/finalize.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/stages/render.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/stages/screens.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/stages/separation.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/pipeline/stages/transcription.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/resources/AvenirNext-Bold.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/resources/Montserrat-Bold.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/resources/Oswald-Bold.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/resources/Oswald-SemiBold.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/resources/Zurich_Cn_BT_Bold.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/style_loader.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/utils/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/utils/bulk_cli.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/utils/cli_args.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/utils/gen_cli.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/utils/remote_cli.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/video_background_processor.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/video_generator.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/cli/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/cli/cli_main.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/core/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/core/config.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/core/controller.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/adapter.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/agent.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/feedback/aggregator.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/feedback/collector.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/feedback/retention.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/feedback/store.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/ambiguous.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/background_vocals.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/base.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/complex_multi_error.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/extra_words.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/no_error.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/punctuation.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/registry.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/repeated_section.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/handlers/sound_alike.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/ai_correction.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/correction_session.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/enums.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/human_feedback.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/learning_data.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/observability_metrics.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/schemas.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/models/utils.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/observability/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/observability/langfuse_integration.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/observability/metrics.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/observability/performance.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/prompts/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/prompts/classifier.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/base.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/circuit_breaker.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/config.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/constants.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/health.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/langchain_bridge.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/model_factory.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/response_cache.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/response_parser.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/providers/retry_executor.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/router.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/workflows/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/workflows/consensus_workflow.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/workflows/correction_graph.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/agentic/workflows/feedback_workflow.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/anchor_sequence.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/corrector.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/feedback/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/feedback/schemas.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/feedback/store.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/base.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/extend_anchor.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/levenshtein.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/llm.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/llm_providers.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/no_space_punct_match.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/relaxed_word_count_match.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/repeat.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/sound_alike.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/syllables_match.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/word_count_match.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/handlers/word_operations.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/operations.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/phrase_analyzer.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/correction/text_utils.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/.gitignore +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/.yarn/releases/yarn-4.7.0.cjs +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/.yarnrc.yml +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/README.md +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/REPLACE_ALL_FUNCTIONALITY.md +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/eslint.config.js +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/index.html +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/package-lock.json +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/package.json +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/playwright.config.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/public/android-chrome-192x192.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/public/android-chrome-512x512.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/public/apple-touch-icon.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/public/favicon-16x16.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/public/favicon-32x32.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/public/favicon.ico +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/public/nomad-karaoke-logo.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/public/nomad-karaoke-logo.svg +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/App.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/api.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/AIFeedbackModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/AddLyricsModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/AgenticCorrectionMetrics.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/AppHeader.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/AudioPlayer.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/CorrectedWordWithActions.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/CorrectionAnnotationModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/CorrectionDetailCard.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/CorrectionMetrics.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/DurationTimelineView.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/EditActionBar.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/EditModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/EditTimelineSection.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/EditWordList.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/FileUpload.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/FindReplaceModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/Header.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/LyricsAnalyzer.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/LyricsSynchronizer/SyncControls.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/LyricsSynchronizer/TimelineCanvas.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/LyricsSynchronizer/UpcomingWordsBar.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/LyricsSynchronizer/index.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/MetricsDashboard.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/ModeSelectionModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/ModeSelector.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/ModelSelector.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/PreviewVideoSection.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/ReferenceView.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/ReplaceAllLyricsModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/ReviewChangesModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/SegmentDetailsModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/TimelineEditor.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/TimingOffsetModal.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/TranscriptionView.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/WordDivider.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/components/HighlightedText.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/components/SourceSelector.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/components/Word.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/constants.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/hooks/useWordClick.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/styles.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/types.js +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/types.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/utils/keyboardHandlers.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/utils/localStorage.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/utils/referenceLineCalculator.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/utils/segmentOperations.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/utils/timingUtils.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/components/shared/utils/wordUtils.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/hooks/useManualSync.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/main.tsx +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/theme.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/types/global.d.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/types.js +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/types.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/validation.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/src/vite-env.d.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/tsconfig.app.json +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/tsconfig.json +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/tsconfig.node.json +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/tsconfig.tsbuildinfo +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/update_version.js +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/vite.config.d.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/vite.config.js +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/vite.config.ts +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/android-chrome-192x192.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/android-chrome-512x512.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/apple-touch-icon.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/assets/index-BECn1o8Q.js +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/assets/index-BECn1o8Q.js.map +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/favicon-16x16.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/favicon-32x32.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/favicon.ico +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/index.html +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/web_assets/nomad-karaoke-logo.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/frontend/yarn.lock +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/lyrics/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/lyrics/base_lyrics_provider.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/lyrics/file_provider.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/lyrics/genius.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/lyrics/lrclib.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/lyrics/musixmatch.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/lyrics/spotify.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/lyrics/user_input_provider.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/ass.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/ass_specs.txt +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/config.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/constants.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/event.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/formatters.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/lyrics_line.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/lyrics_screen.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/section_detector.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/section_screen.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/ass/style.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdg.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/cdg.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/composer.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/config.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/images/instrumental.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/images/intro.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/pack.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/render.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/centertexttoplogobottomtext.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/circlein.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/circleout.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/fizzle.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/largecentertexttoplogo.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/rectangle.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/spiral.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/topleftmusicalnotes.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/wipein.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/wipeleft.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/wipeout.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/transitions/wiperight.png +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/cdgmaker/utils.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/countdown_processor.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/fonts/AvenirNext-Bold.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/fonts/DMSans-VariableFont_opsz,wght.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/fonts/DMSerifDisplay-Regular.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/fonts/Oswald-SemiBold.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/fonts/Zurich_Cn_BT_Bold.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/fonts/arial.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/fonts/georgia.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/fonts/verdana.ttf +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/generator.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/lrc_to_cdg.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/lyrics_file.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/plain_text.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/segment_resizer.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/subtitles.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/output/video.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/review/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/review/server.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/storage/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/storage/dropbox.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/transcribers/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/transcribers/audioshake.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/transcribers/base_transcriber.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/transcribers/local_whisper.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/transcribers/whisper.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/types.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/utils/__init__.py +0 -0
- {karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/utils/word_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: karaoke-gen
|
|
3
|
-
Version: 0.76.
|
|
3
|
+
Version: 0.76.26
|
|
4
4
|
Summary: Generate karaoke videos with synchronized lyrics. Handles the entire process from downloading audio and lyrics to creating the final video with title screens.
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -172,7 +172,7 @@ Run Whisper directly on your local machine using whisper-timestamped. Works on C
|
|
|
172
172
|
|
|
173
173
|
```bash
|
|
174
174
|
# Install with local Whisper support
|
|
175
|
-
pip install karaoke-gen[local-whisper]
|
|
175
|
+
pip install "karaoke-gen[local-whisper]"
|
|
176
176
|
|
|
177
177
|
# Optional: Configure model size (tiny, base, small, medium, large)
|
|
178
178
|
export WHISPER_MODEL_SIZE="medium"
|
|
@@ -194,7 +194,7 @@ export WHISPER_DEVICE="cpu"
|
|
|
194
194
|
```bash
|
|
195
195
|
# Pre-install CPU-only PyTorch first
|
|
196
196
|
pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
|
|
197
|
-
pip install karaoke-gen[local-whisper]
|
|
197
|
+
pip install "karaoke-gen[local-whisper]"
|
|
198
198
|
```
|
|
199
199
|
|
|
200
200
|
Local Whisper runs automatically as a fallback when no cloud transcription services are configured.
|
|
@@ -729,7 +729,7 @@ Whisper models are downloaded on first use (~1-3GB depending on size). If downlo
|
|
|
729
729
|
#### whisper-timestamped Not Found
|
|
730
730
|
If you get "whisper-timestamped is not installed":
|
|
731
731
|
```bash
|
|
732
|
-
pip install karaoke-gen[local-whisper]
|
|
732
|
+
pip install "karaoke-gen[local-whisper]"
|
|
733
733
|
# Or install directly:
|
|
734
734
|
pip install whisper-timestamped
|
|
735
735
|
```
|
|
@@ -76,7 +76,7 @@ Run Whisper directly on your local machine using whisper-timestamped. Works on C
|
|
|
76
76
|
|
|
77
77
|
```bash
|
|
78
78
|
# Install with local Whisper support
|
|
79
|
-
pip install karaoke-gen[local-whisper]
|
|
79
|
+
pip install "karaoke-gen[local-whisper]"
|
|
80
80
|
|
|
81
81
|
# Optional: Configure model size (tiny, base, small, medium, large)
|
|
82
82
|
export WHISPER_MODEL_SIZE="medium"
|
|
@@ -98,7 +98,7 @@ export WHISPER_DEVICE="cpu"
|
|
|
98
98
|
```bash
|
|
99
99
|
# Pre-install CPU-only PyTorch first
|
|
100
100
|
pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
|
|
101
|
-
pip install karaoke-gen[local-whisper]
|
|
101
|
+
pip install "karaoke-gen[local-whisper]"
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
Local Whisper runs automatically as a fallback when no cloud transcription services are configured.
|
|
@@ -633,7 +633,7 @@ Whisper models are downloaded on first use (~1-3GB depending on size). If downlo
|
|
|
633
633
|
#### whisper-timestamped Not Found
|
|
634
634
|
If you get "whisper-timestamped is not installed":
|
|
635
635
|
```bash
|
|
636
|
-
pip install karaoke-gen[local-whisper]
|
|
636
|
+
pip install "karaoke-gen[local-whisper]"
|
|
637
637
|
# Or install directly:
|
|
638
638
|
pip install whisper-timestamped
|
|
639
639
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "karaoke-gen"
|
|
3
|
-
version = "0.76.
|
|
3
|
+
version = "0.76.26"
|
|
4
4
|
description = "Generate karaoke videos with synchronized lyrics. Handles the entire process from downloading audio and lyrics to creating the final video with title screens."
|
|
5
5
|
authors = ["Andrew Beveridge <andrew@beveridge.uk>"]
|
|
6
6
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/instrumental_review/static/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/karaoke_gen/karaoke_finalise/karaoke_finalise.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{karaoke_gen-0.76.25 → karaoke_gen-0.76.26}/lyrics_transcriber_temp/lyrics_transcriber/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|