Skip to content

xiongyihui/soundcard-latency

Repository files navigation

Soundcard Latency

build

A tool to check the latency of a sound card.

Download the application from build.

Advance

Requirements

  • python3
  • numpy
  • python-sounddevice
  • samplerate
  • matplotlib

Get started with latency.py

  • Measure the default input and output devices.

    python3 latency.py
    
  • Measure two specified devices

    1. list all devices

      python3 -m sounddevice
      
    2. use the indexes to specify two devices

      python3 latency 1 2
      

About

A tool to measure soundcard latency

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages