{"id":22549221,"url":"https://github.com/seboran/redesigned-garbanzo","last_synced_at":"2026-01-07T14:05:58.626Z","repository":{"id":257245185,"uuid":"857712402","full_name":"Seboran/redesigned-garbanzo","owner":"Seboran","description":"Image / scripts raspberry pi pour airplay vers mon interface","archived":false,"fork":false,"pushed_at":"2024-09-15T12:29:49.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T10:14:16.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Seboran.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-09-15T12:09:51.000Z","updated_at":"2024-09-15T12:29:53.000Z","dependencies_parsed_at":"2024-09-15T14:06:02.816Z","dependency_job_id":null,"html_url":"https://github.com/Seboran/redesigned-garbanzo","commit_stats":null,"previous_names":["seboran/redesigned-garbanzo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seboran%2Fredesigned-garbanzo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seboran%2Fredesigned-garbanzo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seboran%2Fredesigned-garbanzo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seboran%2Fredesigned-garbanzo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seboran","download_url":"https://codeload.github.com/Seboran/redesigned-garbanzo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246000818,"owners_count":20707803,"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":[],"created_at":"2024-12-07T16:08:16.861Z","updated_at":"2026-01-07T14:05:58.608Z","avatar_url":"https://github.com/Seboran.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redesigned Garbanzo\n\nDiffuser sa musique vers sa carte son via Airplay depuis sa Raspberry Pi ? Let's go !\n\n## Comment initialiser la Raspberry Pi ?\n\nCe tuto est grandement inspiré de \u003chttps://www.xda-developers.com/build-airplay-receiver-using-raspberry-pi/\u003e avec mes propres modifications.\n\nBurn une image Raspberry OS Lite via Raspberry Pi Manager \u003chttps://www.raspberrypi.com/software/\u003e, puis installer `shairplay-sync`\n\n```sh\nsudo apt-get install shairport-sync # cette étape peut être longue\nsudo systemctl start shairport-sync # démarrer le service\nsudo systemctl enable shairport-sync # démarrer le service automatiquement à chaque boot\n```\n\nTrouver le périphérique nécessaire pour la carte son\n\n```sh\n# Lister les périphériques disponibles\naplay -l\n```\n\nLa sortie peut ressembler à :\n\n```txt\n**** List of PLAYBACK Hardware Devices ****\ncard 0: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]\n  Subdevices: 8/8\n  Subdevice #0: subdevice #0\n  Subdevice #1: subdevice #1\n  Subdevice #2: subdevice #2\n  Subdevice #3: subdevice #3\n  Subdevice #4: subdevice #4\n  Subdevice #5: subdevice #5\n  Subdevice #6: subdevice #6\n  Subdevice #7: subdevice #7\ncard 1: M2X2 [M-Track 2X2], device 0: USB Audio [USB Audio]\n  Subdevices: 1/1\n  Subdevice #0: subdevice #0\ncard 2: vc4hdmi [vc4-hdmi], device 0: MAI PCM i2s-hifi-0 [MAI PCM i2s-hifi-0]\n  Subdevices: 1/1\n  Subdevice #0: subdevice #0\n```\n\nDans ce cas là, je veux connecter à l'appareil `M2X2`.\n\nMettre ce nom du périphérique dans le le fichier de conf de shairport :\n\n```sh\nsudo vi /etc/shairport-sync.conf\n```\n\nTrouver la ligne contenant `output_device` et mettre le périphérique recherché en préfixant par `hw:`\n\n```txt\noutput_device = \"hw:\u003cnom du périphérique\u003e\"\n```\n\nRelancer shairport\n\n```sh\nsudo systemctl restart shairport-sync\n```\n\nMonter le son\n\n```sh\nsudo amixer sset PCM,0 100%\n```\n\nVotre appareil est visible en airplay !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseboran%2Fredesigned-garbanzo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseboran%2Fredesigned-garbanzo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseboran%2Fredesigned-garbanzo/lists"}