{"id":18148276,"url":"https://github.com/copych/esp32-i2s-audio-helper-class","last_synced_at":"2026-03-03T17:33:30.362Z","repository":{"id":260356897,"uuid":"881048568","full_name":"copych/ESP32-I2S-Audio-Helper-Class","owner":"copych","description":"I2S helper class for ESP32 family. Makes I2S Audio really easy.","archived":false,"fork":false,"pushed_at":"2025-03-07T09:48:52.000Z","size":48,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T00:15:52.977Z","etag":null,"topics":["esp-arduino","esp32","esp32-arduino","esp32-s3","i2s","i2s-audio"],"latest_commit_sha":null,"homepage":"","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/copych.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-10-30T20:31:20.000Z","updated_at":"2025-03-07T09:48:55.000Z","dependencies_parsed_at":"2024-12-20T09:42:20.959Z","dependency_job_id":"cdf68d1a-e8da-4bf6-b815-435cdccbade2","html_url":"https://github.com/copych/ESP32-I2S-Audio-Helper-Class","commit_stats":null,"previous_names":["copych/esp32-i2s-audio-helper-class"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/copych/ESP32-I2S-Audio-Helper-Class","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copych%2FESP32-I2S-Audio-Helper-Class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copych%2FESP32-I2S-Audio-Helper-Class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copych%2FESP32-I2S-Audio-Helper-Class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copych%2FESP32-I2S-Audio-Helper-Class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copych","download_url":"https://codeload.github.com/copych/ESP32-I2S-Audio-Helper-Class/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copych%2FESP32-I2S-Audio-Helper-Class/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271598436,"owners_count":24787660,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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":["esp-arduino","esp32","esp32-arduino","esp32-s3","i2s","i2s-audio"],"created_at":"2024-11-01T23:07:49.611Z","updated_at":"2026-03-03T17:33:30.308Z","avatar_url":"https://github.com/copych.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32-I2S-Audio-Helper-Class\n\nA wrapper/helper class to make I2S easy. Compatible with ESP Arduino cores 2.x.x and 3.x.x.\n\n\nAccess audio capabilities of ESP32 family with a few lines of code like\n\n```\n#include \"i2s_config.h\"\n#include \"i2s_in_out.h\"\n\nI2S_Audio AudioPort;\nfloat sampleL = 0.0f;\nfloat sampleR = 0.0f;\n\nvoid setup() {\n  AudioPort.init(I2S_Audio::MODE_IN_OUT);\n}\n\nvoid loop() {\n  // get one input sample\n  AudioPort.getSamples(sampleL, sampleR);\n\n  // process it the way you like\n  SomeOfYourEffects.process(\u0026sampleL, \u0026sampleR);\n\n  // output processed sample\n  AudioPort.putSamples(sampleL, sampleR);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopych%2Fesp32-i2s-audio-helper-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopych%2Fesp32-i2s-audio-helper-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopych%2Fesp32-i2s-audio-helper-class/lists"}