__init__.py |
|
393 |
annotations.py |
Extraction of annotations from audio files.
|
11701 |
annotations_unittest.py |
Unit tests for the annotations module.
|
7008 |
apm_configs |
|
|
apm_vad.cc |
|
3132 |
audioproc_wrapper.py |
Class implementing a wrapper for APM simulators.
|
3475 |
collect_data.py |
Imports a filtered subset of the scores and configurations computed
by apm_quality_assessment.py into a pandas data frame.
|
8631 |
data_access.py |
Data access utility functions and classes.
|
4074 |
echo_path_simulation.py |
Echo path simulation module.
|
4422 |
echo_path_simulation_factory.py |
Echo path simulation factory module.
|
1798 |
echo_path_simulation_unittest.py |
Unit tests for the echo path simulation module.
|
3330 |
eval_scores.py |
Evaluation score abstract class and implementations.
|
13539 |
eval_scores_factory.py |
EvaluationScore factory class.
|
2116 |
eval_scores_unittest.py |
Unit tests for the eval_scores module.
|
5549 |
evaluation.py |
Evaluator of the APM module.
|
2001 |
exceptions.py |
Exception classes.
|
976 |
export.py |
HTML exporter class for APM quality scores. |
17043 |
export_unittest.py |
Unit tests for the export module.
|
3235 |
external_vad.py |
Args:
path_to_binary: path to binary that accepts '-i <wav>', '-o
<float probabilities>'. There must be one float value per
10ms audio
name: a name to identify the external VAD. Used for saving
the output as extvad_output-<name>.
|
2627 |
fake_external_vad.py |
|
743 |
fake_polqa.cc |
|
1622 |
input_mixer.py |
Input mixer module.
|
3672 |
input_mixer_unittest.py |
Unit tests for the input mixer module.
|
5929 |
input_signal_creator.py |
Input signal creator module.
|
2151 |
results.css |
|
716 |
results.js |
Opens the score stats inspector dialog.
@param {String} dialogId: identifier of the dialog to show.
@return {DOMElement} The dialog element that has been opened.
|
12201 |
signal_processing.py |
Signal processing utility module.
|
12663 |
signal_processing_unittest.py |
Unit tests for the signal_processing module.
|
8151 |
simulation.py |
APM module simulator.
|
19444 |
simulation_unittest.py |
Unit tests for the simulation module.
|
8780 |
sound_level.cc |
|
4291 |
test_data_generation.py |
Test data generators producing signals pairs intended to be used to
test the APM module. Each pair consists of a noisy input and a reference signal.
The former is used as APM input and it is generated by adding noise to a
clean audio track. The reference is the expected APM output.
Throughout this file, the following naming convention is used:
- input signal: the clean signal (e.g., speech),
- noise signal: the noise to be summed up to the input signal (e.g., white
noise, Gaussian noise),
- noisy signal: input + noise.
The noise signal may or may not be a function of the clean signal. For
instance, white noise is independently generated, whereas reverberation is
obtained by convolving the input signal with an impulse response.
|
20935 |
test_data_generation_factory.py |
TestDataGenerator factory class.
|
2909 |
test_data_generation_unittest.py |
Unit tests for the test_data_generation module.
|
9342 |
vad.cc |
|
3282 |