roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 213 forks source link

Add JSON output support to signal-estimator #382

Closed gavv closed 4 years ago

gavv commented 4 years ago

signal-estimator is a command-line tool for measuring latency and glitches over audio devices. It's not part of Roc, but it was developed with our needs in mind.

Currently it just logs the measurement results to stderr. This is okay when used by human, but we have plans to use this tool for automated regression testing. To make it possible, we need its output to be easily parsable. JSON output is a good way to achieve this.

See further details here: https://github.com/gavv/signal-estimator/issues/2

gavv commented 4 years ago

assigned to @BitsonFire

gavv commented 4 years ago

Merged.