gavv / signal-estimator

Measure characteristics of a looped back signal.
MIT License
63 stars 18 forks source link

Add io_jitter and io_delay modes to GUI #72

Open gavv opened 10 months ago

gavv commented 10 months ago

In --mode io_jitter and --mode io_delay, CLI tool measures jitter of I/O operations, ALSA ring buffer size, and hardware delay reported by ALSA, and periodically prints average and 95th percentile values. See docs: https://github.com/gavv/signal-estimator#measuring-io-jitter-and-delay

GUI already has options for io_jitter and io_delay in Options tab, but does not yet allow to run measurement in this mode.

What we need to do:

This screenshot shows what parts depend on measurement mode and thus need to be updated:

image

Ajay-26 commented 4 months ago

Hi, I would like to contribute to this issue.