-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fix #78. Raise volume and unmute in windows."
This reverts commit 6bf1e9c.
- Loading branch information
1 parent
6bf1e9c
commit df855e5
Showing
4 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
var join = require('path').join; | ||
|
||
exports.play = join(__dirname, 'bin', 'mpg123.exe'); | ||
exports.raise_volume = '"' + join(__dirname, 'bin', 'nircmdc.exe') + '" changesysvolume 65535 & "' + join(__dirname, 'bin', 'nircmd.exe') + '" mutesysvolume 0'; | ||
exports.raise_volume = '"' + join(__dirname, 'bin', 'voladjust.exe') + '" 100 '; |