Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn on audio device failure rather than abort. #1357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 11, 2024

  1. Warn on audio device failure rather than abort.

    In some cases, being able to hear the signal is not important, and a
    system has no usable audio device. This patch removes the error dialog
    and exit when no device is found. Instead, "NO AUDIO" is added to the
    title. Note that the PortAudio case may still need some work. Only
    PulseAudio has been tested.
    
    Signed-off-by: Jeff Long <[email protected]>
    willcode committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b0a8d1d View commit details
    Browse the repository at this point in the history