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

Better linux support #7

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

elderapo
Copy link
Contributor

This pull request fixes:

  • Muting/unmuting (Tests failed in Ubuntu 16.04 LTS #4).
  • setVolume previously wasn't working as intended for example: setVolume(15, cb) was setting volume to 16 instead of 15 but setVolume(50, cb) was correctly setting volume to 50. Now it works for all the values 0-100%.

Since only @RyanAfrish7 (Ubuntu 16.04 LTS) and I (Ubuntu 14.04 LTS) reported problems fixed in this pull request I assume these errors only appeared on various Ubuntu distributions.

@elderapo
Copy link
Contributor Author

elderapo commented Sep 10, 2017

Oh.. I just realized I made a mess by including pull request with windows support as well. Will try to fix it asap.

@elderapo
Copy link
Contributor Author

I did my best to clear the mess I made. If it's still not acceptable let me know and I will just open a new "clear" pull request.

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.

None yet

1 participant