A tool to check the latency of a sound card.
Download the application from .
- python3
- numpy
- python-sounddevice
- samplerate
- matplotlib
-
Measure the default input and output devices.
python3 latency.py
-
Measure two specified devices
-
list all devices
python3 -m sounddevice
-
use the indexes to specify two devices
python3 latency 1 2
-