{"id":15150439,"url":"https://github.com/mayankpatibandla/chrome-volume-fix","last_synced_at":"2026-02-06T03:03:21.544Z","repository":{"id":194404093,"uuid":"690757719","full_name":"mayankpatibandla/Chrome-Volume-Fix","owner":"mayankpatibandla","description":"This program addresses an issue with the volume on Google Chrome by adjusting the audio settings using the pycaw library.","archived":false,"fork":false,"pushed_at":"2023-09-24T22:35:10.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T07:52:43.964Z","etag":null,"topics":["chrome","google-chrome","volume","volume-control","volume-mixer","windows"],"latest_commit_sha":null,"homepage":"https://github.com/mayankpatibandla/","language":"Python","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/mayankpatibandla.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":"2023-09-12T20:15:37.000Z","updated_at":"2023-09-12T20:42:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"7aef31f1-00c6-4683-8bb7-95398aab2dc4","html_url":"https://github.com/mayankpatibandla/Chrome-Volume-Fix","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"5bd9a8992f61f7ff068db4e71bc9fc97f3e48ead"},"previous_names":["mayankpatibandla/chrome-volume-fix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayankpatibandla%2FChrome-Volume-Fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayankpatibandla%2FChrome-Volume-Fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayankpatibandla%2FChrome-Volume-Fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayankpatibandla%2FChrome-Volume-Fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayankpatibandla","download_url":"https://codeload.github.com/mayankpatibandla/Chrome-Volume-Fix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615482,"owners_count":20967183,"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":["chrome","google-chrome","volume","volume-control","volume-mixer","windows"],"created_at":"2024-09-26T14:04:14.085Z","updated_at":"2026-02-06T03:03:21.497Z","avatar_url":"https://github.com/mayankpatibandla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chrome Volume Fix\n\n## Description\nThis program addresses an issue with the volume on Google Chrome by adjusting the audio settings using the `pycaw` library.\n\n## Usage\n1. Ensure you have Python installed on your system.\n2. Install the required library by running:\n   ```\n   pip install pycaw\n   ```\n3. Clone this repository using the following command:\n   ```\n   git clone https://github.com/mayankpatibandla/Chrome-Volume-Fix.git\n   ```\n4. Navigate to the directory:\n   ```\n   cd Chrome-Volume-Fix\n   ```\n5. Run the program by executing:\n   ```\n   python main.py\n   ```\n\n## Code Explanation\nThe provided Python script leverages the `pycaw` library to interact with the Windows Core Audio API. It iterates through all active audio sessions and identifies those associated with Google Chrome (`chrome.exe`). For each Chrome session, it adjusts the master volume to 100%.\n\n## Requirements\n- [Python](https://www.python.org/downloads/)\n- [pycaw library](https://pypi.org/project/pycaw/)\n\n## Disclaimer\nThis program is provided as-is, without any warranties or guarantees. Use at your own risk.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n## Author\n[Mayank Patibandla](https://github.com/mayankpatibandla)\n\n## Contributions\nContributions are welcome! If you find any issues or have suggestions, feel free to open an [issue](https://github.com/mayankpatibandla/Chrome-Volume-Fix/issues) or create a pull request.\n\n---\n\n## Adding to Windows Task Scheduler\n\nTo run the Chrome Volume Fix program automatically, you can utilize the Windows Task Scheduler. Follow these steps:\n\n1. **Search for Task Scheduler** in the Windows search bar and open it.\n\n2. In the right-hand panel, click **Create Task...**.\n\n3. Give your task a name and description.\n  \n5. Select the **Triggers** tab.\n\n6. Click **New...**. From the dropdown, select **On workstation unlock** (or any other trigger that suits your needs) and click **Ok**.\n\n7. Select the **Actions** tab.\n\n8. Click **New...**. From the dropdown, select **Start a program**.\n\n9. Click **Browse...** and navigate to the location where your `pythonw.exe` is installed. Select the file and click **Open**.\n\n10. Navigate to the location where you cloned this repository and copy the path to `main.py`.\n\n11. Paste this path into the **Add arguments (optional):** field (you may need to surround the path in quotes).\n\n12. Press **Ok** and then press **Ok** to complete creating the task.\n\nThe task is now scheduled to run on the specified triggers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayankpatibandla%2Fchrome-volume-fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayankpatibandla%2Fchrome-volume-fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayankpatibandla%2Fchrome-volume-fix/lists"}