<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shawn</title>
    <description>The latest articles on DEV Community by Shawn (@shawn_dsza).</description>
    <link>https://dev.to/shawn_dsza</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F28491%2F74b04852-f620-4ccf-a143-ede0fc6b2785.jpeg</url>
      <title>DEV Community: Shawn</title>
      <link>https://dev.to/shawn_dsza</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shawn_dsza"/>
    <language>en</language>
    <item>
      <title>VoxTube – Convert YouTube videos to audio with local TTS</title>
      <dc:creator>Shawn</dc:creator>
      <pubDate>Fri, 30 Jan 2026 23:37:08 +0000</pubDate>
      <link>https://dev.to/shawn_dsza/voxtube-convert-youtube-videos-to-audio-with-local-tts-1ae1</link>
      <guid>https://dev.to/shawn_dsza/voxtube-convert-youtube-videos-to-audio-with-local-tts-1ae1</guid>
      <description>&lt;p&gt;I built a tool to convert YouTube videos into podcasts&lt;/p&gt;

&lt;h3&gt;
  
  
  Body
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Problem:&lt;/strong&gt; I kept queuing YouTube tutorials and talks but never watching them. Video demands attention in a way that audio doesn't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Solution:&lt;/strong&gt; VoxTube extracts transcripts from YouTube videos and converts them to audio using high-quality TTS.&lt;/p&gt;

&lt;p&gt;Now I "watch" YouTube during my commute, while cooking, and during workouts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical details:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Built with Bun + Hono (~300 lines)&lt;/li&gt;
&lt;li&gt;Uses Kokoro TTS (runs locally via Docker)&lt;/li&gt;
&lt;li&gt;Caches generated audio&lt;/li&gt;
&lt;li&gt;No cloud dependencies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bun's file APIs are really nice for streaming audio&lt;/li&gt;
&lt;li&gt;Modern TTS (Kokoro) sounds surprisingly natural&lt;/li&gt;
&lt;li&gt;Most YouTube videos have transcripts available&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Stats:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;2 weeks to MVP&lt;/li&gt;
&lt;li&gt;~300 lines of code&lt;/li&gt;
&lt;li&gt;0 monthly costs (runs locally)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/shawn-dsz/voxtube" rel="noopener noreferrer"&gt;https://github.com/shawn-dsz/voxtube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the build!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>vibecoding</category>
      <category>sideprojects</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
