{"id":31919518,"url":"https://github.com/techwithty/audio-playback","last_synced_at":"2025-12-30T21:07:35.310Z","repository":{"id":312436788,"uuid":"1047501666","full_name":"TechWithTy/audio-playback","owner":"TechWithTy","description":"Accessible audio playback UI for React/Next.js with timeline seeking, drag/keyboard controls, and token-based theming. Production-ready TypeScript.","archived":false,"fork":false,"pushed_at":"2025-08-30T15:07:16.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-30T17:22:51.957Z","etag":null,"topics":["a11y","accessibility","audio","design-tokens","frontend","media-player","nextjs","react","tailwind","typescript","ui","ux"],"latest_commit_sha":null,"homepage":"https://www.cybershoptech.com","language":"TypeScript","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/TechWithTy.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-30T15:07:04.000Z","updated_at":"2025-08-30T15:07:19.000Z","dependencies_parsed_at":"2025-08-30T17:23:03.815Z","dependency_job_id":"cda368bf-8826-4695-b0bc-bc8ed6324f1d","html_url":"https://github.com/TechWithTy/audio-playback","commit_stats":null,"previous_names":["techwithty/audio-playback"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/TechWithTy/audio-playback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Faudio-playback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Faudio-playback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Faudio-playback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Faudio-playback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechWithTy","download_url":"https://codeload.github.com/TechWithTy/audio-playback/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Faudio-playback/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017053,"owners_count":26085951,"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-10-13T02:00:06.723Z","response_time":61,"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":["a11y","accessibility","audio","design-tokens","frontend","media-player","nextjs","react","tailwind","typescript","ui","ux"],"created_at":"2025-10-13T21:45:02.187Z","updated_at":"2025-10-13T21:45:09.027Z","avatar_url":"https://github.com/TechWithTy.png","language":"TypeScript","readme":"# Audio Playback\n\nAccessible audio playback UI components for React/Next.js with timeline seeking, drag \u0026 keyboard controls, and token-based theming.\n\n- Intrinsic duration timeline (no absolute timestamps required)\n- Click/drag/keyboard seek with a11y roles and labels\n- Theme-aligned using Tailwind tokens from `_docs/features/ui/theming.md`\n\nWebsite: https://www.cybershoptech.com\n\n## Exports\n\n```ts\nimport { PlaybackCell, PlayButtonSkip } from \"@/external/audio-playback\";\n```\n\n## Usage\n\n```tsx\nimport { PlaybackCell } from \"@/external/audio-playback\";\nimport type { CallInfo } from \"@/types/_dashboard/campaign\";\n\nconst calls: CallInfo[] = [\n  {\n    callResponse: {\n      id: \"Call A\",\n      recordingUrl: \"/calls/example-call-yt.mp3\",\n      startedAt: new Date().toISOString(),\n      endedAt: new Date().toISOString(),\n    } as any,\n    contactId: \"contact-1\",\n    campaignId: \"campaign-1\",\n  },\n];\n\nexport default function Example() {\n  return \u003cPlaybackCell callInformation={calls} /\u003e;\n}\n```\n\n## Theming\n\n- Track uses `bg-muted/40` (remaining) and `bg-primary` (progress) with `border-border` and `ring-ring`.\n- Time badges use `bg-card/70` and `text-muted-foreground`.\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithty%2Faudio-playback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechwithty%2Faudio-playback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithty%2Faudio-playback/lists"}