Two C++17 projects open for contributions

This one implements a tool (both CLI and GUI) for measuring audio latency and glitches. The idea behind the tool is simple: you have an audio loopback that connects audio output to audio input; the tool writes impulses to the output, waits until the same impulses are received from the input, and measures the delay or other …