{"id":19998093,"url":"https://github.com/shorepine/amy_dual_core_esp32","last_synced_at":"2026-03-02T09:34:16.071Z","repository":{"id":253139983,"uuid":"842591382","full_name":"shorepine/amy_dual_core_esp32","owner":"shorepine","description":"Example of AMY running in dual cores on an ESP32 (or S3, or P4)","archived":false,"fork":false,"pushed_at":"2024-08-21T23:30:48.000Z","size":27,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T00:31:41.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/shorepine.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-14T16:57:53.000Z","updated_at":"2025-04-10T12:00:48.000Z","dependencies_parsed_at":"2025-09-19T23:31:30.360Z","dependency_job_id":"2a63ed99-3f51-47f6-99b3-c54fe8643859","html_url":"https://github.com/shorepine/amy_dual_core_esp32","commit_stats":null,"previous_names":["shorepine/amy_dual_core_esp32"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shorepine/amy_dual_core_esp32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shorepine%2Famy_dual_core_esp32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shorepine%2Famy_dual_core_esp32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shorepine%2Famy_dual_core_esp32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shorepine%2Famy_dual_core_esp32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shorepine","download_url":"https://codeload.github.com/shorepine/amy_dual_core_esp32/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shorepine%2Famy_dual_core_esp32/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29997213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":[],"created_at":"2024-11-13T05:07:20.972Z","updated_at":"2026-03-02T09:34:16.021Z","avatar_url":"https://github.com/shorepine.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 (+S3, P4) AMY dual core example\n\nAn ESP-IDF implementation of running [AMY](https://github.com/shorepine/AMY) in dual cores.\n\n## How to use example\n\nClone AMY into a folder next to this one\n\n```bash\ngit clone https://github.com/shorepine/amy\ngit clone https://github.com/shorepine/amy_dual_core_esp32\n```\n\nSet your I2S pins at the top of `hello_world_main.c` in this repository:\n\n```c\n#define CONFIG_I2S_BCLK 25\n#define CONFIG_I2S_LRCLK 36\n#define CONFIG_I2S_DIN 32\n```\n\nInstall and export the [ESP-IDF](https://github.com/espressif/esp-idf). For the P4, use the `master` branch.\n\n```bash\ngit clone https://github.com/espressif/esp-idf\ncd esp-idf\n./install.sh esp32p4\nsource ./export.sh\ncd ..\n```\n\nCompile and flash your board, setting the `IDF_TARGET` to whatever you're using \n```bash\ncd amy_dual_core_esp32\nidf.py set-target esp32p4\nidf.py flash\n```\n\nYou should hear up to 20 polyphonic Juno-6 voices play out your I2S speaker. This uses both cores.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshorepine%2Famy_dual_core_esp32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshorepine%2Famy_dual_core_esp32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshorepine%2Famy_dual_core_esp32/lists"}