{"id":30580371,"url":"https://github.com/borewit/icy-radio-stream-player","last_synced_at":"2025-08-29T05:23:24.149Z","repository":{"id":306654940,"uuid":"1026846519","full_name":"Borewit/icy-radio-stream-player","owner":"Borewit","description":"React demo building streaming radio plauyer @music-metadata/icy, music-metadata and audiomotion-analyzer","archived":false,"fork":false,"pushed_at":"2025-07-30T10:31:40.000Z","size":724,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-21T00:05:55.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Borewit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":"Borewit","buy_me_a_coffee":"borewit"}},"created_at":"2025-07-26T18:30:01.000Z","updated_at":"2025-07-30T10:31:44.000Z","dependencies_parsed_at":"2025-07-26T23:39:40.008Z","dependency_job_id":"f4354176-6304-48c5-9c45-57b68b057559","html_url":"https://github.com/Borewit/icy-radio-stream-player","commit_stats":null,"previous_names":["borewit/icy-radio-stream-player"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Borewit/icy-radio-stream-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borewit%2Ficy-radio-stream-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borewit%2Ficy-radio-stream-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borewit%2Ficy-radio-stream-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borewit%2Ficy-radio-stream-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Borewit","download_url":"https://codeload.github.com/Borewit/icy-radio-stream-player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borewit%2Ficy-radio-stream-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272634532,"owners_count":24967665,"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-29T02:00:10.610Z","response_time":87,"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":"2025-08-29T05:23:23.535Z","updated_at":"2025-08-29T05:23:24.144Z","avatar_url":"https://github.com/Borewit.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Borewit","https://buymeacoffee.com/borewit"],"categories":[],"sub_categories":[],"readme":"# @music-metadata/icy demo\n\n# ICY Radio Stream Player\n\n## Demo\n\n[![icy-radio-stream-player.png](images/icy-radio-stream-player.png)](https://icy-radio-stream-player.netlify.app/)\n\n## Architecture\n\n```mermaid\nflowchart TD\nA[FLAC ICY Stream via fetch] --\u003e B[\"ICY Metadata Parser\u003cbr/\u003e(@music-metadata/icy)\"]\nB --\u003e C[\"FLAC Stream Data\u003cbr/\u003e(Without ICY blocks)\"]\nB --\u003e M[Stream Metadata\u003cbr/\u003eArtist, Title, Stats]\n\nC --\u003e D[\"FLAC Decoder in JS flac.js\"]\nD --\u003e E[\"PCM Frames\u003cbr/\u003e(Float32Array per channel)\"]\n\nE --\u003e F[AudioBufferSourceNode]\nF --\u003e G[AudioContext]\nG --\u003e H[AudioMotionAnalyzer]\nG --\u003e I[Speakers / Output]\n\nM -.-\u003e J[Update UI\u003cbr/\u003ewith song title, bitrate, etc.]\n\nstyle A fill:#dff,stroke:#339,stroke-width:1px\nstyle B fill:#cfc,stroke:#393,stroke-width:1px\nstyle D fill:#ffd,stroke:#996,stroke-width:1px\nstyle G fill:#eef,stroke:#00c,stroke-width:1px\nstyle H fill:#eef,stroke:#09c,stroke-width:1px\nstyle I fill:#eee,stroke:#aaa\n```\n\n### Components used\n\n- [music-metadata](https://github.com/Borewit/music-metadata)\n- [@music-metadata/icy](https://github.com/Borewit/music-metadata-icy)\n- [audiomotion-analyser](https://github.com/hvianna/audioMotion-analyzer)\n- [@wasm-audio-decoders/flac](https://github.com/eshaz/wasm-audio-decoders)\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n#","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborewit%2Ficy-radio-stream-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborewit%2Ficy-radio-stream-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborewit%2Ficy-radio-stream-player/lists"}