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

Conversation

willcode
Copy link
Contributor

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.

This is an old patch I had lying around, and I haven't tried it recently on a device without audio. But is still applies cleanly and compiles :-)

Fixes #1356

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile without audio
1 participant