{"id":19311934,"url":"https://github.com/propilideno/linux-beep-music","last_synced_at":"2026-05-15T12:36:54.470Z","repository":{"id":225657862,"uuid":"766522985","full_name":"propilideno/linux-beep-music","owner":"propilideno","description":"A library to compound music using pcspkr module and motherboard speaker","archived":false,"fork":false,"pushed_at":"2024-03-03T17:05:21.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T02:25:53.435Z","etag":null,"topics":["linux","linux-module","linux-modules","music","pcspkr"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/propilideno.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":"2024-03-03T14:01:10.000Z","updated_at":"2024-12-31T20:51:56.000Z","dependencies_parsed_at":"2024-03-03T15:24:59.412Z","dependency_job_id":"3456fc31-3064-4781-ab22-07e06f49f5c0","html_url":"https://github.com/propilideno/linux-beep-music","commit_stats":null,"previous_names":["propilideno/linux-beep-music"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/propilideno%2Flinux-beep-music","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/propilideno%2Flinux-beep-music/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/propilideno%2Flinux-beep-music/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/propilideno%2Flinux-beep-music/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/propilideno","download_url":"https://codeload.github.com/propilideno/linux-beep-music/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415216,"owners_count":19797599,"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":["linux","linux-module","linux-modules","music","pcspkr"],"created_at":"2024-11-10T00:31:33.948Z","updated_at":"2026-05-15T12:36:54.458Z","avatar_url":"https://github.com/propilideno.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linux-beep-music\nA library to compound music using pcspkr module and motherboard speaker\n\n# Requirements\n## Advanced PC-speaker beeper\nbeep does what you'd expect: it beeps. But unlike printf \"\\a\", beep allows\nyou to control pitch, duration, and repetitions. Its job is to live inside\nshell/perl scripts and allow more granularity than one has otherwise. It is\ncontrolled completely through command line options. It's not supposed to be\ncomplex, and it isn't - but it makes system monitoring (or whatever else it\ngets hacked into) much more informative.\n\n```bash\nsudo apt install beep  # Debian/Ubuntu\nsudo pacman -Sy beep   # Arch Linux\n```\n\n# Songs\n## Megalovania - Undertale\n**Music Sheet Source:** https://virtualpiano.net/music-sheet/megalovania-undertale-toby-fox-easy/\n\n**Script Author:** @propilideno\n```bash\ncurl https://raw.githubusercontent.com/propilideno/linux-beep-music/main/megalovania.sh | bash\n```\n\n# Troubleshooting\n\n## User is not in the `input` group\n\n### Problem\n\n`beep` accesses the PC speaker through `/dev/input/event*`, which is typically owned by the `input` group.\n\nIf your user is not part of this group, access is denied.\n\n```bash\n$ beep\nbeep: Error: Could not open any device\n```\n\n---\n\n### Solution\n\nAdd your user to the `input` group:\n\n```bash\nsudo usermod -aG input $USER\n```\n\nThen log out and log back. Verify it using `groups` command\n\n```\n$ groups\nusername docker video kvm input wheel\n```\n\n\n# References\n- https://mixbutton.com/mixing-articles/music-note-to-frequency-chart/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpropilideno%2Flinux-beep-music","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpropilideno%2Flinux-beep-music","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpropilideno%2Flinux-beep-music/lists"}