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,159 GitHub stars. SynthScan v2.0 examined 30,441 lines of code across 88 source files, recording 298 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 16.5 places this repository in the Moderate 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 298 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 | 36 | # ─── Data class ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 43 | # ─── Audio utils ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 103 | # ─── v1: split raw text ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 206 | # ─── v2 helpers ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 305 | # ─── v2: split phoneme string ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu_utils/core_utils.py | 372 | # ─── 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 | 385 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu_utils/phonemize_text.py | 387 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/vieneu/v3turbo.py | 99 | # ── Preset voices (speaker embedding + reference codes) ───────────────────── | COMMENT |
| MEDIUM | src/vieneu/v3turbo.py | 237 | # ── Batched inference (GPU/PyTorch) ────────────────────────────────────── | COMMENT |
| MEDIUM | src/vieneu/v3turbo.py | 294 | # ── Public API ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 169 | # ── Speaker encoder + denoiser (voice cloning), from repo root ────────── | COMMENT |
| MEDIUM⚡ | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 175 | # ── artifact helpers ────────────────────────────────────────────────────── | COMMENT |
| 20 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | 902 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 984 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1151 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1263 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1364 | except Exception: | CODE |
| LOW | apps/gradio_main.py | 1390 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1584 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1602 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1631 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1648 | except Exception as e: | CODE |
| LOW | apps/gradio_main.py | 1738 | 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 | 58 | except Exception: | CODE |
| LOW | src/vieneu/base.py | 79 | except Exception as e: | CODE |
| LOW | src/vieneu/base.py | 154 | except Exception as e: | CODE |
| LOW | src/vieneu/base.py | 185 | except Exception as e: | CODE |
| LOW | src/vieneu/base.py | 199 | except Exception: | CODE |
| LOW | src/vieneu/base.py | 211 | except Exception: | CODE |
| LOW | src/vieneu/base.py | 366 | except Exception: | CODE |
| 13 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_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/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 | 12 | 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 | 2 | 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 | |
| LOW | src/vieneu/v3_turbo_serve/engine.py | 16 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_utils.py | 8 | def test_split_text_into_chunks(): | CODE |
| LOW | tests/test_utils.py | 15 | def test_split_text_paragraphs(): | CODE |
| LOW⚡ | tests/test_utils.py | 40 | def test_linear_overlap_add_empty(): | CODE |
| LOW⚡ | tests/test_utils.py | 43 | def test_join_audio_chunks_simple(): | CODE |
| LOW⚡ | tests/test_utils.py | 50 | def test_join_audio_chunks_silence(): | CODE |
| LOW⚡ | tests/test_utils.py | 58 | def test_join_audio_chunks_crossfade(): | CODE |
| LOW | tests/test_utils.py | 70 | def test_join_audio_chunks_empty(): | CODE |
| LOW | tests/test_utils.py | 73 | def test_join_audio_chunks_single(): | 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_factory.py | 50 | def test_factory_invalid_mode(): | 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 | finetune/data_scripts/filter_data.py | 19 | def filter_and_process_dataset(dataset_dir="finetune/dataset"): | CODE |
| LOW | apps/gradio_main.py | 1326 | def synthesize_conversation_with_empty_estimate(*args): | CODE |
| LOW | apps/gradio_main.py | 1653 | def extract_speakers_from_script(script): | CODE |
| LOW | src/vieneu_utils/core_utils.py | 172 | def split_text_into_chunks_with_gaps( | CODE |
| LOW | src/vieneu_utils/phonemize_text.py | 122 | def phonemize_text_with_emotions(text: str) -> str: | CODE |
| LOW | src/vieneu/utils.py | 75 | def _compile_codec_with_triton(codec: Any) -> bool: | 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 | 30 | CODE | |
| LOW | src/vieneu/v3turbo.py | 295 | CODE | |
| LOW | src/vieneu/v3turbo.py | 337 | CODE | |
| LOW | src/vieneu/v3turbo.py | 381 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 369 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 447 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/configuration_v3_turbo.py | 17 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 144 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 157 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | 1337 | CODE | |
| LOW | apps/gradio_main.py | 1473 | CODE | |
| LOW | apps/gradio_main.py | 1190 | CODE | |
| LOW | src/vieneu_utils/core_utils.py | 56 | CODE | |
| LOW | src/vieneu_utils/core_utils.py | 105 | CODE | |
| LOW | src/vieneu_utils/core_utils.py | 219 | CODE | |
| LOW | src/vieneu_utils/phonemize_text.py | 285 | 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 | 337 | CODE | |
| LOW | src/vieneu/base.py | 307 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/onnx_runtime_lite.py | 447 | CODE | |
| LOW | src/vieneu/_v3_turbo_engine/inference_v3_turbo.py | 212 | CODE | |
| LOW | src/vieneu/v3_turbo_serve/engine.py | 58 | 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 | # "Chào cả nhà, hôm nay mình sẽ hướng dẫn các bạn cách cài đặt và sử dụng bộ giọng đọc mới.", | 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/phonemize_text.py | 21 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | apps/gradio_main.py | 1526 | # 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 |