{"id":15635015,"url":"https://github.com/linusu/node-loudness","last_synced_at":"2025-04-06T23:16:39.764Z","repository":{"id":65992006,"uuid":"12810086","full_name":"LinusU/node-loudness","owner":"LinusU","description":"🔊 A node.js library to control the systems output volume","archived":false,"fork":false,"pushed_at":"2023-09-01T11:51:01.000Z","size":73,"stargazers_count":124,"open_issues_count":13,"forks_count":41,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T22:11:12.435Z","etag":null,"topics":["hacktoberfest","nodejs","volume","volume-control"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinusU.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-09-13T13:27:21.000Z","updated_at":"2025-02-28T03:02:20.000Z","dependencies_parsed_at":"2024-06-11T18:55:51.987Z","dependency_job_id":"bf4b407a-b5a6-4860-8462-58f30ab2923f","html_url":"https://github.com/LinusU/node-loudness","commit_stats":{"total_commits":34,"total_committers":3,"mean_commits":"11.333333333333334","dds":"0.20588235294117652","last_synced_commit":"9bdad3ab64b47c90a0e7a42279111e2bd3e5acd5"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fnode-loudness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fnode-loudness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fnode-loudness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fnode-loudness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinusU","download_url":"https://codeload.github.com/LinusU/node-loudness/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563935,"owners_count":20958971,"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":["hacktoberfest","nodejs","volume","volume-control"],"created_at":"2024-10-03T11:00:07.192Z","updated_at":"2025-04-06T23:16:39.743Z","avatar_url":"https://github.com/LinusU.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-loudness\n\nA node.js library to control the systems output volume\n\n## Usage\n\nThe library currently has support for four simple async functions. The volume is specified as an integer between 0 and 100 (inc.).\n\n```javascript\nconst loudness = require('loudness')\n\nawait loudness.setVolume(45)\n\nconst vol = await loudness.getVolume()\n// vol = 45\n\nawait loudness.setMuted(false)\n\nconst mute = await loudness.getMuted()\n// mute = false\n```\n\n## OS Support\n\nCurrently macOS, Windows (\u003e= Vista) and Linux (ALSA) is supported, please send a pull request if you are using another setup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fnode-loudness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusu%2Fnode-loudness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fnode-loudness/lists"}