.coveragerc
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore
.markdownlint-cli2.yaml
.pre-commit-config.yaml
.pylintrc
.pylintrc.precommit.ini
.python-version
CODE_OF_CONDUCT.md
LICENSE
README.md
pylint_audit.md
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/questions-about-the-challenge.md
.github/workflows/ORDA.yaml
.github/workflows/pypi.yaml
.github/workflows/run_tests.yml
.github/workflows/sphinx_docs_to_gh_pages.yaml
.vscode/settings.json
clarity/__init__.py
clarity/_version.py
clarity/data/HOA_tools_cec2.py
clarity/data/__init__.py
clarity/data/demo_data.py
clarity/data/scene_builder_cec2.py
clarity/data/scene_renderer_cec1.py
clarity/data/scene_renderer_cec2.py
clarity/data/utils.py
clarity/data/params/speech_weight.mat
clarity/dataset/cec1_dataset.py
clarity/engine/__init__.py
clarity/engine/losses.py
clarity/engine/system.py
clarity/enhancer/__init__.py
clarity/enhancer/compressor.py
clarity/enhancer/nalr.py
clarity/enhancer/dnn/__init__.py
clarity/enhancer/dnn/mc_conv_tasnet.py
clarity/enhancer/dsp/__init__.py
clarity/enhancer/dsp/filter.py
clarity/enhancer/gha/__init__.py
clarity/enhancer/gha/gainrule_camfit.py
clarity/enhancer/gha/gha_interface.py
clarity/enhancer/gha/gha_utils.py
clarity/enhancer/gha/cfg_files/prerelease_combination3_smooth_template.cfg
clarity/enhancer/gha/cfg_files/prerelease_combination4_smooth_template.cfg
clarity/enhancer/multiband_compressor/__init__.py
clarity/enhancer/multiband_compressor/compressor_qmul.py
clarity/enhancer/multiband_compressor/crossover.py
clarity/enhancer/multiband_compressor/multiband_compressor.py
clarity/evaluator/__init__.py
clarity/evaluator/haaqi/__init__.py
clarity/evaluator/haaqi/haaqi.py
clarity/evaluator/haspi/__init__.py
clarity/evaluator/haspi/eb.py
clarity/evaluator/haspi/ebm.py
clarity/evaluator/haspi/haspi.py
clarity/evaluator/haspi/ip.py
clarity/evaluator/hasqi/__init__.py
clarity/evaluator/hasqi/hasqi.py
clarity/evaluator/mbstoi/__init__.py
clarity/evaluator/mbstoi/mbstoi.py
clarity/evaluator/mbstoi/mbstoi_utils.py
clarity/evaluator/mbstoi/parameters.yaml
clarity/evaluator/msbg/README.md
clarity/evaluator/msbg/__init__.py
clarity/evaluator/msbg/cochlea.py
clarity/evaluator/msbg/msbg.py
clarity/evaluator/msbg/msbg_utils.py
clarity/evaluator/msbg/smearing.py
clarity/evaluator/msbg/msbg_hparams/GT4FBank_Brd1.5E_Spaced1.1E_44100Fs.json
clarity/evaluator/msbg/msbg_hparams/GT4FBank_Brd2.0E_Spaced1.5E_44100Fs.json
clarity/evaluator/msbg/msbg_hparams/GT4FBank_Brd3.0E_Spaced2.3E_44100Fs.json
clarity/evaluator/msbg/msbg_hparams/__init__.py
clarity/predictor/__init__.py
clarity/predictor/torch_msbg.py
clarity/predictor/torch_stoi.py
clarity/utils/__init__.py
clarity/utils/audiogram.py
clarity/utils/file_io.py
clarity/utils/flac_encoder.py
clarity/utils/results_support.py
clarity/utils/signal_processing.py
clarity/utils/source_separation_support.py
clarity/utils/car_noise_simulator/__init__.py
clarity/utils/car_noise_simulator/carnoise_parameters_generator.py
clarity/utils/car_noise_simulator/carnoise_signal_generator.py
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
docs/Makefile
docs/conf.py
docs/index.md
docs/installation.md
docs/introduction.md
docs/recipe_rsync_exclude.txt
docs/recipes_doc.md
docs/usage.md
docs/images/cadenza_logo.png
docs/images/cropped-cadenza_logo_square-1.png
docs/images/earfinal_clarity_customColour.png
notebooks/01_Installing_clarity_tools_and_using_metadata.ipynb
notebooks/02_Running_the_CEC2_baseline_from_commandline.ipynb
notebooks/03_Running_the_CEC2_baseline_from_python.ipynb
notebooks/README.md
pyclarity.egg-info/PKG-INFO
pyclarity.egg-info/SOURCES.txt
pyclarity.egg-info/dependency_links.txt
pyclarity.egg-info/requires.txt
pyclarity.egg-info/scm_file_list.json
pyclarity.egg-info/scm_version.json
pyclarity.egg-info/top_level.txt
recipes/__init__.py
recipes/cad1/README.md
recipes/cad1/__init__.py
recipes/cad1/task1/__init__.py
recipes/cad1/task1/baseline/README.md
recipes/cad1/task1/baseline/__init__.py
recipes/cad1/task1/baseline/config.yaml
recipes/cad1/task1/baseline/enhance.py
recipes/cad1/task1/baseline/evaluate.py
recipes/cad1/task1/baseline/merge_batches_results.py
recipes/cad1/task1/baseline/test.py
recipes/cad1/task2/__init__.py
recipes/cad1/task2/baseline/README.md
recipes/cad1/task2/baseline/__init__.py
recipes/cad1/task2/baseline/audio_manager.py
recipes/cad1/task2/baseline/baseline_utils.py
recipes/cad1/task2/baseline/car_scene_acoustics.py
recipes/cad1/task2/baseline/config.yaml
recipes/cad1/task2/baseline/enhance.py
recipes/cad1/task2/baseline/evaluate.py
recipes/cad1/task2/baseline/merge_batches_results.py
recipes/cad1/task2/baseline/test.py
recipes/cad1/task2/data_preparation/__init__.py
recipes/cad1/task2/data_preparation/build_scene_metadata.py
recipes/cad1/task2/data_preparation/config.yaml
recipes/cad2/README.md
recipes/cad2/__init__.py
recipes/cad2/task1/README.md
recipes/cad2/task1/__init__.py
recipes/cad2/task1/requirements.txt
recipes/cad2/task1/ConvTasNet/README.md
recipes/cad2/task1/ConvTasNet/__init__.py
recipes/cad2/task1/ConvTasNet/eval.py
recipes/cad2/task1/ConvTasNet/requirements.txt
recipes/cad2/task1/ConvTasNet/train.py
recipes/cad2/task1/ConvTasNet/local/__init__.py
recipes/cad2/task1/ConvTasNet/local/conf.yml
recipes/cad2/task1/ConvTasNet/local/musdb18_dataset.py
recipes/cad2/task1/ConvTasNet/local/prepare_data.sh
recipes/cad2/task1/ConvTasNet/local/system.py
recipes/cad2/task1/ConvTasNet/local/tasnet.py
recipes/cad2/task1/ConvTasNet/utils/parse_options.sh
recipes/cad2/task1/ConvTasNet/utils/prepare_python_env.sh
recipes/cad2/task1/baseline/__init__.py
recipes/cad2/task1/baseline/config.yaml
recipes/cad2/task1/baseline/enhance.py
recipes/cad2/task1/baseline/evaluate.py
recipes/cad2/task2/README.md
recipes/cad2/task2/__init__.py
recipes/cad2/task2/ConvTasNet/README.md
recipes/cad2/task2/ConvTasNet/__init__.py
recipes/cad2/task2/ConvTasNet/eval.py
recipes/cad2/task2/ConvTasNet/run.sh
recipes/cad2/task2/ConvTasNet/train.py
recipes/cad2/task2/ConvTasNet/local/__init__.py
recipes/cad2/task2/ConvTasNet/local/cad2task2_dataloader.py
recipes/cad2/task2/ConvTasNet/local/conf.yml
recipes/cad2/task2/ConvTasNet/local/tasnet.py
recipes/cad2/task2/ConvTasNet/utils/parse_options.sh
recipes/cad2/task2/ConvTasNet/utils/prepare_python_env.sh
recipes/cad2/task2/baseline/__init__.py
recipes/cad2/task2/baseline/config.yaml
recipes/cad2/task2/baseline/enhance.py
recipes/cad2/task2/baseline/evaluate.py
recipes/cad2/task2/baseline/merge_batches_results.py
recipes/cad2/task2/process_dataset/__init__.py
recipes/cad2/task2/process_dataset/config.yaml
recipes/cad2/task2/process_dataset/generate_train_scenes.py
recipes/cad2/task2/process_dataset/process_zenodo_download.py
recipes/cad_icassp_2024/__init__.py
recipes/cad_icassp_2024/baseline/README.md
recipes/cad_icassp_2024/baseline/config.yaml
recipes/cad_icassp_2024/baseline/enhance.py
recipes/cad_icassp_2024/baseline/evaluate.py
recipes/cad_icassp_2024/baseline/merge_batches_results.py
recipes/cad_icassp_2024/generate_dataset/README.md
recipes/cad_icassp_2024/generate_dataset/config.yaml
recipes/cad_icassp_2024/generate_dataset/generate_at_mic_musdb18.py
recipes/cad_icassp_2024/generate_dataset/generate_train_scenes.py
recipes/cad_icassp_2026/README.md
recipes/cad_icassp_2026/__init__.py
recipes/cad_icassp_2026/baseline/README.md
recipes/cad_icassp_2026/baseline/__init__.py
recipes/cad_icassp_2026/baseline/compute_stoi.py
recipes/cad_icassp_2026/baseline/compute_whisper.py
recipes/cad_icassp_2026/baseline/contractions.csv
recipes/cad_icassp_2026/baseline/evaluate.py
recipes/cad_icassp_2026/baseline/predict.py
recipes/cad_icassp_2026/baseline/shared_predict_utils.py
recipes/cad_icassp_2026/baseline/transcription_scorer.py
recipes/cad_icassp_2026/baseline/configs/common.yaml
recipes/cad_icassp_2026/baseline/configs/config.yaml
recipes/cad_icassp_2026/baseline/configs/baseline/stoi.yaml
recipes/cad_icassp_2026/baseline/configs/baseline/whisper.yaml
recipes/cad_icassp_2026/baseline/precomputed/cadenza_data.train.stoi.jsonl
recipes/cad_icassp_2026/baseline/precomputed/cadenza_data.train.whisper.jsonl
recipes/cad_icassp_2026/baseline/precomputed/cadenza_data.valid.stoi.jsonl
recipes/cad_icassp_2026/baseline/precomputed/cadenza_data.valid.whisper.jsonl
recipes/cec1/README.md
recipes/cec1/__init__.py
recipes/cec1/baseline/README.md
recipes/cec1/baseline/__init__.py
recipes/cec1/baseline/config.yaml
recipes/cec1/baseline/enhance.py
recipes/cec1/baseline/evaluate.py
recipes/cec1/baseline/results/__init__.py
recipes/cec1/baseline/results/sii.csv
recipes/cec1/data_preparation/README.md
recipes/cec1/data_preparation/__init__.py
recipes/cec1/data_preparation/data_config.yaml
recipes/cec1/data_preparation/prepare_cec1_data.py
recipes/cec1/e009_sheffield/README.md
recipes/cec1/e009_sheffield/__init__.py
recipes/cec1/e009_sheffield/config.yaml
recipes/cec1/e009_sheffield/test.py
recipes/cec1/e009_sheffield/train.py
recipes/cec2/README.md
recipes/cec2/__init__.py
recipes/cec2/baseline/__init__.py
recipes/cec2/baseline/config.yaml
recipes/cec2/baseline/enhance.py
recipes/cec2/baseline/evaluate.py
recipes/cec2/baseline/data_generation/additional_data_config.yaml
recipes/cec2/baseline/data_generation/build_additional_scenes.py
recipes/cec2/baseline/data_generation/render_additional_scenes.py
recipes/cec2/baseline/data_generation/render_additional_scenes.sh
recipes/cec2/baseline/data_generation/hydra/launcher/cec2_submitit_local.yaml
recipes/cec2/baseline/data_generation/hydra/launcher/cec2_submitit_slurm.yaml
recipes/cec2/baseline/exp/__init__.py
recipes/cec2/baseline/exp/si.csv
recipes/cec2/baseline/exp/si_unproc.csv
recipes/cec2/data_preparation/__init__.py
recipes/cec2/data_preparation/build_scenes.py
recipes/cec2/data_preparation/config.yaml
recipes/cec2/data_preparation/render_scenes.py
recipes/cec2/data_preparation/render_scenes.sh
recipes/cec2/data_preparation/hydra/launcher/cec2_submitit_local.yaml
recipes/cec2/data_preparation/hydra/launcher/cec2_submitit_slurm.yaml
recipes/cec3/README.md
recipes/cec3/__init__.py
recipes/cec3/baseline/__init__.py
recipes/cec3/baseline/config.yaml
recipes/cec3/baseline/enhance.py
recipes/cec3/baseline/evaluate.py
recipes/cec3/baseline/report_score.py
recipes/cec3/baseline/hydra/launcher/cec3_submitit_local.yaml
recipes/cec3/baseline/hydra/launcher/cec3_submitit_slurm.yaml
recipes/clip2/README.md
recipes/clip2/baseline/README.md
recipes/clip2/baseline/clip_dataset.py
recipes/clip2/baseline/extra_requirements.txt
recipes/clip2/baseline/inference.py
recipes/clip2/baseline/lyric_intelligibility_model.py
recipes/clip2/baseline/test.py
recipes/clip2/baseline/train.py
recipes/clip2/baseline/train_job.sh
recipes/clip2/baseline/conf/config.yaml
recipes/cpc1/README.md
recipes/cpc1/__init__.py
recipes/cpc1/baseline/__init__.py
recipes/cpc1/baseline/compute_scores.py
recipes/cpc1/baseline/config.yaml
recipes/cpc1/baseline/results.json
recipes/cpc1/baseline/run.py
recipes/cpc1/e029_sheffield/README.md
recipes/cpc1/e029_sheffield/__init__.py
recipes/cpc1/e029_sheffield/config.yaml
recipes/cpc1/e029_sheffield/evaluate.py
recipes/cpc1/e029_sheffield/infer.py
recipes/cpc1/e029_sheffield/prepare_data.py
recipes/cpc1/e029_sheffield/train_asr.py
recipes/cpc1/e029_sheffield/transformer_cpc1.yaml
recipes/cpc1/e029_sheffield/transformer_cpc1_ensemble_decoder.py
recipes/cpc1/e032_sheffield/README.md
recipes/cpc1/e032_sheffield/__init__.py
recipes/cpc1/e032_sheffield/config.yaml
recipes/cpc1/e032_sheffield/evaluate.py
recipes/cpc1/e032_sheffield/infer.py
recipes/cpc1/e032_sheffield/prepare_data.py
recipes/cpc1/e032_sheffield/train_asr.py
recipes/cpc1/e032_sheffield/transformer_cpc1.yaml
recipes/cpc1/e032_sheffield/transformer_cpc1_decoder.py
recipes/cpc1/test_listener_responses/CPC1.test.json
recipes/cpc1/test_listener_responses/CPC1.test_indep.json
recipes/cpc1/test_listener_responses/__init__.py
recipes/cpc2/README.md
recipes/cpc2/__init__.py
recipes/cpc2/baseline/.gitignore
recipes/cpc2/baseline/README.md
recipes/cpc2/baseline/__init__.py
recipes/cpc2/baseline/compute_haspi.py
recipes/cpc2/baseline/config.yaml
recipes/cpc2/baseline/evaluate.py
recipes/cpc2/baseline/predict.py
recipes/cpc3/README.md
recipes/cpc3/__init__.py
recipes/cpc3/baseline/README.md
recipes/cpc3/baseline/__init__.py
recipes/cpc3/baseline/compute_haspi.py
recipes/cpc3/baseline/config.yaml
recipes/cpc3/baseline/evaluate.py
recipes/cpc3/baseline/predict_dev.py
recipes/cpc3/baseline/predict_train.py
recipes/cpc3/baseline/shared_predict_utils.py
recipes/cpc3/baseline/precomputed_haspi/clarity_data.dev.haspi.jsonl
recipes/cpc3/baseline/precomputed_haspi/clarity_data.train.haspi.jsonl
recipes/icassp_2023/README.md
recipes/icassp_2023/__init__.py
recipes/icassp_2023/baseline/__init__.py
recipes/icassp_2023/baseline/config.yaml
recipes/icassp_2023/baseline/enhance.py
recipes/icassp_2023/baseline/evaluate.py
recipes/icassp_2023/baseline/report_score.py
tests/__init__.py
tests/conftest.py
tests/test_import.py
tests/test_scene_renderer_cec2.py
tests/data/test_HOA_tools_cec2.py
tests/data/test_utils.py
tests/enhancer/test_compressor.py
tests/enhancer/test_nalr.py
tests/enhancer/dnn/__init__.py
tests/enhancer/dnn/test_mc_conv_tasnet.py
tests/enhancer/dsp/test_filter.py
tests/enhancer/gha/__init__.py
tests/enhancer/gha/test_gainrule_camfit.py
tests/enhancer/gha/test_gha_interface.py
tests/enhancer/gha/test_gha_utils.py
tests/enhancer/multiband_compressor/test_compressor_qmul.py
tests/enhancer/multiband_compressor/test_crossover.py
tests/enhancer/multiband_compressor/test_multiband_compresor.py
tests/evaluator/haaqi/test_haaqi.py
tests/evaluator/haspi/test_eb.py
tests/evaluator/haspi/test_ebm.py
tests/evaluator/haspi/test_haspi.py
tests/evaluator/haspi/test_ip.py
tests/evaluator/hasqi/test_hasqi.py
tests/evaluator/mbstoi/test_mbstoi.py
tests/evaluator/mbstoi/test_mbstoi_utils.py
tests/evaluator/msbg/test_cochlea.py
tests/evaluator/msbg/test_msbg.py
tests/evaluator/msbg/test_msbg_utils.py
tests/evaluator/msbg/test_smearing.py
tests/predictor/test_torch_msbg.py
tests/predictor/test_torch_stoi.py
tests/recipes/__init__.py
tests/recipes/cad1/__init__.py
tests/recipes/cad1/task1/__init__.py
tests/recipes/cad1/task1/baseline/__init__.py
tests/recipes/cad1/task1/baseline/test_enhance_task1.py
tests/recipes/cad1/task1/baseline/test_evaluate.py
tests/recipes/cad1/task1/baseline/test_merge_batches.py
tests/recipes/cad1/task2/__init__.py
tests/recipes/cad1/task2/baseline/__init__.py
tests/recipes/cad1/task2/baseline/test_audio_manager.py
tests/recipes/cad1/task2/baseline/test_baseline_utils.py
tests/recipes/cad1/task2/baseline/test_car_scene_acoustics.py
tests/recipes/cad1/task2/baseline/test_enhance_task2.py
tests/recipes/cad1/task2/baseline/test_evaluate.py
tests/recipes/cad1/task2/baseline/test_merge_batches.py
tests/recipes/cad1/task2/data_preparation/__init__.py
tests/recipes/cad1/task2/data_preparation/test_build_scene_metadata.py
tests/recipes/cad_icassp_2024/__init__.py
tests/recipes/cad_icassp_2024/baseline/__init__.py
tests/recipes/cad_icassp_2024/baseline/test_enhance.py
tests/recipes/cad_icassp_2024/baseline/test_evaluate.py
tests/recipes/cad_icassp_2024/generate_dataset/test_generate_at_mic_musdb18.py
tests/recipes/cad_icassp_2024/generate_dataset/test_generate_train_scenes.py
tests/recipes/cec1/__init__.py
tests/recipes/cec1/baseline/__init__.py
tests/recipes/cec1/baseline/test_enhance.py
tests/recipes/cec1/baseline/test_evaluate.py
tests/recipes/cec1/data_preparation/__init__.py
tests/recipes/cec1/data_preparation/test_prepare_cec1_data.py
tests/recipes/cec1/e009_sheffield/__init__.py
tests/recipes/cec1/e009_sheffield/test_test.py
tests/recipes/cec1/e009_sheffield/test_train.py
tests/recipes/cec2/__init__.py
tests/recipes/cec2/baseline/__init__.py
tests/recipes/cec2/baseline/test_enhance.py
tests/recipes/cec2/baseline/test_evaluate.py
tests/recipes/cec2/baseline/data_generation/__init__.py
tests/recipes/cec2/baseline/data_generation/test_build_additional_scenes.py
tests/recipes/cec2/baseline/data_generation/test_render_additional_scenes.py
tests/recipes/cec2/data_preparation/__init__.py
tests/recipes/cec2/data_preparation/test_build_scenes.py
tests/recipes/cec2/data_preparation/test_render_scenes.py
tests/recipes/cpc1/__init__.py
tests/recipes/cpc1/baseline/__init__.py
tests/recipes/cpc1/baseline/test_compute_scores.py
tests/recipes/cpc1/baseline/test_run.py
tests/recipes/cpc1/e029_sheffield/__init__.py
tests/recipes/cpc1/e029_sheffield/test_evaluate.py
tests/recipes/cpc1/e029_sheffield/test_infer.py
tests/recipes/cpc1/e029_sheffield/test_prepare_data.py
tests/recipes/cpc1/e029_sheffield/test_train_asr.py
tests/recipes/cpc1/e029_sheffield/test_transformer_cpc1_ensemble_decoder.py
tests/recipes/cpc1/e032_sheffield/__init__.py
tests/recipes/cpc1/e032_sheffield/test_evaluate.py
tests/recipes/cpc1/e032_sheffield/test_infer.py
tests/recipes/cpc1/e032_sheffield/test_prepare_data.py
tests/recipes/cpc1/e032_sheffield/test_train_asr.py
tests/recipes/cpc1/e032_sheffield/test_transformer_cpc1_decoder.py
tests/recipes/cpc2/__init__.py
tests/recipes/cpc2/baseline/__init__.py
tests/recipes/cpc2/baseline/test_compute_haspi.py
tests/recipes/cpc2/baseline/test_evaluate_cpc2.py
tests/recipes/cpc2/baseline/test_predict.py
tests/recipes/icassp_2023/__init__.py
tests/recipes/icassp_2023/baseline/__init__.py
tests/recipes/icassp_2023/baseline/test_enhance.py
tests/recipes/icassp_2023/baseline/test_evaluate.py
tests/recipes/icassp_2023/baseline/test_report_score.py
tests/regression/test_CEC2_scene_builder.py
tests/regression/test_data_HOA_tools_cec2.py
tests/regression/test_engine_losses.py
tests/regression/test_enhancers.py
tests/regression/test_evaluators_msbg.py
tests/regression/test_full_CEC1_pipeline.py
tests/regression/test_full_CEC2_pipeline.py
tests/regression/test_mc_conv_tasnet.py
tests/regression/test_predictors.py
tests/regression/_regtest_outputs/test_CEC2_scene_builder.test_CEC2_room_builder.out
tests/regression/_regtest_outputs/test_CEC2_scene_builder.test_CEC2_scene_builder.out
tests/regression/_regtest_outputs/test_data_HOA_tools_cec2.test_P.out
tests/regression/_regtest_outputs/test_data_HOA_tools_cec2.test_U.out
tests/regression/_regtest_outputs/test_data_HOA_tools_cec2.test_V.out
tests/regression/_regtest_outputs/test_data_HOA_tools_cec2.test_W.out
tests/regression/_regtest_outputs/test_data_HOA_tools_cec2.test_centred_element.out
tests/regression/_regtest_outputs/test_data_HOA_tools_cec2.test_compute_UVW_coefficients.out
tests/regression/_regtest_outputs/test_data_HOA_tools_cec2.test_compute_band_rotation.out
tests/regression/_regtest_outputs/test_data_HOA_tools_cec2.test_compute_rotation_matrix.out
tests/regression/_regtest_outputs/test_engine_losses.test_sisnr_loss.out
tests/regression/_regtest_outputs/test_engine_losses.test_snr_loss.out
tests/regression/_regtest_outputs/test_engine_losses.test_stoi_level_loss.out
tests/regression/_regtest_outputs/test_engine_losses.test_stoi_loss.out
tests/regression/_regtest_outputs/test_enhancers.test_GHA.out
tests/regression/_regtest_outputs/test_enhancers.test_GHA_config.out
tests/regression/_regtest_outputs/test_enhancers.test_GHA_inputs.out
tests/regression/_regtest_outputs/test_enhancers.test_dsp_filter.out
tests/regression/_regtest_outputs/test_enhancers.test_gha_audiogram.out
tests/regression/_regtest_outputs/test_evaluators_msbg.test_firwin2.out
tests/regression/_regtest_outputs/test_evaluators_msbg.test_gen_eh2008_speech_noise.out
tests/regression/_regtest_outputs/test_evaluators_msbg.test_gen_tone.out
tests/regression/_regtest_outputs/test_evaluators_msbg.test_measure_rms.out
tests/regression/_regtest_outputs/test_evaluators_msbg.test_pad.out
tests/regression/_regtest_outputs/test_full_CEC1_pipeline.test_full_cec1_pipeline.out
tests/regression/_regtest_outputs/test_full_CEC2_pipeline.test_full_cec2_pipeline.out
tests/regression/_regtest_outputs/test_mc_conv_tasnet.test_convtasnet.out
tests/regression/_regtest_outputs/test_mc_conv_tasnet.test_overlap_add.out
tests/regression/_regtest_outputs/test_predictors.test_torch_msbg_stoi_non_xeon_e5_2673_cpu.out
tests/regression/_regtest_outputs/test_predictors.test_torch_msbg_stoi_xeon_e5_2673_cpu.out
tests/regression/_regtest_outputs/test_predictors.test_torchloudnorm.out
tests/resources/recipes/cad1/task1/test_enhance.test_apply_baseline_ha.npy
tests/resources/recipes/cad1/task1/test_enhance.test_decompose_signal_demucs.npy
tests/resources/recipes/cad1/task1/test_enhance.test_decompose_signal_openunmix.npy
tests/resources/recipes/cad1/task1/test_enhance.test_process_stems_for_listener.npy
tests/resources/recipes/cad1/task1/test_enhance.test_separate_sources.npy
tests/resources/recipes/cad1/task2/listeners.json
tests/resources/recipes/cad1/task2/scenes.json
tests/resources/recipes/cad1/task2/scenes_listeners.json
tests/resources/recipes/cad1/task2/test_build_scene_metadata.json_sample.json
tests/resources/recipes/cad1/task2/test_enhance.enhance_song_left.npy
tests/resources/recipes/cad1/task2/test_enhance.enhance_song_right.npy
tests/resources/recipes/cad_icassp_2024/test_enhance.test_decompose_signal_demucs.npy
tests/resources/recipes/cad_icassp_2024/test_enhance.test_decompose_signal_openunmix.npy
tests/resources/recipes/cad_icassp_2024/test_enhance.test_process_remix_for_listener_w_compressor.npy
tests/resources/recipes/cad_icassp_2024/test_enhance.test_process_remix_for_listener_wo_compressor.npy
tests/resources/utils/test_carnoise.signal_generator.npy
tests/resources/utils/test_source_separation_support.test_separate_sources.npy
tests/resources/utils/test_source_separation_support.test_separate_sources_stereo.npy
tests/test_data/clarity_data/hrir
tests/test_data/clarity_data/metadata
tests/test_data/clarity_data/train/interferers
tests/test_data/clarity_data/train/rooms
tests/test_data/clarity_data/train/targets
tests/test_data/configs/test_CEC2_scene_builder.yaml
tests/test_data/filetypes/valid.jsonl
tests/test_data/hrir/HRIRs_MAT/VP_N6-BTE_fr.mat
tests/test_data/hrir/HRIRs_MAT/VP_N6-BTE_mid.mat
tests/test_data/hrir/HRIRs_MAT/VP_N6-BTE_rear.mat
tests/test_data/hrir/HRIRs_MAT/VP_N6-ED.mat
tests/test_data/interferers/music/1111967.low.mp3
tests/test_data/interferers/noise/CIN_fan_014.wav
tests/test_data/interferers/speech/som_04766_05.wav
tests/test_data/metadata/hrir_data.json
tests/test_data/metadata/listeners.json
tests/test_data/metadata/masker_music_list.json
tests/test_data/metadata/masker_nonspeech_list.json
tests/test_data/metadata/masker_speech_list.json
tests/test_data/metadata/rooms.train.json
tests/test_data/metadata/scenes.cec1.test.json
tests/test_data/metadata/scenes.test.json
tests/test_data/metadata/scenes_listeners.1.json
tests/test_data/metadata/scenes_listeners.json
tests/test_data/metadata/target_speech_list.json
tests/test_data/openMHA/prerelease_combination3_smooth_template.cfg
tests/test_data/openMHA/prerelease_combination4_smooth_template.cfg
tests/test_data/recipes/cec1/baseline/eval_signals/S06001_L0064_HL-mixoutput.wav
tests/test_data/recipes/cec1/baseline/eval_signals/S06001_L0064_HL-output.wav
tests/test_data/recipes/cec1/baseline/eval_signals/S06001_L0064_HLddf-output.wav
tests/test_data/recipes/cec1/baseline/eval_signals/S06001_flat0dB_HL-output.wav
tests/test_data/recipes/cec1/e009_sheffield/clarity_CEC1_data/clarity_data/dev/scenes
tests/test_data/recipes/cec1/e009_sheffield/clarity_CEC1_data/clarity_data/metadata/listeners.json
tests/test_data/recipes/cec1/e009_sheffield/clarity_CEC1_data/clarity_data/metadata/scenes.dev.json
tests/test_data/recipes/cec1/e009_sheffield/clarity_CEC1_data/clarity_data/metadata/scenes.train.json
tests/test_data/recipes/cec1/e009_sheffield/clarity_CEC1_data/clarity_data/train/scenes
tests/test_data/recipes/cec1/e009_sheffield/clarity_CEC1_data_eval/clarity_data/eval/scenes
tests/test_data/recipes/cec1/e009_sheffield/clarity_CEC1_data_eval/clarity_data/metadata/scenes_listeners.eval.json
tests/test_data/recipes/cec2/baseline/cec2_si.csv
tests/test_data/recipes/cec2/baseline/eval_signals/S06001_L0064_HA-output.wav
tests/test_data/recipes/cpc1/e032_sheffield
tests/test_data/recipes/cpc1/clarity_CPC1_data/clarity_data/HA_outputs/train/S08510_L0239_E001.wav
tests/test_data/recipes/cpc1/clarity_CPC1_data/clarity_data/scenes/S08510_mixed_CH0.wav
tests/test_data/recipes/cpc1/clarity_CPC1_data/clarity_data/scenes/S08510_target_anechoic.wav
tests/test_data/recipes/cpc1/clarity_CPC1_data/metadata/CPC1.train.4.json
tests/test_data/recipes/cpc1/clarity_CPC1_data/metadata/CPC1.train.json
tests/test_data/recipes/cpc1/clarity_CPC1_data/metadata/CPC1.train_indep.4.json
tests/test_data/recipes/cpc1/clarity_CPC1_data/metadata/listeners.CPC1_train.json
tests/test_data/recipes/cpc1/clarity_CPC1_data_test/metadata/CPC1.test.json
tests/test_data/recipes/cpc1/clarity_CPC1_data_test/metadata/CPC1.test_indep.json
tests/test_data/recipes/cpc1/e029_sheffield/clarity_CPC1_data_test/clarity_data/HA_outputs/test/S08520_L0216_E001.wav
tests/test_data/recipes/cpc1/e029_sheffield/clarity_CPC1_data_test/clarity_data/scenes/S08520_target_anechoic.wav
tests/test_data/recipes/cpc1/e029_sheffield/clarity_CPC1_data_test/metadata/CPC1.test.json
tests/test_data/recipes/cpc1/e029_sheffield/clarity_CPC1_data_test/metadata/listeners.CPC1_all.json
tests/test_data/recipes/cpc1/e029_sheffield/clarity_CPC1_data_train/clarity_data/HA_outputs/train/S08510_L0239_E001.wav
tests/test_data/recipes/cpc1/e029_sheffield/clarity_CPC1_data_train/clarity_data/scenes/S08510_target_anechoic.wav
tests/test_data/recipes/cpc1/e029_sheffield/clarity_CPC1_data_train/metadata/CPC1.train.json
tests/test_data/recipes/cpc1/e029_sheffield/clarity_CPC1_data_train/metadata/listeners.CPC1_train.json
tests/test_data/recipes/cpc1/exps/test/sii.csv
tests/test_data/recipes/cpc1/exps/test_indep/sii.csv
tests/test_data/recipes/cpc1/exps/train/sii.csv
tests/test_data/recipes/cpc1/exps/train/eval_signals/S08510_L0239_E001_HL-mixoutput.wav
tests/test_data/recipes/cpc1/exps/train/eval_signals/S08510_L0239_E001_HL-output.wav
tests/test_data/recipes/cpc1/exps/train/eval_signals/S08510_L0239_E001_HLddf-output.wav
tests/test_data/recipes/cpc1/exps/train/eval_signals/S08510_flat0dB_HL-output.wav
tests/test_data/recipes/cpc1/exps/train_indep/sii.csv
tests/test_data/recipes/cpc2/clarity_data/HA_outputs/signals/CEC2/S08547_L0001_E001.wav
tests/test_data/recipes/cpc2/clarity_data/HA_outputs/signals/CEC2/S08564_L0001_E001.wav
tests/test_data/recipes/cpc2/clarity_data/HA_outputs/signals/CEC2/S08564_L0002_E002.wav
tests/test_data/recipes/cpc2/clarity_data/HA_outputs/signals/CEC2/S08564_L0003_E003.wav
tests/test_data/recipes/cpc2/clarity_data/metadata/CEC1.train.sample.json
tests/test_data/recipes/cpc2/clarity_data/metadata/listeners.json
tests/test_data/recipes/cpc2/clarity_data/scenes/CEC2/S08547_target_ref.wav
tests/test_data/recipes/cpc2/clarity_data/scenes/CEC2/S08564_target_ref.wav
tests/test_data/rooms/HOA_IRs/HOA_R06001_i1.wav
tests/test_data/rooms/HOA_IRs/HOA_R06001_i2.wav
tests/test_data/rooms/HOA_IRs/HOA_R06001_i3.wav
tests/test_data/rooms/HOA_IRs/HOA_R06001_t.wav
tests/test_data/rooms/ac/R06001.ac
tests/test_data/rooms/brir/anech_brir_R00001_t_CH1.wav
tests/test_data/rooms/brir/brir_R00001_i1_CH0.wav
tests/test_data/rooms/brir/brir_R00001_i1_CH1.wav
tests/test_data/rooms/brir/brir_R00001_i1_CH2.wav
tests/test_data/rooms/brir/brir_R00001_i1_CH3.wav
tests/test_data/rooms/brir/brir_R00001_t_CH0.wav
tests/test_data/rooms/brir/brir_R00001_t_CH1.wav
tests/test_data/rooms/brir/brir_R00001_t_CH2.wav
tests/test_data/rooms/brir/brir_R00001_t_CH3.wav
tests/test_data/rooms/brir/brir_R06001_t_CH1.wav
tests/test_data/rooms/rpf/R00001_i1.rpf
tests/test_data/rooms/rpf/R00001_i2.rpf
tests/test_data/rooms/rpf/R00001_i3.rpf
tests/test_data/rooms/rpf/R00001_t.rpf
tests/test_data/rooms/rpf/R06001_i1.rpf
tests/test_data/rooms/rpf/R06001_i2.rpf
tests/test_data/rooms/rpf/R06001_i3.rpf
tests/test_data/rooms/rpf/R06001_t.rpf
tests/test_data/scenes/S06001_mix_CH0.wav
tests/test_data/scenes/S06001_mix_CH1.wav
tests/test_data/scenes/S06001_mix_CH2.wav
tests/test_data/scenes/S06001_mix_CH3.wav
tests/test_data/scenes/S06001_mixed_CH0.wav
tests/test_data/scenes/S06001_mixed_CH1.wav
tests/test_data/scenes/S06001_mixed_CH2.wav
tests/test_data/scenes/S06001_mixed_CH3.wav
tests/test_data/scenes/S06001_target_CH0.wav
tests/test_data/scenes/S06001_target_CH1.wav
tests/test_data/scenes/S06001_target_CH2.wav
tests/test_data/scenes/S06001_target_CH3.wav
tests/test_data/scenes/S06001_target_anechoic.wav
tests/test_data/scenes/S06001_target_anechoic_CH1.wav
tests/test_data/targets/T010_G0N_02468.wav
tests/test_data/test/interferers
tests/test_data/test/rooms
tests/test_data/test/targets
tests/utils/test_audiogram.py
tests/utils/test_file_io.py
tests/utils/test_flac_encoder.py
tests/utils/test_results_support.py
tests/utils/test_signal_processing.py
tests/utils/test_source_separation_support.py
tests/utils/car_noise_simulator/test_carnoise_parameter_generator.py
tests/utils/car_noise_simulator/test_carnoise_signal_generator.py