{"id":15654347,"url":"https://github.com/azu/mic-mutebar","last_synced_at":"2025-04-30T23:40:52.741Z","repository":{"id":66143484,"uuid":"432433421","full_name":"azu/mic-mutebar","owner":"azu","description":"Tiny GUI app that show microphone status","archived":false,"fork":false,"pushed_at":"2023-08-11T11:33:54.000Z","size":405,"stargazers_count":28,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T20:51:09.291Z","etag":null,"topics":["electron","mac","mic","microphone","mute"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/azu.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},"funding":{"github":"azu"}},"created_at":"2021-11-27T10:44:09.000Z","updated_at":"2024-07-01T05:03:25.000Z","dependencies_parsed_at":"2024-10-23T07:47:09.079Z","dependency_job_id":null,"html_url":"https://github.com/azu/mic-mutebar","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fmic-mutebar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fmic-mutebar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fmic-mutebar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fmic-mutebar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azu","download_url":"https://codeload.github.com/azu/mic-mutebar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251800996,"owners_count":21645967,"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":["electron","mac","mic","microphone","mute"],"created_at":"2024-10-03T12:51:02.392Z","updated_at":"2025-04-30T23:40:52.715Z","avatar_url":"https://github.com/azu.png","language":"HTML","funding_links":["https://github.com/sponsors/azu"],"categories":[],"sub_categories":[],"readme":"# mic-mutebar\n\nThis app show microphone status as simple bar.\n\nhttps://user-images.githubusercontent.com/19714/143683255-60b38e79-803d-4a6a-802c-09d35c3b9f28.mp4\n\nThis bar can be moved to anywhere.\n\n## Installation\n\n1. Download [latest binary](https://github.com/azu/mic-mutebar/releases/latest)\n2. Open app\n\n:warning: This app is not signed. So, OS show warning about it.\n\nAdditional installation steps on macOS:\n\n1. Select `mic-mutebar.app`\n2. Open context menu and Click \"Open\"\n\n## Usage\n\nWhen microphone is muted:\n\n![](./docs/img/muted.png)\n\nWhen microphone is inputing:\n\n![](./docs/img/inputing.png)\n\n## Tips\n\n### Toggle mute/unmute\n\nYou can toggle mute/unmute by AppleScript.\n\n```applescript\nset micVolume to toggleMic()\ndisplay notification micVolume with title \"Mic\"\ntell application \"mic-mutebar.app\" to activate\nreturn micVolume\n\non toggleMic()\n\tset inputVolume to input volume of (get volume settings)\n\tif inputVolume \u003c= 5 then\n\t\tset inputVolume to 100\n\t\tset micVal to \"🔈\"\n\telse\n\t\tset inputVolume to 0\n\t\tset micVal to \"🔇\"\n\tend if\n\tset volume input volume inputVolume\n\treturn micVal\nend toggleMic\n```\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fmic-mutebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazu%2Fmic-mutebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fmic-mutebar/lists"}