{"id":16237539,"url":"https://github.com/lexus2k/vgm_test","last_synced_at":"2026-05-15T11:35:13.907Z","repository":{"id":108163236,"uuid":"179030364","full_name":"lexus2k/vgm_test","owner":"lexus2k","description":"VGM player for ESP32","archived":false,"fork":false,"pushed_at":"2021-02-18T22:49:52.000Z","size":1222,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T08:49:43.442Z","etag":null,"topics":["audio-player","esp32","msx","msx2","vgm","vgmplay","vgmusic"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lexus2k.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-04-02T08:13:17.000Z","updated_at":"2021-02-18T22:49:54.000Z","dependencies_parsed_at":"2023-12-25T05:31:46.491Z","dependency_job_id":null,"html_url":"https://github.com/lexus2k/vgm_test","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"c042afb0a28477305e6d4cb92bcc6f0e8a07f949"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lexus2k/vgm_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fvgm_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fvgm_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fvgm_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fvgm_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexus2k","download_url":"https://codeload.github.com/lexus2k/vgm_test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fvgm_test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33065605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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-player","esp32","msx","msx2","vgm","vgmplay","vgmusic"],"created_at":"2024-10-10T13:36:03.518Z","updated_at":"2026-05-15T11:35:13.891Z","avatar_url":"https://github.com/lexus2k.png","language":"C++","funding_links":["https://www.paypal.me/lexus2k"],"categories":[],"sub_categories":[],"readme":"# Vgm demo player for esp32\n\n[tocstart]: # (toc start)\n\n  * [Introduction](#introduction)\n  * [Key Features](#key-features)\n  * [Supported platforms](#supported-platforms)\n  * [Setting up](#setting-up)\n  * [License](#license)\n\n[tocend]: # (toc end)\n\n## Introduction\n\nThis is proof of concept of VGM music player for ESP32. This project uses code from the following sources:\n\n * [vgmplay library for esp32](https://github.com/lexus2k/vgmplay_esp32) - ported to RTOS library. You\n   can find original library for PC at https://github.com/vgmrips/vgmplay.\n * [audio player for esp32](https://github.com/lexus2k/audioplayer_esp32)\n * [Vampire Killer game vgm music files](https://vgmrips.net/packs/pack/vampire-killer-msx2)\n\nWatch demo video on youtube: [![Watch video](https://i.ytimg.com/vi/IBphdzlyeGA/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=\u0026rs=AOn4CLDMWl_P9x6T7LP27aVnZsDUyeCIfQ)](https://youtu.be/IBphdzlyeGA)\n\n## Key Features\n\n * Can support different formats (extendable).\n * For now supports: VGM, and native notes arrays.\n\n## Supported platforms\n\n| **Platforms** | **Comments** |\n| :-------- |:---------|\n| **ESP32 IDF** |     |\n\n## Setting up\n\nConnect low-power speaker or amplifier to GPIO25.\n\n*ESP32-IDF*\n  * How to get project\n\u003e git clone --recursive https://github.com/lexus2k/vgm_test\u003cbr\u003e\n\u003e git submodule update --init --recursive\u003cbr\u003e\n\n  * Recommended ESP32 IDF version\n\u003e git clone -b v3.2-beta1 --recursive https://github.com/espressif/esp-idf.git esp-idf\u003cbr\u003e\n\n## License\n\nIf this project helps you, you can give me a cup of coffee.\n[![Donate via Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/lexus2k)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexus2k%2Fvgm_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexus2k%2Fvgm_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexus2k%2Fvgm_test/lists"}