Repository Analysis

chidiwilliams/buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.

26.3 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of chidiwilliams/buzz, a Python project with 21,176 GitHub stars. SynthScan v2.0 examined 61,539 lines of code across 363 source files, recording 1500 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 26.3 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).

26.3
Adjusted Score
26.3
Raw Score
100%
Time Factor
2026-08-28
Last Push
21.2K
Stars
Python
Language
61.5K
Lines of Code
363
Files
1.5K
Pattern Hits
2026-08-29
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 2HIGH 1MEDIUM 57LOW 1440

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 1500 distinct pattern matches across 14 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.

Hyper-Verbose Identifiers1169 hits · 1158 pts
SeverityFileLineSnippetContext
LOWtests/cache_test.py10 def test_should_save_and_load(self, tmp_path):CODE
LOWtests/conftest.py62def transcription_segment_dao(db) -> TranscriptionSegmentDAO:CODE
LOWtests/gui_test.py53 def test_should_show_sorted_whisper_languages(self, qtbot):CODE
LOWtests/gui_test.py60 def test_should_select_en_as_default_language(self, qtbot):CODE
LOWtests/gui_test.py65 def test_should_select_detect_language_as_default(self, qtbot):CODE
LOWtests/gui_test.py83 def test_select_default_mic_when_no_default(self):CODE
LOWtests/gui_test.py97 def test_should_check_for_updates(self, qtbot: QtBot):CODE
LOWtests/gui_test.py115 def test_should_update_advanced_settings(self, qtbot: QtBot):CODE
LOWtests/gui_test.py156 def test_should_update_selected_model_on_type(self, qtbot: QtBot):CODE
LOWtests/gui_test.py169 def test_should_show_list_of_models(self, qtbot: QtBot):CODE
LOWtests/gui_test.py181 def test_should_select_model_from_list(self, qtbot: QtBot):CODE
LOWtests/gui_test.py219 def _set_text_and_wait_response(qtbot: QtBot, widget: HuggingFaceSearchLineEdit):CODE
LOWtests/gui_test.py226 def test_should_update_model_type(self, qtbot):CODE
LOWtests/recording_test.py9 def test_initial_buffer_is_empty(self):CODE
LOWtests/recording_test.py15 def test_initial_accumulation_size_is_zero(self):CODE
LOWtests/recording_test.py26 def test_emits_amplitude_changed(self):CODE
LOWtests/recording_test.py54 def test_emits_average_amplitude_when_buffer_full(self):CODE
LOWtests/recording_test.py67 def test_resets_buffer_after_emitting_average(self):CODE
LOWtests/recording_test.py77 def test_does_not_emit_average_before_buffer_full(self):CODE
LOWtests/recording_test.py89 def test_average_amplitude_is_rms_of_accumulated_buffer(self):CODE
LOWtests/recording_test.py106 def test_accumulation_size_set_from_sample_rate(self):CODE
LOWtests/transformers_transcriber_test.py59 def test_should_transcribe_parakeet(self):CODE
LOWtests/transformers_transcriber_test.py74 def test_should_transcribe_vibevoice(self):CODE
LOWtests/transformers_transcriber_test.py89 def test_should_transcribe_qwen(self):CODE
LOWtests/model_loader_test.py56 def test_empty_returns_english(self):CODE
LOWtests/model_loader_test.py59 def test_two_letter_known_code(self):CODE
LOWtests/model_loader_test.py64 def test_three_letter_code_returned_as_is(self):CODE
LOWtests/model_loader_test.py68 def test_unknown_two_letter_code_returned_as_is(self):CODE
LOWtests/model_loader_test.py145 def test_to_faster_whisper_model_size_large(self):CODE
LOWtests/model_loader_test.py148 def test_to_faster_whisper_model_size_tiny(self):CODE
LOWtests/model_loader_test.py154 def test_to_whisper_cpp_model_size_large(self):CODE
LOWtests/model_loader_test.py157 def test_to_whisper_cpp_model_size_tiny(self):CODE
LOWtests/model_loader_test.py240 def test_default_respects_model_type_env(self, monkeypatch):CODE
LOWtests/model_loader_test.py245 def test_default_respects_model_size_env(self, monkeypatch):CODE
LOWtests/model_loader_test.py250 def test_default_invalid_model_type_env_falls_back(self, monkeypatch):CODE
LOWtests/model_loader_test.py255 def test_default_invalid_model_size_env_falls_back(self, monkeypatch):CODE
LOWtests/model_loader_test.py260 def test_get_local_model_path_openai_api(self):CODE
LOWtests/model_loader_test.py270 def test_unknown_size_returns_none(self):CODE
LOWtests/model_loader_test.py274 def test_all_defined_sizes_have_values(self):CODE
LOWtests/model_loader_test.py302 def test_lumii_uses_lumii_repo(self):CODE
LOWtests/model_loader_test.py307 def test_lumii_on_coreml_uses_mac_repo(self):CODE
LOWtests/model_loader_test.py312 def test_standard_size_on_coreml_stays_in_whisper_cpp_repo(self):CODE
LOWtests/model_loader_test.py331 def test_reduce_gpu_memory_uses_quantized_model(CODE
LOWtests/model_loader_test.py340 def test_reduce_gpu_memory_lumii(self, monkeypatch):CODE
LOWtests/model_loader_test.py346 def test_reduce_gpu_memory_lumii_on_coreml_has_no_quantized_model(self, monkeypatch):CODE
LOWtests/model_loader_test.py352 def test_reduce_gpu_memory_keeps_coreml_encoder_unquantized(self, monkeypatch):CODE
LOWtests/model_loader_test.py360 def test_reduce_gpu_memory_disabled(self, monkeypatch):CODE
LOWtests/model_loader_test.py366 def test_reduce_gpu_memory_unset(self, monkeypatch):CODE
LOWtests/model_loader_test.py374 def test_custom_size_does_not_use_hugging_face(self):CODE
LOWtests/model_loader_test.py378 def test_looks_up_size_named_file(self):CODE
LOWtests/model_loader_test.py388 def test_looks_up_quantized_file_when_reducing_gpu_memory(self, monkeypatch):CODE
LOWtests/model_loader_test.py423 def test_whisper_model_not_downloaded(self):CODE
LOWtests/model_loader_test.py428 def test_whisper_model_downloaded(self):CODE
LOWtests/model_loader_test.py433 def test_openai_api_not_deletable(self):CODE
LOWtests/model_loader_test.py437 def test_hugging_face_not_deletable(self):CODE
LOWtests/model_loader_test.py446 def test_whisper_cpp_file_not_exists(self):CODE
LOWtests/model_loader_test.py452 def test_whisper_file_not_exists(self):CODE
LOWtests/model_loader_test.py457 def test_whisper_file_too_small(self):CODE
LOWtests/model_loader_test.py521 def test_faster_whisper_opens_grandparent_directory(self):CODE
LOWtests/model_loader_test.py529 def test_no_model_path_does_nothing(self):CODE
1109 more matches not shown…
Excessive Try-Catch Wrapping123 hits · 134 pts
SeverityFileLineSnippetContext
MEDIUMhatch_build.py184 print(f"Error building whisper.cpp: {e}", file=sys.stderr)CODE
MEDIUMhatch_build.py189 print("Error: 'make' command not found. Please ensure make is installed.", file=sys.stderr)CODE
MEDIUMtests/recording_transcriber_test.py117def callback():CODE
LOWtests/recording_transcriber_test.py121 except Exception as e:CODE
LOWtests/widgets/main_window_test.py140 except Exception:CODE
LOWtests/widgets/main_window_test.py163 except Exception:CODE
MEDIUMscripts/build_ctc_forced_aligner.py137 print(f"Error building ctc_forced_aligner: {e}", file=sys.stderr)CODE
LOWbuzz/transformers_whisper.py726 except Exception:CODE
LOWbuzz/recording.py37 except Exception as e:CODE
MEDIUMbuzz/recording.py27def start_recording(self):CODE
LOWbuzz/sounddevice_player.py109 except Exception:CODE
LOWbuzz/sounddevice_player.py156 except Exception:CODE
LOWbuzz/sounddevice_player.py181 except Exception:CODE
LOWbuzz/sounddevice_player.py225 except Exception:CODE
MEDIUMbuzz/cli.py44 print(f"Error: {str(exc)}\n", file=sys.stderr)CODE
LOWbuzz/model_loader.py30except Exception as e:CODE
LOWbuzz/model_loader.py72except Exception as e:CODE
LOWbuzz/model_loader.py116 except Exception as e:CODE
LOWbuzz/model_loader.py304 except Exception:CODE
LOWbuzz/model_loader.py337 except Exception:CODE
LOWbuzz/model_loader.py372 except Exception:CODE
LOWbuzz/model_loader.py409 except Exception:CODE
LOWbuzz/model_loader.py721 except Exception as exc:CODE
LOWbuzz/model_loader.py1000 except Exception as exc:CODE
LOWbuzz/model_loader.py1045 except Exception as e:CODE
LOWbuzz/model_loader.py1071 except Exception as e:CODE
LOWbuzz/model_loader.py1074 except Exception as e:CODE
LOWbuzz/model_loader.py1161 except Exception:CODE
LOWbuzz/ffmpeg_video_player.py66 except Exception:CODE
LOWbuzz/ffmpeg_video_player.py168 except Exception:CODE
LOWbuzz/ffmpeg_video_player.py178 except Exception:CODE
LOWbuzz/ffmpeg_video_player.py211 except Exception:CODE
LOWbuzz/ffmpeg_video_player.py245 except Exception:CODE
LOWbuzz/translator.py72 except Exception as e:CODE
LOWbuzz/translator.py109 except Exception as e:CODE
LOWbuzz/file_transcriber_queue_worker.py71 except Exception:CODE
LOWbuzz/file_transcriber_queue_worker.py86 except Exception as e:CODE
LOWbuzz/file_transcriber_queue_worker.py92 except Exception:CODE
LOWbuzz/file_transcriber_queue_worker.py237 except Exception as e:CODE
LOWbuzz/file_transcriber_queue_worker.py460 except Exception:CODE
MEDIUMbuzz/file_transcriber_queue_worker.py66def callback(progress):CODE
LOWbuzz/sleep_inhibitor.py147 except Exception:CODE
LOWbuzz/transcriber/whisper_cpp.py349 except Exception as e:CODE
LOWbuzz/transcriber/whisper_cpp.py355 except Exception as e:CODE
LOWbuzz/transcriber/whisper_cpp.py507 except Exception as e:CODE
LOWbuzz/transcriber/file_transcriber.py46 except Exception as exc:CODE
LOWbuzz/transcriber/file_transcriber.py88 except Exception as exc:CODE
LOWbuzz/transcriber/file_transcriber.py116 except Exception as exc:CODE
LOWbuzz/transcriber/recording_transcriber.py157 except Exception as exc:CODE
LOWbuzz/transcriber/recording_transcriber.py355 except Exception as e:CODE
LOWbuzz/transcriber/recording_transcriber.py511 except Exception as e:CODE
LOWbuzz/transcriber/whisper_file_transcriber.py250 except Exception as e:CODE
LOWbuzz/transcriber/whisper_file_transcriber.py471 except Exception as e:CODE
LOWbuzz/transcriber/whisper_file_transcriber.py477 except Exception as e:CODE
LOWbuzz/transcriber/whisper_file_transcriber.py502 except Exception as e:CODE
LOW…zz/transcriber/local_whisper_cpp_server_transcriber.py90 except Exception as e:CODE
LOWbuzz/plugins/loader.py154 except Exception as exc:CODE
LOWbuzz/plugins/loader.py189 except Exception as exc:CODE
LOWbuzz/plugins/loader.py216 except Exception as exc:CODE
LOWbuzz/plugins/loader.py261 except Exception as exc:CODE
63 more matches not shown…
Decorative Section Separators35 hits · 126 pts
SeverityFileLineSnippetContext
MEDIUMtests/plugins/plugin_system_test.py668# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/plugins/plugin_system_test.py670# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/plugins/plugin_system_test.py908# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/plugins/plugin_system_test.py910# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/widgets/speaker_identification_widget_test.py398 # ------------------------------------------------------------------COMMENT
MEDIUMtests/widgets/speaker_identification_widget_test.py403 # ------------------------------------------------------------------COMMENT
MEDIUMtests/widgets/speaker_identification_widget_test.py555 # ------------------------------------------------------------------COMMENT
MEDIUMtests/widgets/speaker_identification_widget_test.py557 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py998 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1000 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1141 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1143 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1200 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1202 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1232 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1234 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1278 # ------------------------------------------------------------------COMMENT
MEDIUM…_viewer/transcription_viewer_widget_additional_test.py1280 # ------------------------------------------------------------------COMMENT
MEDIUMappimage/build-appimage.sh33# ── Step 1: PyInstaller bundle ──────────────────────────────────────────────COMMENT
MEDIUMappimage/build-appimage.sh42# ── Step 2: Create AppDir ───────────────────────────────────────────────────COMMENT
MEDIUMappimage/build-appimage.sh53# ── Step 3: Desktop integration ─────────────────────────────────────────────COMMENT
MEDIUMappimage/build-appimage.sh79# ── Step 4: AppRun entry point ──────────────────────────────────────────────COMMENT
MEDIUMappimage/build-appimage.sh94# ── Step 5: Build AppImage ──────────────────────────────────────────────────COMMENT
MEDIUMbuzz/widgets/video_player.py131 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/video_player.py133 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/video_player.py153 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/video_player.py155 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/video_player.py177 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/video_player.py179 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/audio_player.py129 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/audio_player.py131 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/audio_player.py162 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/audio_player.py164 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/audio_player.py225 # ------------------------------------------------------------------COMMENT
MEDIUMbuzz/widgets/audio_player.py227 # ------------------------------------------------------------------COMMENT
Unused Imports77 hits · 66 pts
SeverityFileLineSnippetContext
LOWtests/recording_test.py2CODE
LOWtests/mock_qt.py5CODE
LOWtests/model_loader_test.py1CODE
LOWtests/model_loader_test.py3CODE
LOWtests/model_loader_test.py4CODE
LOWtests/model_loader_test.py6CODE
LOWtests/model_loader_test.py1100CODE
LOWtests/model_loader_test.py1110CODE
LOWtests/recording_transcriber_test.py2CODE
LOWtests/recording_transcriber_test.py5CODE
LOWtests/translator_test.py2CODE
LOWtests/translator_test.py4CODE
LOWtests/translator_test.py11CODE
LOWtests/cli_test.py2CODE
LOWtests/update_checker_test.py6CODE
LOWtests/transcriber/recording_transcriber_test.py5CODE
LOWtests/transcriber/recording_transcriber_test.py14CODE
LOWtests/transcriber/recording_transcriber_test.py62CODE
LOWtests/transcriber/transformers_whisper_test.py1CODE
LOWtests/transcriber/transformers_whisper_test.py2CODE
LOWtests/transcriber/transformers_whisper_test.py3CODE
LOW…ranscriber/openai_whisper_api_file_transcriber_test.py10CODE
LOWtests/settings/settings_test.py1CODE
LOWtests/settings/settings_test.py2CODE
LOWtests/db/entity/transcription_test.py1CODE
LOWtests/db/service/transcription_service_test.py2CODE
LOWtests/db/service/transcription_service_test.py3CODE
LOWtests/widgets/update_dialog_test.py4CODE
LOWtests/widgets/transcription_tasks_table_widget_test.py10CODE
LOWtests/widgets/transcription_tasks_table_widget_test.py14CODE
LOWtests/widgets/speaker_identification_widget_test.py1CODE
LOWtests/widgets/recording_transcriber_widget_test.py10CODE
LOWtests/widgets/presentation_window_test.py2CODE
LOWtests/widgets/presentation_window_test.py3CODE
LOWtests/widgets/presentation_window_test.py5CODE
LOWtests/widgets/presentation_window_test.py5CODE
LOWtests/widgets/video_player_test.py4CODE
LOWtests/widgets/hugging_face_search_line_edit_test.py5CODE
LOWtests/widgets/menu_bar_test.py1CODE
LOWtests/widgets/plugins_dialog/plugins_dialog_test.py1CODE
LOWtests/store/keyring_store_test.py1CODE
LOWtests/store/keyring_store_test.py5CODE
LOWtests/store/keyring_store_test.py5CODE
LOWbuzz/transformers_whisper.py3CODE
LOWbuzz/transformers_whisper.py8CODE
LOWbuzz/transformers_whisper.py408CODE
LOWbuzz/transformers_whisper.py294CODE
LOWbuzz/whisper_audio.py5CODE
LOWbuzz/locale.py1CODE
LOWbuzz/locale.py2CODE
LOWbuzz/translator.py7CODE
LOWbuzz/buzz.py7CODE
LOWbuzz/buzz.py12CODE
LOWbuzz/transcriber/recording_transcriber.py15CODE
LOWbuzz/transcriber/openai_whisper_api_file_transcriber.py11CODE
LOWbuzz/transcriber/whisper_file_transcriber.py10CODE
LOWbuzz/transcriber/whisper_file_transcriber.py20CODE
LOWbuzz/transcriber/whisper_file_transcriber.py22CODE
LOW…zz/transcriber/local_whisper_cpp_server_transcriber.py7CODE
LOWbuzz/settings/settings.py3CODE
17 more matches not shown…
Deep Nesting42 hits · 34 pts
SeverityFileLineSnippetContext
LOWhatch_build.py13CODE
LOWtests/transcriber/recording_transcriber_test.py88CODE
LOWbuzz/transformers_whisper.py222CODE
LOWbuzz/model_loader.py728CODE
LOWbuzz/model_loader.py852CODE
LOWbuzz/model_loader.py970CODE
LOWbuzz/model_loader.py1007CODE
LOWbuzz/model_loader.py1100CODE
LOWbuzz/ffmpeg_video_player.py123CODE
LOWbuzz/translator.py149CODE
LOWbuzz/cuda_setup.py24CODE
LOWbuzz/file_transcriber_queue_worker.py302CODE
LOWbuzz/transcriber/whisper_cpp.py77CODE
LOWbuzz/transcriber/whisper_cpp.py240CODE
LOWbuzz/transcriber/file_transcriber.py185CODE
LOWbuzz/transcriber/recording_transcriber.py82CODE
LOWbuzz/transcriber/openai_whisper_api_file_transcriber.py193CODE
LOWbuzz/transcriber/whisper_file_transcriber.py191CODE
LOWbuzz/transcriber/whisper_file_transcriber.py491CODE
LOWbuzz/plugins/loader.py249CODE
LOWbuzz/plugins/manager.py167CODE
LOWbuzz/plugins/base.py44CODE
LOWbuzz/plugins/skip_already_transcribed/plugin.py77CODE
LOWbuzz/plugins/skip_already_transcribed/plugin.py98CODE
LOWbuzz/widgets/transcription_tasks_table_widget.py67CODE
LOWbuzz/widgets/recording_transcriber_widget.py804CODE
LOWbuzz/widgets/recording_transcriber_widget.py839CODE
LOWbuzz/widgets/recording_transcriber_widget.py885CODE
LOWbuzz/widgets/recording_transcriber_widget.py963CODE
LOWbuzz/widgets/recording_transcriber_widget.py1037CODE
LOWbuzz/widgets/recording_transcriber_widget.py1162CODE
LOW…/transcription_viewer/speaker_identification_widget.py250CODE
LOW…/transcription_viewer/speaker_identification_widget.py355CODE
LOW…/transcription_viewer/speaker_identification_widget.py776CODE
LOW…/transcription_viewer/speaker_identification_widget.py840CODE
LOW…ription_viewer/transcription_segments_editor_widget.py64CODE
LOW…ription_viewer/transcription_segments_editor_widget.py167CODE
LOW…ts/transcription_viewer/transcription_viewer_widget.py1254CODE
LOW…ts/transcription_viewer/transcription_viewer_widget.py1589CODE
LOW…ts/transcription_viewer/transcription_viewer_widget.py1628CODE
LOW…ts/transcription_viewer/transcription_viewer_widget.py1676CODE
LOWbuzz/store/keyring_store.py31CODE
Redundant / Tautological Comments20 hits · 31 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py16# Set multiprocessing to use 'spawn' instead of 'fork' on LinuxCOMMENT
LOW…_viewer/transcription_viewer_widget_additional_test.py300 # Set speed to a known value below maximum to ensure we can increaseCOMMENT
LOW…_viewer/transcription_viewer_widget_additional_test.py317 # Set speed to a known value above minimum to ensure we can decreaseCOMMENT
LOWbuzz/transformers_whisper.py279 # Check if this is a PEFT modelCOMMENT
LOWbuzz/transformers_whisper.py288 # Check if user wants reduced GPU memory usage (8-bit quantization)COMMENT
LOWbuzz/pip_utils.py84 # Check if pip is already availableCOMMENT
LOWbuzz/model_loader.py96 # Check if it's the same fileCOMMENT
LOWbuzz/file_transcriber_queue_worker.py434 # Check if the error indicates cancellationCOMMENT
LOWbuzz/transcriber/recording_transcriber.py205 # Check if user wants reduced GPU memory usage (int8 quantization)COMMENT
LOWbuzz/transcriber/whisper_file_transcriber.py177 # Check if the process was terminated (likely due to cancellation)COMMENT
LOWbuzz/transcriber/whisper_file_transcriber.py226 # Check if the file has audio streams before processingCOMMENT
LOWbuzz/transcriber/whisper_file_transcriber.py334 # Check if user wants reduced GPU memory usage (int8 quantization)COMMENT
LOWbuzz/widgets/transcription_tasks_table_widget.py705 # Check if the task can be restartedCOMMENT
LOWbuzz/widgets/transcription_tasks_table_widget.py810 # Add the task to the queue workerCOMMENT
LOW…widgets/transcriber/transcription_options_group_box.py289 # Check if this is an MMS modelCOMMENT
LOW…ription_viewer/transcription_segments_editor_widget.py190 # Check if new start overlaps with previous segment's endCOMMENT
LOW…ription_viewer/transcription_segments_editor_widget.py210 # Check if new end overlaps with next segment's startCOMMENT
LOW…s/transcription_viewer/transcription_resizer_widget.py57 # Check if the language uses spaces between wordsCOMMENT
LOW…ts/transcription_viewer/transcription_viewer_widget.py616 # Set position to the start of the segmentCOMMENT
LOW…ts/transcription_viewer/transcription_viewer_widget.py1397 # Check if we're editing the currently selected segmentCOMMENT
Self-Referential Comments8 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUMtests/model_loader_test.py1076 # Create a fake zip with a single top-level directory insideCOMMENT
MEDIUMtests/transcriber/file_transcriber_queue_worker_test.py220 # Create a temporary file to simulate speech extraction outputCOMMENT
MEDIUMtests/transcriber/whisper_file_transcriber_test.py82 # Create a temporary text file (not a valid media file)COMMENT
MEDIUMtests/db/dao/transcription_dao_test.py17 # Create the transcription table with the new schemaCOMMENT
MEDIUMbuzz/transformers_whisper.py437 # Create a simple processor-like object that the pipeline expectsCOMMENT
MEDIUMbuzz/widgets/transcription_tasks_table_widget.py438 # Create a mapping of column IDs to their saved visual positionsCOMMENT
MEDIUMbuzz/widgets/transcription_tasks_table_widget.py798 # Create the new taskCOMMENT
MEDIUMbuzz/store/keyring_store.py55 # Create a socket pair for receiving the secretCOMMENT
Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippetContext
CRITICAL…ranscriber/openai_whisper_api_file_transcriber_test.py121 mock_openai_client.return_value.audio.transcriptions.create.assert_called()CODE
CRITICAL…widgets/transcriber/transcription_options_group_box.py225 self.transcription_options.model.whisper_model_size.value.title()CODE
Modern Structural Boilerplate18 hits · 18 pts
SeverityFileLineSnippetContext
LOWbuzz/pip_utils.py20logger = logging.getLogger(__name__)CODE
LOWbuzz/cuda_setup.py21logger = logging.getLogger(__name__)CODE
LOWbuzz/sleep_inhibitor.py125 def set_busy(self, busy: bool) -> None:CODE
LOWbuzz/sleep_inhibitor.py129 def set_enabled(self, enabled: bool) -> None:CODE
LOWbuzz/settings/settings.py104 def set_value(self, key: Key, value: typing.Any) -> None:CODE
LOWbuzz/plugins/loader.py28logger = logging.getLogger(__name__)CODE
LOWbuzz/plugins/manager.py23logger = logging.getLogger(__name__)CODE
LOWbuzz/plugins/manager.py192 def set_config(self, plugin_id: str, values: dict) -> None:CODE
LOWbuzz/plugins/manager.py214 def set_enabled(self, plugin_id: str, enabled: bool) -> None:CODE
LOWbuzz/plugins/base.py30logger = logging.getLogger(__name__)CODE
LOWbuzz/plugins/skip_already_transcribed/plugin.py18logger = logging.getLogger(__name__)CODE
LOWbuzz/plugins/export_docx/plugin.py27logger = logging.getLogger(__name__)CODE
LOWbuzz/plugins/ai_summary/plugin.py25logger = logging.getLogger(__name__)CODE
LOWbuzz/plugins/enhanced_language_detection/plugin.py29logger = logging.getLogger(__name__)CODE
LOWbuzz/plugins/transcript_resizer/plugin.py27logger = logging.getLogger(__name__)CODE
LOW…/transcription_viewer/speaker_identification_widget.py674 def _setup_audio_player(self) -> None:CODE
LOWbuzz/store/keyring_store.py221def set_password(username: Key, password: str) -> None:CODE
LOWbuzz/store/keyring_store.py298def set_secret(name: str, password: str) -> None:CODE
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…ferences_dialog/shortcuts_editor_preferences_widget.py41 self.shortcuts.set(shortcut, sequence.toString())CODE
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtests/widgets/update_dialog_test.py217 reply = MockDownloadReply(data=b"fake-data")CODE
LOWtests/widgets/update_dialog_test.py232 reply = MockDownloadReply(data=b"fake-data")CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWappimage/build-appimage.sh17# Usage:COMMENT
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippetContext
LOWappimage/build-appimage.sh1#!/usr/bin/env bashCOMMENT
AI Slop Vocabulary1 hit · 0 pts
SeverityFileLineSnippetContext
MEDIUMtests/widgets/transcription_viewer_test.py994 """Test comprehensive search clear functionality including UI state reset"""STRING