audio_device_tester

Crates.ioaudio_device_tester
lib.rsaudio_device_tester
version0.1.5
sourcesrc
created_at2023-01-23 00:00:15.974635
updated_at2023-01-23 00:22:57.839191
descriptionTest audio devices and report errors and long delays in operations
homepage
repositoryhttps://github.com/tanelikaivola/audio_device_tester
max_upload_size
id765434
size73,705
Taneli Kaivola (tanelikaivola)

documentation

README

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.

Commit count: 13

cargo fmt