CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/flac_detective/__init__.py
src/flac_detective/__version__.py
src/flac_detective/analyzer.py
src/flac_detective/colors.py
src/flac_detective/config.py
src/flac_detective/logging_config.py
src/flac_detective/main.py
src/flac_detective/repair.py
src/flac_detective/reporter.py
src/flac_detective/tracker.py
src/flac_detective/utils.py
src/flac_detective.egg-info/PKG-INFO
src/flac_detective.egg-info/SOURCES.txt
src/flac_detective.egg-info/dependency_links.txt
src/flac_detective.egg-info/entry_points.txt
src/flac_detective.egg-info/requires.txt
src/flac_detective.egg-info/top_level.txt
src/flac_detective/analysis/__init__.py
src/flac_detective/analysis/analyzer.py
src/flac_detective/analysis/audio_cache.py
src/flac_detective/analysis/diagnostic_tracker.py
src/flac_detective/analysis/file_cache.py
src/flac_detective/analysis/metadata.py
src/flac_detective/analysis/quality.py
src/flac_detective/analysis/scoring.py
src/flac_detective/analysis/spectrum.py
src/flac_detective/analysis/window_cache.py
src/flac_detective/analysis/new_scoring/__init__.py
src/flac_detective/analysis/new_scoring/artifacts.py
src/flac_detective/analysis/new_scoring/audio_loader.py
src/flac_detective/analysis/new_scoring/bitrate.py
src/flac_detective/analysis/new_scoring/calculator.py
src/flac_detective/analysis/new_scoring/constants.py
src/flac_detective/analysis/new_scoring/metadata.py
src/flac_detective/analysis/new_scoring/models.py
src/flac_detective/analysis/new_scoring/silence.py
src/flac_detective/analysis/new_scoring/silence_utils.py
src/flac_detective/analysis/new_scoring/strategies.py
src/flac_detective/analysis/new_scoring/verdict.py
src/flac_detective/analysis/new_scoring/rules/__init__.py
src/flac_detective/analysis/new_scoring/rules/artifacts.py
src/flac_detective/analysis/new_scoring/rules/bitrate.py
src/flac_detective/analysis/new_scoring/rules/cassette.py
src/flac_detective/analysis/new_scoring/rules/consistency.py
src/flac_detective/analysis/new_scoring/rules/ml_classifier.py
src/flac_detective/analysis/new_scoring/rules/silence.py
src/flac_detective/analysis/new_scoring/rules/spectral.py
src/flac_detective/models/__init__.py
src/flac_detective/models/cnn_v4_stereo.ts.pt
src/flac_detective/repair/__init__.py
src/flac_detective/repair/__main__.py
src/flac_detective/repair/encoding.py
src/flac_detective/repair/fixer.py
src/flac_detective/repair/metadata.py
src/flac_detective/reporting/__init__.py
src/flac_detective/reporting/statistics.py
src/flac_detective/reporting/text_reporter.py
tests/test_audio_loader_retry.py
tests/test_new_scoring.py
tests/test_new_scoring_rules.py
tests/test_rule11.py
tests/test_rule12_gate.py
tests/test_rule1_bitrate_enhancement.py
tests/test_rule4.py
tests/test_rule6.py
tests/test_rule7_vinyl.py
tests/test_rule8.py
tests/test_rule9.py
tests/test_scoring.py
tests/test_utils_and_meta.py
tests/test_verdict_thresholds.py
tests/test_wav_support.py