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

suppress alsa warnings #107

Open
neuromusic opened this issue Feb 5, 2016 · 3 comments
Open

suppress alsa warnings #107

neuromusic opened this issue Feb 5, 2016 · 3 comments
Assignees
Labels

Comments

@neuromusic
Copy link
Member

see http://stackoverflow.com/questions/7088672/pyaudio-working-but-spits-out-error-messages-each-time

@neuromusic neuromusic added the bug label Feb 5, 2016
@neuromusic neuromusic added this to the behavior refactor milestone Feb 5, 2016
@siriuslee siriuslee self-assigned this Feb 11, 2016
@siriuslee
Copy link
Contributor

I'll take a go at this.

@siriuslee
Copy link
Contributor

So, after working a bit on this, the solution suggested by Nils Werner in the stackoverflow thread works nicely. There are a few remaining warnings that are not produced by alsa that should perhaps also be suppressed, namely:

Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started

Also, instead of completely suppressing these warnings, I propose we convert them to logging debug messages whenever we get around to implementing that.

@siriuslee
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants