Vietnamese TTS with instant voice cloning • On-device • Real-time CPU inference • 24kHz audio quality • Chuyển văn bản thành giọng nói tiếng Việt • Text to speech tiếng Việt • TTS tiếng Việt
This report presents the forensic synthetic code analysis of pnnbao97/VieNeu-TTS, a Python project with 2,446 GitHub stars. SynthScan v2.0 examined 15,961 lines of code across 92 source files, recording 352 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 35.4 places this repository in the Strong AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 352 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docker/docker-compose.build.yml | 2 | # ======================================================== | COMMENT |
| MEDIUM | docker/docker-compose.build.yml | 4 | # ======================================================== | COMMENT |
| MEDIUM | docker/docker-compose.yml | 18 | # ======================================================== | COMMENT |
| MEDIUM | docker/docker-compose.yml | 20 | # ======================================================== | COMMENT |
| MEDIUM | docker/docker-compose.yml | 52 | # ======================================================== | COMMENT |
| MEDIUM | docker/docker-compose.yml | 54 | # ======================================================== | COMMENT |
| MEDIUM | docker/docker-compose.prod.yml | 2 | # ======================================================== | COMMENT |
| MEDIUM | docker/docker-compose.prod.yml | 4 | # ======================================================== | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 12 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 14 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 23 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 25 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 40 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 42 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 52 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 54 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main_remote.py | 73 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main_remote.py | 75 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main_remote.py | 86 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main_remote.py | 88 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main_remote.py | 105 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main_remote.py | 107 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main_remote.py | 127 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main_remote.py | 129 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 176 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main_remote.py | 178 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 16 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 18 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 27 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 29 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 39 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 41 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 57 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 59 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 69 | # --------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | examples/main.py | 71 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main.py | 87 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | examples/main.py | 89 | # --------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 8 | # ─── Regex ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 27 | # ─── Tách câu nhận biết ngoặc/trích dẫn ────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 55 | # ─── Data class ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 62 | # ─── Audio utils ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 158 | # ─── v1: split raw text ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 221 | # ─── Cắt mảnh dài không còn dấu ngắt: ưu tiên từ nối ───────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 401 | # ─── v2 helpers ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 500 | # ─── v2: split phoneme string ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 567 | # ─── Misc ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 19 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 21 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 56 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 58 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 76 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 78 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 101 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 103 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 446 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 448 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu/v3turbo.py | 177 | # ── Preset voices (speaker embedding + reference codes) ───────────────────── | COMMENT |
| MEDIUM | src/vieneu/v3turbo.py | 346 | # ── Batched inference (GPU/PyTorch) ────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu/v3turbo.py | 412 | # ── Public API ─────────────────────────────────────────────────────────── | COMMENT |
| 22 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_v3turbo_clone_preclean.py | 33 | except Exception: | CODE |
| LOW | finetune/train.py | 87 | except Exception as e: | CODE |
| LOW | finetune/data_scripts/encode_data.py | 83 | except Exception as e: | CODE |
| LOW | finetune/data_scripts/filter_data.py | 70 | except Exception: | CODE |
| LOW | finetune/data_scripts/get_hf_sample.py | 54 | except Exception as e: | CODE |
| LOW⚡ | examples/main_remote.py | 36 | except Exception as e: | CODE |
| LOW⚡ | examples/main_remote.py | 173 | except Exception as e: | CODE |
| LOW | apps/web_stream.py | 73 | except Exception as e: # noqa: BLE001 | CODE |
| MEDIUM | apps/web_stream.py | 62 | def voices(): | CODE |
| LOW | apps/ui_utils.py | 132 | except Exception: | CODE |
| LOW | apps/gradio_xpu.py | 64 | except Exception as e: | CODE |
| LOW | apps/gradio_xpu.py | 214 | except Exception as e: | CODE |
| LOW | apps/gradio_xpu.py | 226 | except Exception: | CODE |
| LOW | apps/gradio_xpu.py | 274 | except Exception as e: | CODE |
| LOW | apps/gradio_xpu.py | 337 | except Exception as e: | CODE |
| LOW | apps/gradio_xpu.py | 431 | except Exception as e: | CODE |
| LOW | apps/gradio_xpu.py | 471 | except Exception as e: | CODE |
| LOW | apps/gradio_xpu.py | 538 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 7 | except Exception: | CODE |
| LOW | apps/gradio_main.py | 61 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 442 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 461 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 489 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 642 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 685 | except Exception: | CODE |
| LOW | apps/gradio_main.py | 768 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 901 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 991 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1158 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1270 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1371 | except Exception: | CODE |
| LOW | apps/gradio_main.py | 1397 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1595 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1613 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1642 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1659 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1749 | except Exception as e: | CODE |
| LOW | src/vieneu_utils/url_extract.py | 21 | except Exception: | CODE |
| LOW | src/vieneu_utils/url_extract.py | 27 | except Exception as e: | CODE |
| LOW | src/vieneu/remote.py | 85 | except Exception as e: | CODE |
| LOW | src/vieneu/remote.py | 163 | except Exception as e: | CODE |
| LOW | src/vieneu/remote.py | 254 | except Exception as e: | CODE |
| LOW | src/vieneu/standard.py | 69 | except Exception as e: | CODE |
| LOW | src/vieneu/standard.py | 92 | except Exception as e: | CODE |
| LOW | src/vieneu/standard.py | 140 | except Exception as e: | CODE |
| LOW | src/vieneu/standard.py | 171 | except Exception as e: | CODE |
| LOW | src/vieneu/standard.py | 192 | except Exception as e: | CODE |
| LOW | src/vieneu/serve.py | 23 | except Exception: | CODE |
| MEDIUM | src/vieneu/serve.py | 20 | def get_public_ip() -> str: | CODE |
| LOW | src/vieneu/turbo.py | 54 | except Exception: | CODE |
| LOW | src/vieneu/fast.py | 104 | except Exception as e: | CODE |
| LOW | src/vieneu/factory.py | 38 | except Exception as e: | CODE |
| LOW | src/vieneu/core_xpu.py | 137 | except Exception: | CODE |
| LOW | src/vieneu/utils.py | 103 | except Exception as e: | CODE |
| LOW | src/vieneu/v3turbo.py | 73 | except Exception: | CODE |
| LOW | src/vieneu/v3turbo.py | 85 | except Exception: | CODE |
| LOW | src/vieneu/v3turbo.py | 91 | except Exception: | CODE |
| LOW | src/vieneu/v3turbo.py | 133 | except Exception: | CODE |
| LOW | src/vieneu/v3turbo.py | 223 | except Exception: | CODE |
| LOW | src/vieneu/v3turbo.py | 271 | except Exception: | CODE |
| 20 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/test_utils.py | 13 | def test_split_text_into_chunks(): | CODE |
| LOW⚡ | tests/test_utils.py | 20 | def test_split_text_paragraphs(): | CODE |
| LOW⚡ | tests/test_utils.py | 29 | def test_split_into_sentences_basic(): | CODE |
| LOW⚡ | tests/test_utils.py | 34 | def test_split_into_sentences_keeps_quoted_question_together(): | CODE |
| LOW⚡ | tests/test_utils.py | 39 | def test_split_into_sentences_brackets(): | CODE |
| LOW⚡ | tests/test_utils.py | 44 | def test_split_into_sentences_unbalanced_quote_falls_back(): | CODE |
| LOW⚡ | tests/test_utils.py | 50 | def test_split_into_sentences_apostrophe_is_not_a_quote(): | CODE |
| LOW⚡ | tests/test_utils.py | 55 | def test_split_into_sentences_decimal_not_split(): | CODE |
| LOW⚡ | tests/test_utils.py | 61 | def test_split_into_sentences_repeated_punct(): | CODE |
| LOW⚡ | tests/test_utils.py | 68 | def test_pack_sentences_respects_max_chars(): | CODE |
| LOW⚡ | tests/test_utils.py | 74 | def test_pack_sentences_splits_oversized_sentence_at_commas(): | CODE |
| LOW⚡ | tests/test_utils.py | 82 | def test_forced_word_cut_prefers_connector(): | CODE |
| LOW⚡ | tests/test_utils.py | 88 | def test_forced_word_cut_does_not_split_inside_connector_pair(): | CODE |
| LOW⚡ | tests/test_utils.py | 94 | def test_forced_word_cut_no_dangling_connector_before_pair(): | CODE |
| LOW⚡ | tests/test_utils.py | 100 | def test_forced_word_cut_never_splits_pair_even_without_natural_cut(): | CODE |
| LOW⚡ | tests/test_utils.py | 111 | def test_forced_word_cut_connector_too_early_is_ignored(): | CODE |
| LOW⚡ | tests/test_utils.py | 117 | def test_forced_word_cut_no_connector_falls_back(): | CODE |
| LOW⚡ | tests/test_utils.py | 125 | def test_forced_word_cut_keeps_en_token_intact(): | CODE |
| LOW⚡ | tests/test_utils.py | 131 | def test_chunking_cuts_at_sentence_boundary_not_mid_quote(): | CODE |
| LOW⚡ | tests/test_utils.py | 166 | def test_linear_overlap_add_empty(): | CODE |
| LOW⚡ | tests/test_utils.py | 169 | def test_join_audio_chunks_simple(): | CODE |
| LOW⚡ | tests/test_utils.py | 176 | def test_join_audio_chunks_silence(): | CODE |
| LOW⚡ | tests/test_utils.py | 184 | def test_join_audio_chunks_crossfade(): | CODE |
| LOW⚡ | tests/test_utils.py | 218 | def test_merge_short_chunks_tiny_line_merges_into_next(): | CODE |
| LOW⚡ | tests/test_utils.py | 225 | def test_merge_short_chunks_prefers_non_para_boundary(): | CODE |
| LOW⚡ | tests/test_utils.py | 234 | def test_merge_short_chunks_tie_prefers_right(): | CODE |
| LOW⚡ | tests/test_utils.py | 242 | def test_merge_short_chunks_cascades_until_big_enough(): | CODE |
| LOW⚡ | tests/test_utils.py | 250 | def test_merge_short_chunks_leaves_long_chunks_alone(): | CODE |
| LOW⚡ | tests/test_utils.py | 256 | def test_merge_short_chunks_single_chunk_untouched(): | CODE |
| LOW⚡ | tests/test_utils.py | 261 | def test_merge_short_chunks_emotion_token_does_not_count_as_text(): | CODE |
| LOW⚡ | tests/test_utils.py | 268 | def test_max_expected_frames_monotonic_and_bounded(): | CODE |
| LOW⚡ | tests/test_utils.py | 277 | def test_max_expected_frames_single_word_hard_cap(): | CODE |
| LOW | tests/test_utils.py | 196 | def test_join_audio_chunks_empty(): | CODE |
| LOW | tests/test_utils.py | 199 | def test_join_audio_chunks_single(): | CODE |
| LOW | tests/test_utils.py | 290 | def test_max_expected_frames_ignores_markup(): | CODE |
| LOW | tests/test_engine_remote.py | 21 | def test_remote_format_prompt(remote_tts): | CODE |
| LOW | tests/test_engine_remote.py | 34 | def test_remote_infer_single_chunk(mock_post, remote_tts): | CODE |
| LOW | tests/test_engine_remote.py | 46 | async def test_remote_infer_async_chunk(remote_tts): | CODE |
| LOW | tests/test_speaker_fbank.py | 22 | def test_fbank_shape_and_mean_norm(self): | CODE |
| LOW | tests/test_speaker_fbank.py | 40 | def test_cloning_front_end_is_torch_free(self): | CODE |
| LOW | tests/test_factory.py | 50 | def test_factory_invalid_mode(): | CODE |
| LOW | tests/test_v3turbo_clone_preclean.py | 10 | def test_preclean_reference_audio_trims_silence_and_returns_path(self): | CODE |
| LOW | tests/test_engine_standard.py | 71 | def test_vieneu_tts_infer_with_voice_preset(mock_tts_instance): | CODE |
| LOW | tests/test_engine_standard.py | 77 | def test_vieneu_tts_infer_batch(mock_tts_instance): | CODE |
| LOW | tests/test_engine_standard.py | 100 | def test_vieneu_tts_gguf_init(mock_warmup, mock_codec, mock_llama): | CODE |
| LOW | tests/test_engine_standard.py | 108 | def test_base_encode_reference_device(mock_tts_instance): | CODE |
| LOW | tests/test_engine_turbo.py | 62 | def test_turbo_gpu_standard_init(mock_model, mock_tokenizer, mock_hf, mock_ort): | CODE |
| LOW | tests/test_engine_turbo.py | 77 | def test_turbo_gpu_lmdeploy_init(mock_pipeline, mock_hf, mock_ort): | CODE |
| LOW | tests/test_engine_turbo.py | 121 | def test_turbo_voice_cloning_encode(mock_hf, mock_llama, mock_ort, mock_onnx_session): | CODE |
| LOW | tests/test_engine_turbo.py | 135 | def test_turbo_array_truth_value_fix(mock_hf, mock_llama, mock_ort, mock_onnx_session, mock_llama_instance): | CODE |
| LOW | tests/test_base_utils.py | 53 | def test_base_streaming_config(self): | CODE |
| LOW⚡ | tests/test_rep_history.py | 29 | def test_window_zero_is_unbounded(): | CODE |
| LOW⚡ | tests/test_rep_history.py | 36 | def test_bounded_after_long_generation(): | CODE |
| LOW⚡ | tests/test_rep_history.py | 45 | def test_setlike_interface_for_samplers(): | CODE |
| LOW | tests/test_rep_history.py | 56 | def test_sample_token_respects_window(): | CODE |
| LOW | finetune/data_scripts/filter_data.py | 19 | def filter_and_process_dataset(dataset_dir="finetune/dataset"): | CODE |
| LOW | apps/gradio_main.py | 1333 | def synthesize_conversation_with_empty_estimate(*args): | CODE |
| LOW | apps/gradio_main.py | 1664 | def extract_speakers_from_script(script): | CODE |
| LOW | src/vieneu_utils/core_utils.py | 296 | def pack_sentences_into_chunks(sentences: List[str], max_chars: int = 256) -> List[str]: | CODE |
| LOW | src/vieneu_utils/core_utils.py | 367 | def split_text_into_chunks_with_gaps( | CODE |
| 5 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_utils.py | 2 | CODE | |
| LOW | tests/test_engine_remote.py | 3 | CODE | |
| LOW | tests/test_factory.py | 1 | CODE | |
| LOW | tests/test_v3turbo_clone_preclean.py | 1 | CODE | |
| LOW | tests/test_engine_standard.py | 7 | CODE | |
| LOW | finetune/merge_lora.py | 1 | CODE | |
| LOW | finetune/train.py | 5 | CODE | |
| LOW | finetune/create_voices_json.py | 14 | CODE | |
| LOW | finetune/data_scripts/get_hf_sample.py | 2 | CODE | |
| LOW | apps/gradio_xpu.py | 22 | CODE | |
| LOW | apps/gradio_xpu.py | 25 | CODE | |
| LOW | apps/gradio_xpu.py | 29 | CODE | |
| LOW | apps/gradio_xpu.py | 29 | CODE | |
| LOW | apps/gradio_main.py | 22 | CODE | |
| LOW | apps/gradio_main.py | 24 | CODE | |
| LOW | apps/gradio_main.py | 27 | CODE | |
| LOW | apps/gradio_main.py | 37 | CODE | |
| LOW | apps/gradio_main.py | 37 | CODE | |
| LOW | src/vieneu/remote.py | 10 | CODE | |
| LOW | src/vieneu/standard.py | 9 | CODE | |
| LOW | src/vieneu/__init__.py | 1 | CODE | |
| LOW | src/vieneu/serve.py | 2 | CODE | |
| LOW | src/vieneu/turbo.py | 4 | CODE | |
| LOW | src/vieneu/turbo.py | 11 | CODE | |
| LOW | src/vieneu/fast.py | 9 | CODE | |
| LOW | src/vieneu/core_xpu.py | 2 | CODE | |
| LOW | src/vieneu/core_xpu.py | 5 | CODE | |
| LOW | src/vieneu/utils.py | 86 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/hub_load_v3_turbo.py | 1 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/onnx_denoiser.py | 22 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 24 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/modeling_v3_turbo.py | 22 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/rep_history.py | 13 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/configuration_v3_turbo.py | 2 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/prompt_v3_turbo.py | 1 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 21 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 31 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 31 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/speaker/onnx_extractor.py | 15 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/speaker/fbank.py | 1 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/speaker/__init__.py | 8 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/speaker/__init__.py | 8 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/speaker/__init__.py | 9 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/speaker/__init__.py | 9 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/speaker/__init__.py | 9 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/speaker/audio_utils.py | 9 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/batched_acoustic.py | 13 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/batched_backbone.py | 13 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/batched_backbone.py | 15 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/__init__.py | 5 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/__init__.py | 6 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/__init__.py | 7 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/cudagraph.py | 13 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/engine.py | 13 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/vieneu/remote.py | 52 | CODE | |
| LOW | src/vieneu/remote.py | 100 | CODE | |
| LOW | src/vieneu/remote.py | 180 | CODE | |
| LOW | src/vieneu/remote.py | 209 | CODE | |
| LOW | src/vieneu/remote.py | 258 | CODE | |
| LOW | src/vieneu/standard.py | 196 | CODE | |
| LOW | src/vieneu/standard.py | 233 | CODE | |
| LOW | src/vieneu/standard.py | 291 | CODE | |
| LOW | src/vieneu/turbo.py | 118 | CODE | |
| LOW | src/vieneu/turbo.py | 190 | CODE | |
| LOW | src/vieneu/turbo.py | 277 | CODE | |
| LOW | src/vieneu/turbo.py | 316 | CODE | |
| LOW | src/vieneu/fast.py | 20 | CODE | |
| LOW | src/vieneu/fast.py | 127 | CODE | |
| LOW | src/vieneu/fast.py | 155 | CODE | |
| LOW | src/vieneu/fast.py | 187 | CODE | |
| LOW | src/vieneu/core_xpu.py | 140 | CODE | |
| LOW | src/vieneu/v3turbo.py | 105 | CODE | |
| LOW | src/vieneu/v3turbo.py | 413 | CODE | |
| LOW | src/vieneu/v3turbo.py | 463 | CODE | |
| LOW | src/vieneu/v3turbo.py | 511 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 373 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 458 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/configuration_v3_turbo.py | 17 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 156 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 178 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/engine.py | 84 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/engine.py | 170 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_v3turbo_clone_preclean.py | 10 | CODE | |
| LOW | apps/ui_utils.py | 63 | CODE | |
| LOW | apps/ui_utils.py | 64 | CODE | |
| LOW | apps/gradio_xpu.py | 122 | CODE | |
| LOW | apps/gradio_xpu.py | 291 | CODE | |
| LOW | apps/gradio_xpu.py | 489 | CODE | |
| LOW | apps/gradio_main.py | 260 | CODE | |
| LOW | apps/gradio_main.py | 826 | CODE | |
| LOW | apps/gradio_main.py | 1344 | CODE | |
| LOW | apps/gradio_main.py | 1484 | CODE | |
| LOW | apps/gradio_main.py | 1197 | CODE | |
| LOW | src/vieneu_utils/core_utils.py | 111 | CODE | |
| LOW | src/vieneu_utils/core_utils.py | 160 | CODE | |
| LOW | src/vieneu_utils/core_utils.py | 260 | CODE | |
| LOW | src/vieneu_utils/core_utils.py | 296 | CODE | |
| LOW | src/vieneu_utils/core_utils.py | 414 | CODE | |
| LOW | src/vieneu/remote.py | 109 | CODE | |
| LOW | src/vieneu/standard.py | 72 | CODE | |
| LOW | src/vieneu/serve.py | 26 | CODE | |
| LOW | src/vieneu/v3turbo.py | 316 | CODE | |
| LOW | src/vieneu/v3turbo.py | 463 | CODE | |
| LOW | src/vieneu/base.py | 307 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 458 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 237 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/engine.py | 170 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/vieneu/utils.py | 133 | # Default to CPU for now as requested for 'lightweight' | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | README_PYPI.md | 61 | # List the built-in voices | COMMENT |
| LOW | README_PYPI.md | 81 | # import time | COMMENT |
| LOW | README.md | 161 | # or infer_batch(..., batch_size=64), or batch_size=1 to disable). A single long | COMMENT |
| LOW | README.vi.md | 141 | # tắt). Một infer() cho text dài cũng tự batch các chunk. Bỏ comment để thử (nên dùng GPU): | COMMENT |
| LOW | examples/main_v3turbo.py | 21 | # audio = vieneu.infer("Nghe hay quá đi [cười]. Để mình nói tiếp [hắng giọng].", voice="Ngọc Linh") | COMMENT |
| LOW | src/vieneu_utils/core_utils.py | 61 | COMMENT | |
| LOW | src/vieneu_utils/phonemize_text.py | 21 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | apps/gradio_main.py | 1537 | # Use lowercase key for robust matching | COMMENT |
| MEDIUM | src/vieneu/standard.py | 251 | # If model is Torch, we can leverage true batch generation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | apps/gradio_main.py | 305 | # Check if it is a LoRA to merge | COMMENT |
| LOW | apps/gradio_main.py | 390 | # Check if already merged (and voices.json exists) | COMMENT |
| LOW | apps/gradio_main.py | 630 | # Check if backbone matches expected type for merge | COMMENT |
| LOW | src/vieneu/serve.py | 109 | # Check if lmdeploy is installed | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/vieneu/__init__.py | 3 | __all__ = ["Vieneu"] | CODE |
| LOW | src/vieneu/_v3_turbo_engine/__init__.py | 8 | __all__ = [ | CODE |
| LOW | src/vieneu/_v3_turbo_engine/speaker/__init__.py | 15 | __all__ = [ | CODE |
| LOW | src/vieneu/v3_turbo_serve/__init__.py | 9 | __all__ = ["generate_frame_batched", "BatchedBackbone", "V3TurboBatchEngine"] | CODE |