{"id":16009062,"url":"https://github.com/fwcd/bassbox","last_synced_at":"2026-02-07T03:31:29.099Z","repository":{"id":98824614,"uuid":"203894025","full_name":"fwcd/bassbox","owner":"fwcd","description":"Embeddable audio graph player with JSON-RPC interface written in Rust","archived":false,"fork":false,"pushed_at":"2019-09-26T00:17:44.000Z","size":206,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T15:17:36.501Z","etag":null,"topics":["audio","backend","json-rpc"],"latest_commit_sha":null,"homepage":"","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/fwcd.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":"2019-08-23T00:27:38.000Z","updated_at":"2023-07-25T14:28:29.000Z","dependencies_parsed_at":"2023-05-25T15:45:09.932Z","dependency_job_id":null,"html_url":"https://github.com/fwcd/bassbox","commit_stats":{"total_commits":92,"total_committers":2,"mean_commits":46.0,"dds":"0.010869565217391353","last_synced_commit":"d2235e2b0ff104bdc9b6c35924d721bd1405a729"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fwcd/bassbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fbassbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fbassbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fbassbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fbassbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/bassbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fbassbox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267285828,"owners_count":24064229,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["audio","backend","json-rpc"],"created_at":"2024-10-08T13:01:06.674Z","updated_at":"2026-02-07T03:31:29.094Z","avatar_url":"https://github.com/fwcd.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bassbox\nAn experimental audio graph player written in Rust that can either be [used as a library](core/README.md) or [controlled via JSON-RPC](app/README.md).\n\nBy using a graph as the central structure data structure, Bassbox can serve as a flexible backend for many audio-related applications, including:\n* Audio players\n* Mixers/DJing software\n* Remote speakers\n* DAWs\n\n## Try it\nBuild and run the application using `cargo run -- -e speaker` and play a song by entering:\n\n```json\n{\"jsonrpc\":\"2.0\",\"id\":0,\"method\":\"audioGraph.addNode\",\"params\":[{\"type\":\"File\",\"filePath\":\"path/to/song.mp3\"}]}\n{\"jsonrpc\":\"2.0\",\"id\":0,\"method\":\"audioGraph.addEdge\",\"params\":[{\"src\":1,\"dest\":0}]}\n```\n\nYou can fetch the audio graph using\n\n```json\n{\"jsonrpc\":\"2.0\",\"id\":0,\"method\":\"audioGraph.get\"}\n```\n\n## Architecture\nOn a high level, the application launches an `engine` on a background thread and starts RPC `services`, which control what the engine plays by mutating an audio graph.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fbassbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fbassbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fbassbox/lists"}