simulstream.metrics.stats.cli_main

simulstream.metrics.stats.cli_main()

Module for computing evaluation statistics from Simulstream logs.

This script provides a CLI interface to compute metrics that describe the behavior of streaming systems. Metrics are computed from JSONL log files generated during evaluation and include:

  • Normalized Erasure: measures flickering in retranslation processors.

  • Computational Cost: measures average computation time per second of audio.

The output is printed on standard output in JSON format.

Typical usage from the command line:

$ python -m simulstream.metrics.stats –eval-config config/speech_processor.yaml

–log-file metrics.jsonl