├── README.md ├── aec_eval.py ├── env ├── aec-eval.yml └── spec-file.txt └── test_data ├── aec_signal.wav ├── farend_speech.wav ├── nearend_mic.wav └── nearend_speech.wav /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdalsanto/aec-evaluation/HEAD/README.md -------------------------------------------------------------------------------- /aec_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdalsanto/aec-evaluation/HEAD/aec_eval.py -------------------------------------------------------------------------------- /env/aec-eval.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdalsanto/aec-evaluation/HEAD/env/aec-eval.yml -------------------------------------------------------------------------------- /env/spec-file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdalsanto/aec-evaluation/HEAD/env/spec-file.txt -------------------------------------------------------------------------------- /test_data/aec_signal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdalsanto/aec-evaluation/HEAD/test_data/aec_signal.wav -------------------------------------------------------------------------------- /test_data/farend_speech.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdalsanto/aec-evaluation/HEAD/test_data/farend_speech.wav -------------------------------------------------------------------------------- /test_data/nearend_mic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdalsanto/aec-evaluation/HEAD/test_data/nearend_mic.wav -------------------------------------------------------------------------------- /test_data/nearend_speech.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdalsanto/aec-evaluation/HEAD/test_data/nearend_speech.wav --------------------------------------------------------------------------------