MANIFEST.in
README.md
pyproject.toml
telebench/__init__.py
telebench/benchmark.py
telebench/config.yaml
telebench.egg-info/PKG-INFO
telebench.egg-info/SOURCES.txt
telebench.egg-info/dependency_links.txt
telebench.egg-info/entry_points.txt
telebench.egg-info/requires.txt
telebench.egg-info/top_level.txt
telebench/cli/__init__.py
telebench/cli/__main__.py
telebench/cli/cli.py
telebench/core/evaluate.py
telebench/core/process.py
telebench/dataloader/__init__.py
telebench/dataloader/loader.py
telebench/dataloader/localloader.py
telebench/example/dataset/sample1001.wav
telebench/example/dataset/sample101.wav
telebench/example/noise/noisy_sample1005.wav
telebench/example/noise/noisy_sample1013.wav
telebench/example/output/evaluation.json
telebench/example/output/degraded/sample1001.wav
telebench/example/output/degraded/sample101.wav
telebench/example/output/noisy/sample1001.wav
telebench/example/output/noisy/sample101.wav
tests/test_benchmark.py
tests/test_cli.py
tests/test_evaluate.py
tests/test_localloader.py
tests/test_process.py