{"id":18148271,"url":"https://github.com/realsba/esp32-mod-player","last_synced_at":"2026-04-26T12:31:49.805Z","repository":{"id":260669425,"uuid":"882001603","full_name":"realsba/esp32-mod-player","owner":"realsba","description":"ESP32 MOD Player: A lightweight ESP-IDF component for playing MOD files on ESP32 devices, leveraging the ModPlayer library as a submodule. Includes an example project for easy integration and setup.","archived":false,"fork":false,"pushed_at":"2024-11-15T13:15:07.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T21:47:22.158Z","etag":null,"topics":["audio-player","audio-processing","cpp","cpp23","embedded-audio","esp-idf","esp-idf-component","esp32","mod","mod-player","sound-processing","tracker"],"latest_commit_sha":null,"homepage":"","language":"CMake","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/realsba.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-11-01T17:08:28.000Z","updated_at":"2024-11-15T13:15:11.000Z","dependencies_parsed_at":"2024-11-01T18:39:58.649Z","dependency_job_id":null,"html_url":"https://github.com/realsba/esp32-mod-player","commit_stats":null,"previous_names":["realsba/esp32-mod-player"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/realsba/esp32-mod-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realsba%2Fesp32-mod-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realsba%2Fesp32-mod-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realsba%2Fesp32-mod-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realsba%2Fesp32-mod-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realsba","download_url":"https://codeload.github.com/realsba/esp32-mod-player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realsba%2Fesp32-mod-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["audio-player","audio-processing","cpp","cpp23","embedded-audio","esp-idf","esp-idf-component","esp32","mod","mod-player","sound-processing","tracker"],"created_at":"2024-11-01T23:07:49.048Z","updated_at":"2026-04-26T12:31:49.786Z","avatar_url":"https://github.com/realsba.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 MOD Player Component\n\nThe `esp32-mod-player` is an ESP-IDF component designed to enable MOD file playback on ESP32 devices using the [ModPlayer](https://github.com/realsba/ModPlayer) library as a submodule.\n\n## Features\n\n- Provides seamless MOD file playback on ESP32 with minimal setup\n- Built as an esp-idf component, making it compatible with the ESP-IDF build system\n- Utilizes the `ModPlayer` library without additional code, ensuring efficient integration\n\n## Requirements\n\n- ESP-IDF v5.4 or later\n- ModPlayer library (included as a submodule)\n\n## Installation\n\nTo include `esp32-mod-player` in your project:\n\n1. Use the `idf.py add-dependency` command to add the component from the ESP Component Registry:\n\n    ```bash\n    idf.py add-dependency \"realsba/esp32-mod-player\"\n    ```\n\n2. Alternatively, add the component manually as a Git submodule:\n\n    ```bash\n    git submodule add https://github.com/realsba/esp32-mod-player components/esp32-mod-player\n    git submodule update --init --recursive\n    ```\n\n3. Ensure that the `ModPlayer` library is correctly initialized as a submodule.\n\n## Configuration\n\nNo specific configuration is required for this component. However, check the `ModPlayer` documentation for any settings or tuning parameters.\n\n## Usage\n\nA sample usage example is available in the [`examples/mod-player`](examples/mod-player) folder. This example demonstrates how to set up MOD playback within an esp-idf project.\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/realsba/esp32-mod-player/blob/main/LICENSE) file for details.\n\n## Author\n\n- Bohdan Sadovyak\n\n## Bugs/Issues\n\nPlease report any bugs or issues [here](https://github.com/realsba/esp32-mod-player/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealsba%2Fesp32-mod-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealsba%2Fesp32-mod-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealsba%2Fesp32-mod-player/lists"}