{"id":17127958,"url":"https://github.com/rohanrhu/node-win32volume","last_synced_at":"2025-07-25T06:31:43.528Z","repository":{"id":57158025,"uuid":"111987350","full_name":"rohanrhu/node-Win32Volume","owner":"rohanrhu","description":"Node.js, set volume level or mute functions for Win32 platform.","archived":false,"fork":false,"pushed_at":"2017-11-25T17:43:11.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-26T23:31:23.482Z","etag":null,"topics":["audio","level","nodejs","set","sound","volume","win32","winapi","windows"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/win32-volume","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohanrhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-25T08:07:43.000Z","updated_at":"2022-08-06T08:15:57.000Z","dependencies_parsed_at":"2022-08-26T08:31:15.392Z","dependency_job_id":null,"html_url":"https://github.com/rohanrhu/node-Win32Volume","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohanrhu%2Fnode-Win32Volume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohanrhu%2Fnode-Win32Volume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohanrhu%2Fnode-Win32Volume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohanrhu%2Fnode-Win32Volume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohanrhu","download_url":"https://codeload.github.com/rohanrhu/node-Win32Volume/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227533046,"owners_count":17784293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","level","nodejs","set","sound","volume","win32","winapi","windows"],"created_at":"2024-10-14T19:05:48.057Z","updated_at":"2024-12-01T09:46:08.663Z","avatar_url":"https://github.com/rohanrhu.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# win32-volume\nSet volume level or mute functions for Win32 platform.\n\n#### Install\n\nInstall module with npm\n`npm i win32-volume`\n\n#### Example\n\nSet volume or mute..\n\n```javascript\nvar Win32Volume = require('win32-volume');\n\nWin32Volume.setVolume(0.7, function (success) {\n    console.log('setVolume:', success);\n});\n\nWin32Volume.setMute(true, function (success) {\n    console.log('setMute:', success);\n});\n\n// or you can use blocking functions..\n\nvar result = Win32Volume.setMuteSync(true);\nvar result = Win32Volume.setVolumeSync(0.7);\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohanrhu%2Fnode-win32volume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohanrhu%2Fnode-win32volume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohanrhu%2Fnode-win32volume/lists"}