{"id":16237616,"url":"https://github.com/lexus2k/audioplayer_esp32","last_synced_at":"2025-07-10T07:34:16.337Z","repository":{"id":108162468,"uuid":"179832332","full_name":"lexus2k/audioplayer_esp32","owner":"lexus2k","description":"Audio I2S player for ESP32","archived":false,"fork":false,"pushed_at":"2022-03-27T22:27:50.000Z","size":78,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T04:25:02.623Z","etag":null,"topics":["audio","audio-player","esp32","esp32-sound","i2s","i2s-audio","i2s-dac"],"latest_commit_sha":null,"homepage":null,"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-06T12:44:51.000Z","updated_at":"2023-08-12T18:32:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"99c913ae-f0bf-41c2-9b66-ff14a48c59c7","html_url":"https://github.com/lexus2k/audioplayer_esp32","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lexus2k/audioplayer_esp32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Faudioplayer_esp32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Faudioplayer_esp32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Faudioplayer_esp32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Faudioplayer_esp32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexus2k","download_url":"https://codeload.github.com/lexus2k/audioplayer_esp32/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Faudioplayer_esp32/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264545173,"owners_count":23625405,"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":["audio","audio-player","esp32","esp32-sound","i2s","i2s-audio","i2s-dac"],"created_at":"2024-10-10T13:36:20.315Z","updated_at":"2025-07-10T07:34:16.314Z","avatar_url":"https://github.com/lexus2k.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# audioplayer_esp32\nAudio I2S player for ESP32\n\nTo use vgm files please, download this library also: https://github.com/lexus2k/vgm_decoder\nAudioPlayer needs it to play vgm files\n\nDemo with playing vgm files on ESP32 is here: https://github.com/lexus2k/vgm_test\n\n## Easy to use\n\nExample\n```.cpp\n#include \"audio_player.h\"\n#include \"nixie_melodies.h\"\n\n// Let's use 16kHz sound\nAudioPlayer audio_player( 16000 );\n\nstatic void main_task(void *pvParameter)\n{\n    /* set prebuffering in milliseconds. It is required, when thread sleeps */\n    audio_player.set_prebuffering( 50 );\n    // Use audio_player.begin(EAudioChannels::BOTH, false) to use with external I2S decoder\n    // Use audio_player.begin(EAudioChannels::BOTH, true) or audio_player.begin() to use with internal built-in I2S DAC decoder\n    audio_player.begin();\n    audio_player.play( \u0026melodyMonkeyIslandP );\n\n    for(;;)\n    {\n        audio_player.update();\n        vTaskDelay(50 / portTICK_PERIOD_MS);\n    }\n    audio_player.end();\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexus2k%2Faudioplayer_esp32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexus2k%2Faudioplayer_esp32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexus2k%2Faudioplayer_esp32/lists"}