{"id":19365806,"url":"https://github.com/xermicus/recbox","last_synced_at":"2026-01-25T15:03:36.200Z","repository":{"id":257813000,"uuid":"868651056","full_name":"xermicus/recbox","owner":"xermicus","description":"simple audio recorder","archived":false,"fork":false,"pushed_at":"2024-10-06T23:18:27.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T10:40:11.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/xermicus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2024-10-06T23:12:24.000Z","updated_at":"2024-10-06T23:18:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"94270508-b4cd-4395-9fc0-b74b104c12c5","html_url":"https://github.com/xermicus/recbox","commit_stats":null,"previous_names":["xermicus/recbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xermicus/recbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xermicus%2Frecbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xermicus%2Frecbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xermicus%2Frecbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xermicus%2Frecbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xermicus","download_url":"https://codeload.github.com/xermicus/recbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xermicus%2Frecbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T07:42:30.932Z","updated_at":"2026-01-25T15:03:36.193Z","avatar_url":"https://github.com/xermicus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recbox\n\nsuckless audio recording of your modular via an USB interface (e.g. a scarlett) with a raspberry pi, 2 systemd units and a couple lines Rust\n- runs on a raspi laying around anyways\n- starts recording audio after boot, just plug it into the same power strip\n- use [syncthing](https://github.com/syncthing/) or scp to move recorded audio files\n- or just point the out dir to any external data drive (USB stick, NAS share, etc.)\n- **dependencies**: jack, cargo, syncthing (optional)\n\n# hardware setup example\n\n```\n+------------------+        +-----------------+          +-----------------------+\n|    Headphones    |        |     Monitors    |          | Raspberry Pi          |\n+------------------+        +-----------------+          |                       |\n          ^                          ^                   |                       |\n          |                          |                   |                       |\n         cue                      monitor                |                       |\n          |                          |                   |                       |\n+--------------------+      +---------------------+      | +-------------------+ |\n|  Synth / Mixer     |-----\u003e| USB Audio Interface |-----\u003e| |  jackd            | |\n+--------------------+      +---------------------+      | +-------------------+ |\n                                                         |         |             |\n                                                         |         v             |\n                                                         | +-------------------+ |\n                                                         | |  recbox           | |\n                                                         | +-------------------+ |\n                                                         |         |             |\n                                                         |         v             |\n                                                         | +-------------------+ |\n                                                         | |  Audio Files      | |\n                                                         | +-------------------+ |\n                                                         |         |             |\n                                                         |         v             |\n                    +-------------------+                | +-------------------+ |\n                    |   PC / Laptop     |\u003c----- wifi-----+-|  Syncthing        | |\n                    +-------------------+                | +-------------------+ |\n                                                         +-----------------------+\n```\n\n# installation\n\n```bash\n# install dependencies\nsudo apt update \u0026\u0026 sudo apt install -y jackd2 libjack-dev # optionally: syncthing\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n\n# install this\ncargo install recbox\n\n# find your sound card by name\naplay -l\ncat /proc/asound/cards\n\n# configure the service files (change user, out dir and sound card)\n\n# install and enable systemd units\nsudo cp recbox/*.service /etc/systemd/system\nsudo systemctl daemon-reload\nsudo systemctl enable --now jackd.service\nsudo systemctl enable --now recbox.service\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxermicus%2Frecbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxermicus%2Frecbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxermicus%2Frecbox/lists"}