{"id":51677266,"url":"https://github.com/accesswatch/git-going-with-github-audio-handoff","last_synced_at":"2026-07-15T08:03:05.739Z","repository":{"id":358293616,"uuid":"1237148857","full_name":"accesswatch/git-going-with-github-audio-handoff","owner":"accesswatch","description":"Minimal audio generation handoff for Git Going with GitHub podcasts","archived":false,"fork":false,"pushed_at":"2026-05-16T16:04:25.000Z","size":6117,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-16T18:13:48.222Z","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/accesswatch.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":"2026-05-12T23:28:04.000Z","updated_at":"2026-05-16T16:03:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/accesswatch/git-going-with-github-audio-handoff","commit_stats":null,"previous_names":["accesswatch/git-going-with-github-audio-handoff"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/accesswatch/git-going-with-github-audio-handoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accesswatch%2Fgit-going-with-github-audio-handoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accesswatch%2Fgit-going-with-github-audio-handoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accesswatch%2Fgit-going-with-github-audio-handoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accesswatch%2Fgit-going-with-github-audio-handoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/accesswatch","download_url":"https://codeload.github.com/accesswatch/git-going-with-github-audio-handoff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accesswatch%2Fgit-going-with-github-audio-handoff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35496719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"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":"2026-07-15T08:03:04.995Z","updated_at":"2026-07-15T08:03:05.731Z","avatar_url":"https://github.com/accesswatch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Going with GitHub Audio Handoff\n\nThis handoff is for generating the Git Going with GitHub podcast MP3 files on a fast Mac. Kokoro is the default production engine.\n\n**Latest update:** Episode 79 \"What Comes Next\" final episode added with 27 chapter markers and metadata.\n\n## What Is Included\n\n- `podcasts/scripts/chapters/` - 57 main course episode scripts with `[ALEX]`, `[JAMIE]`, and `[PAUSE]` markers\n- `podcasts/scripts/appendices/` - reference episode scripts (agents, security, desktop, CLI, etc.)\n- `podcasts/transcripts/` - transcript segments and chapter references as JSON\n- `podcasts/chapters/` - episode metadata with chapter markers (timestamps and titles)\n- `podcasts/config/listening-order.json` - canonical generation and feed order (75 total episodes)\n- `podcasts/manifest.json` - episode catalog with metadata\n- `podcasts/tts/` - Kokoro TTS generation code, lexicon, and Python requirements\n- `podcasts/audio/` - empty output folder for generated MP3 files\n- `admin/PODCASTS.md` and `podcasts/feed.xml` - regenerated after audio exists\n\n## Mac Prerequisites\n\nInstall once (requires Homebrew):\n\n```bash\nbrew install python ffmpeg node\n```\n\nRequires Python 3.10+. Apple Silicon Macs work well with default wheels.\n\n## One-Command Generation (Recommended)\n\nFrom the handoff folder root, run everything with one command:\n\n```bash\nbash podcasts/tools/macos-audio-all-in-one.sh\n```\n\nThis does all setup, configuration checks, audio generation, metadata tagging, feed building, and inventory validation in one go.\n\nTime estimate: 30-60 minutes on a fast Mac.\n\n---\n\n## Manual Setup (If Needed)\n\nIf you prefer to run steps individually:\n\n```bash\nbash podcasts/tools/macos-audio-setup.sh\n```\n\nThen after setup completes:\n\n```bash\nbash podcasts/tools/macos-audio-generate.sh\n```\n\n**Setup includes:**\n- Homebrew installation of Python, FFmpeg, Node\n- Python venv and package installation\n- Node dependency installation (`npm ci`)\n- Kokoro TTS model download\n- Configuration validation\n\n**Generation includes:**\n- Audio MP3 synthesis (all 75 episodes)\n- ID3 metadata and chapter frame writing\n- Podcast feed generation and validation\n- Audio inventory verification\n\nMP3s are written to `podcasts/audio/kokoro-am_liam-af_jessica/`.\n\n## Return These Files\n\nAfter full generation, return:\n\n```text\npodcasts/audio/kokoro-am_liam-af_jessica/*.mp3\npodcasts/audio/segments/**/manifest.json\npodcasts/chapters/*.json\npodcasts/audio/metadata-touch-report.json\npodcasts/logs/audio_inventory_report.json\npodcasts/feed.xml\nadmin/PODCASTS.md\n```\n\nSegment WAV files are large—return only if debugging is needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccesswatch%2Fgit-going-with-github-audio-handoff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccesswatch%2Fgit-going-with-github-audio-handoff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccesswatch%2Fgit-going-with-github-audio-handoff/lists"}