#audio-devices #error #operations #long #delays #tester #display

app audio_device_tester

Test audio devices and report errors and long delays in operations

2 releases

0.1.5 Jan 23, 2023
0.1.4 Jan 23, 2023

#800 in Audio

GPL-3.0-only

24KB
219 lines

audio_device_tester

GitHub Workflow Status GitHub release

Audio Device Tester attempts to test system audio devices to find anomalies and make debugging audio devices easier.

It is currently developed for Windows. It might compile on other systems for now, might migrate to using Windows APIs only if cpal ends up being too restrictive.

Currently it does:

  • Finds all audio devices and enumerates their configuration.
  • Compiles and displays sample rates for the devices.
  • Opens output devices and plays silence.

While looking for errors, it also detects long delays on opening the devices and on other operations.

Dependencies

~1–33MB
~479K SLoC