{"id":19092613,"url":"https://github.com/steffest/aurelisplayer","last_synced_at":"2025-11-12T13:33:02.539Z","repository":{"id":70791159,"uuid":"53650619","full_name":"steffest/AurelisPlayer","owner":"steffest","description":"Web media player allowing multiple concurrent audio streams on desktop and mobile browsers","archived":false,"fork":false,"pushed_at":"2016-04-12T09:43:41.000Z","size":48418,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T23:17:00.619Z","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/steffest.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}},"created_at":"2016-03-11T08:12:23.000Z","updated_at":"2023-07-30T00:15:21.000Z","dependencies_parsed_at":"2023-02-24T01:46:07.748Z","dependency_job_id":null,"html_url":"https://github.com/steffest/AurelisPlayer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steffest%2FAurelisPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steffest%2FAurelisPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steffest%2FAurelisPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steffest%2FAurelisPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steffest","download_url":"https://codeload.github.com/steffest/AurelisPlayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240142762,"owners_count":19754633,"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":[],"created_at":"2024-11-09T03:21:01.935Z","updated_at":"2025-11-12T13:33:02.486Z","avatar_url":"https://github.com/steffest.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AurelisPlayer\n\nWeb media player allowing multiple concurrent audio streams on desktop and mobile browsers\n\nInput:\n- audio playlist for\n  - background music (\n  - session audio (containing intro, session and outro)\n- video url\n- array of image urls\n\nAudio playback is based on Howler : https://github.com/goldfire/howler.js/tree/2.0\n\nDesktop browser will default to HTML5 audio\nMobile browser will default to Web Audio API\nThis allows for multiple concurrent audio playback on mobile.\nWhen using Web Audio API a segmentented playlist is used.\nThis allows for fast preloading and playing of very large audio files, even on low-end devices with a limited amount of memory.\n\nExample\n\n```javascript\nAurelisPlayer.init({\n\t\tcontainer: \"aurelisplayer\",\n\t\tbackGroundPlaylist: [\n\t\t\t{url: '_samples/Guitar01.mp3', parts: 53}\n\t\t],\n\t\tsessionPlaylist:[\n\t\t\t{url: '_samples/EN00015.mp3', parts: 60 },\n\t\t\t{url: '_samples/EN07101.mp3', parts: 107 },\n\t\t\t{url: '_samples/EN99906.mp3', parts: 25 }\n\t\t],\n\t\tvideoUrl: videoUrl,\n\t\timages:[\n\t\t\t'_video/snap1.png',\n\t\t\t'_video/snap2.png',\n\t\t\t'_video/snap3.png',\n\t\t\t'_video/snap4.png',\n\t\t\t'_video/snap5.png',\n\t\t\t'_video/snap6.png'\n\t\t],\n\t\taudioEngine: audioEngine,\n\t\tlogger: log \n\t});\n```\n\n\nTested on most current Desktop and Mobile browsers\n- Windows\n  - Internet Explorer 9, 10 and 11\n  - Edge\n  - Firefox\n  - Chrome\n- OSX\n  - Safari\n  - Chrome\n  - Firefox\n- Linux\n  - Chrome\n  - Firefox\n- Android 4,5 and 6\n  - Chrome\n  - Stock Androuid browser\n  - Firefox\n- IOS\n  - Ipad IOS9\n  - iPhone IOS9 and IOS8\n  - iPod touch IOS7 and IOS6\n  \n\nLive demo at http://box.stef.be/audio/aurelis/player.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteffest%2Faurelisplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteffest%2Faurelisplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteffest%2Faurelisplayer/lists"}