TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Inspired by a recent post, an old-timey radio station for my wife's newsletter

2 点作者 skramzy7 个月前

1 comment

skramzy7 个月前
I&#x27;m not sure how they built theirs, but here&#x27;s how I built mine:<p>- Parse the newsletter RSS feed - Summarize the most recent post with an LLM in the style of a fast-talking 1920s transatlantic radio broadcaster - Generate an audio file by synthesizing a custom voice I generated by sampling the recap narrator of Avatar: The Legend of Korra - Upload the file to a cloud object store and return the playback URL to the client - Repeat steps 1 - 4 each week until the heat death of the universe<p>This will run autonomously with new weekly content for as long as the newsletter persists.<p>Built with Next.js, TypeScript, Tailwind &amp; Vercel