karaoke-gen 0.71.23__py3-none-any.whl → 0.71.42__py3-none-any.whl
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/file_handler.py +192 -0
- karaoke_gen/instrumental_review/__init__.py +45 -0
- karaoke_gen/instrumental_review/analyzer.py +408 -0
- karaoke_gen/instrumental_review/editor.py +322 -0
- karaoke_gen/instrumental_review/models.py +171 -0
- karaoke_gen/instrumental_review/server.py +1181 -0
- karaoke_gen/instrumental_review/waveform.py +409 -0
- karaoke_gen/utils/cli_args.py +5 -0
- karaoke_gen/utils/gen_cli.py +186 -0
- karaoke_gen/utils/remote_cli.py +864 -154
- {karaoke_gen-0.71.23.dist-info → karaoke_gen-0.71.42.dist-info}/METADATA +4 -1
- {karaoke_gen-0.71.23.dist-info → karaoke_gen-0.71.42.dist-info}/RECORD +16 -10
- lyrics_transcriber/correction/anchor_sequence.py +226 -350
- {karaoke_gen-0.71.23.dist-info → karaoke_gen-0.71.42.dist-info}/WHEEL +0 -0
- {karaoke_gen-0.71.23.dist-info → karaoke_gen-0.71.42.dist-info}/entry_points.txt +0 -0
- {karaoke_gen-0.71.23.dist-info → karaoke_gen-0.71.42.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: karaoke-gen
|
|
3
|
-
Version: 0.71.
|
|
3
|
+
Version: 0.71.42
|
|
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
|
|
@@ -29,8 +29,10 @@ Requires-Dist: google-auth
|
|
|
29
29
|
Requires-Dist: google-auth-httplib2
|
|
30
30
|
Requires-Dist: google-auth-oauthlib
|
|
31
31
|
Requires-Dist: google-cloud-firestore (>=2.14.0)
|
|
32
|
+
Requires-Dist: google-cloud-run (>=0.10.0)
|
|
32
33
|
Requires-Dist: google-cloud-secret-manager (>=2.18.0)
|
|
33
34
|
Requires-Dist: google-cloud-storage (>=2.14.0)
|
|
35
|
+
Requires-Dist: google-cloud-tasks (>=2.16.0)
|
|
34
36
|
Requires-Dist: httpx (>=0.25.0)
|
|
35
37
|
Requires-Dist: jiwer (>=3.0.0)
|
|
36
38
|
Requires-Dist: karaoke-lyrics-processor (>=0.6)
|
|
@@ -82,6 +84,7 @@ Requires-Dist: torch (>=2.7)
|
|
|
82
84
|
Requires-Dist: tqdm (>=4.67)
|
|
83
85
|
Requires-Dist: transformers (>=4.47)
|
|
84
86
|
Requires-Dist: uvicorn[standard] (>=0.24.0)
|
|
87
|
+
Requires-Dist: yt-dlp (>=2024.0.0)
|
|
85
88
|
Project-URL: Documentation, https://github.com/nomadkaraoke/karaoke-gen/blob/main/README.md
|
|
86
89
|
Project-URL: Homepage, https://github.com/nomadkaraoke/karaoke-gen
|
|
87
90
|
Project-URL: Repository, https://github.com/nomadkaraoke/karaoke-gen
|
|
@@ -2,7 +2,13 @@ karaoke_gen/__init__.py,sha256=ViryQjs8ALc8A7mqJGHu028zajF5-Za_etFagXlo6kk,269
|
|
|
2
2
|
karaoke_gen/audio_fetcher.py,sha256=No3LM7QIiT2B3KuzQFayCwqGfBuM5fSI22y2a_Y07EA,15013
|
|
3
3
|
karaoke_gen/audio_processor.py,sha256=vB8jPeTHjE9RpRNMwQjaCpgu1HlD6HNMDLf4riDYsGE,39309
|
|
4
4
|
karaoke_gen/config.py,sha256=LBZKpvwSgta8YoVX2GFFW-4CP22AyRtqsBn-KCeh8eg,2499
|
|
5
|
-
karaoke_gen/file_handler.py,sha256=
|
|
5
|
+
karaoke_gen/file_handler.py,sha256=jnPc4kFtG-PX-IVPHYWa7maXd4lNmbkKd1HogDNzgN8,16674
|
|
6
|
+
karaoke_gen/instrumental_review/__init__.py,sha256=91K9wPWfQnOqbINuhxtErPnXyY0gijdiF-69n-p3334,1382
|
|
7
|
+
karaoke_gen/instrumental_review/analyzer.py,sha256=Heg8TbrwM4g5IV7bavmO6EfVD4M0UGMs_qUoZguU_OQ,15022
|
|
8
|
+
karaoke_gen/instrumental_review/editor.py,sha256=_DGTjKMk5WhoGtLGtTvHzU522LJyQQ_DSY1r8fULuiA,11568
|
|
9
|
+
karaoke_gen/instrumental_review/models.py,sha256=cUSb_JheJK0cGdKx9f59-9sRvRrhrgdTdKBzQN3lHto,5226
|
|
10
|
+
karaoke_gen/instrumental_review/server.py,sha256=BQOr421P9EL0FfGWtgVDgFqWPSPldgvScwXxP59nHXE,47725
|
|
11
|
+
karaoke_gen/instrumental_review/waveform.py,sha256=Q6LBPZrJAD6mzZ7TmRf3Tf4gwYhUYTHumJKytLs3hSg,12940
|
|
6
12
|
karaoke_gen/karaoke_finalise/__init__.py,sha256=HqZ7TIhgt_tYZ-nb_NNCaejWAcF_aK-7wJY5TaW_keM,46
|
|
7
13
|
karaoke_gen/karaoke_finalise/karaoke_finalise.py,sha256=sOyQCDM42YypZJpAKrHvxEiu3IEyQPBMRSjvm486idg,88828
|
|
8
14
|
karaoke_gen/karaoke_gen.py,sha256=uVATmUyDNrF1UeQqtIpNwHhffIQeiQjgCjNVcTSz17w,50353
|
|
@@ -28,9 +34,9 @@ karaoke_gen/resources/Zurich_Cn_BT_Bold.ttf,sha256=WNG5LOQ-uGUF_WWT5aQHzVbyWvQqG
|
|
|
28
34
|
karaoke_gen/style_loader.py,sha256=13010BVxwVgamRn8K8Z9fNgLBdPs9LFmWMRMLyBdits,17908
|
|
29
35
|
karaoke_gen/utils/__init__.py,sha256=FpOHyeBRB06f3zMoLBUJHTDZACrabg-DoyBTxNKYyNY,722
|
|
30
36
|
karaoke_gen/utils/bulk_cli.py,sha256=bBRHfhvi-wkoNjAoq5rzVkaOwOraoiUhXNQY5rBsX18,19167
|
|
31
|
-
karaoke_gen/utils/cli_args.py,sha256=
|
|
32
|
-
karaoke_gen/utils/gen_cli.py,sha256=
|
|
33
|
-
karaoke_gen/utils/remote_cli.py,sha256=
|
|
37
|
+
karaoke_gen/utils/cli_args.py,sha256=PmOV1CbxE517O0NprXPPgZfLmREinrtOKk5dD9LLHH0,17862
|
|
38
|
+
karaoke_gen/utils/gen_cli.py,sha256=DbCjoLfKAD22uh60gYa1jtZq62r6RvZK0SP_L10_pVY,33490
|
|
39
|
+
karaoke_gen/utils/remote_cli.py,sha256=nS6wpNkgAZDNi9lwYXYEzdLeZtQvsPk-Nd8ckWkULus,109448
|
|
34
40
|
karaoke_gen/video_background_processor.py,sha256=p3sryMxmkori4Uy2MYgmlk5_QQ7Uh9IoVJLAdkdLIUI,15124
|
|
35
41
|
karaoke_gen/video_generator.py,sha256=B7BQBrjkyvk3L3sctnPXnvr1rzkw0NYx5UCAl0ZiVx0,18464
|
|
36
42
|
lyrics_transcriber/__init__.py,sha256=g9ZbJg9U1qo7XzrC25J3bTKcNzzwUJWDVdi_7-hjcM4,412
|
|
@@ -89,7 +95,7 @@ lyrics_transcriber/correction/agentic/workflows/__init__.py,sha256=OsBExAbIIKxJg
|
|
|
89
95
|
lyrics_transcriber/correction/agentic/workflows/consensus_workflow.py,sha256=gMuLTUxkgYaciMsI4yrZSC3wi--7V_PgaDNE-Vd6FE8,575
|
|
90
96
|
lyrics_transcriber/correction/agentic/workflows/correction_graph.py,sha256=kgZKnz0h9cG1EfhW7BSSl-kSpQtJrRM_S86kAniXfE4,1815
|
|
91
97
|
lyrics_transcriber/correction/agentic/workflows/feedback_workflow.py,sha256=KsKLD3AP66YYmXfUn-mVZjERYLtU1Zs4a-7CB2zDfas,596
|
|
92
|
-
lyrics_transcriber/correction/anchor_sequence.py,sha256=
|
|
98
|
+
lyrics_transcriber/correction/anchor_sequence.py,sha256=5tl4Cjiw5UlLbEb1Oy-g3ebKCinXSwohdaCB9-rTMtI,43798
|
|
93
99
|
lyrics_transcriber/correction/corrector.py,sha256=e8N7Yys6MCmz8PbHkkl7KuxH1m3MWlH1vwCa1r3YcqA,40223
|
|
94
100
|
lyrics_transcriber/correction/feedback/__init__.py,sha256=i1gd0Vb4qvlzZQ3lqA3fJjt288YP7f-MBPwOzZ7Rjh4,68
|
|
95
101
|
lyrics_transcriber/correction/feedback/schemas.py,sha256=OiF_WUqcqiEKIoburYM8kWAIundy82PQE7ImsdP8UCk,4416
|
|
@@ -268,8 +274,8 @@ lyrics_transcriber/transcribers/whisper.py,sha256=YcCB1ic9H6zL1GS0jD0emu8-qlcH0Q
|
|
|
268
274
|
lyrics_transcriber/types.py,sha256=Y7WUx8PAOBYWCIZgw4ndeHfPH8Gg--O3OYYQgMpJ2iI,27728
|
|
269
275
|
lyrics_transcriber/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
270
276
|
lyrics_transcriber/utils/word_utils.py,sha256=-cMGpj9UV4F6IsoDKAV2i1aiqSO8eI91HMAm_igtVMk,958
|
|
271
|
-
karaoke_gen-0.71.
|
|
272
|
-
karaoke_gen-0.71.
|
|
273
|
-
karaoke_gen-0.71.
|
|
274
|
-
karaoke_gen-0.71.
|
|
275
|
-
karaoke_gen-0.71.
|
|
277
|
+
karaoke_gen-0.71.42.dist-info/METADATA,sha256=5VKGb-ifzRJt1HUujSXMo3hDgVqg-f7qW7xg3Kb-i80,17071
|
|
278
|
+
karaoke_gen-0.71.42.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
279
|
+
karaoke_gen-0.71.42.dist-info/entry_points.txt,sha256=xIyLe7K84ZyjO8L0_AmNectz93QjGSs5AkApMtlAd4g,160
|
|
280
|
+
karaoke_gen-0.71.42.dist-info/licenses/LICENSE,sha256=81R_4XwMZDODHD7JcZeUR8IiCU8AD7Ajl6bmwR9tYDk,1074
|
|
281
|
+
karaoke_gen-0.71.42.dist-info/RECORD,,
|