<?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: Divyanshu Patel</title>
    <description>The latest articles on DEV Community by Divyanshu Patel (@divyanshu_patel_).</description>
    <link>https://dev.to/divyanshu_patel_</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4019466%2F3ffcedd9-1221-4642-b248-c3eb6714ab39.png</url>
      <title>DEV Community: Divyanshu Patel</title>
      <link>https://dev.to/divyanshu_patel_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/divyanshu_patel_"/>
    <language>en</language>
    <item>
      <title>I Built SyncBuds: Synchronized Audio Across Phones with No Backend 🎧</title>
      <dc:creator>Divyanshu Patel</dc:creator>
      <pubDate>Tue, 07 Jul 2026 11:55:20 +0000</pubDate>
      <link>https://dev.to/divyanshu_patel_/i-built-syncbuds-synchronized-audio-across-phones-with-no-backend-54i3</link>
      <guid>https://dev.to/divyanshu_patel_/i-built-syncbuds-synchronized-audio-across-phones-with-no-backend-54i3</guid>
      <description>&lt;h1&gt;
  
  
  I Built SyncBuds: Synchronized Audio Across Phones with No Backend 🎧
&lt;/h1&gt;

&lt;p&gt;What if friends could listen to the same audio together, perfectly synchronized, while each person uses their own phone and earbuds?&lt;/p&gt;

&lt;p&gt;That’s &lt;strong&gt;SyncBuds&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;📱 One phone hosts a room&lt;br&gt;
📶 Friends join over WiFi or hotspot&lt;br&gt;
🎧 Everyone listens through their own earbuds&lt;br&gt;
🚫 No backend, accounts, or internet required&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;The host phone acts as the server and clock master.&lt;/p&gt;

&lt;p&gt;Under the hood, SyncBuds uses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;mDNS for room discovery&lt;/li&gt;
&lt;li&gt;TCP for control messages&lt;/li&gt;
&lt;li&gt;NTP-style clock synchronization&lt;/li&gt;
&lt;li&gt;UDP for real-time audio streaming&lt;/li&gt;
&lt;li&gt;Native Android audio playback&lt;/li&gt;
&lt;li&gt;Jitter buffering and drift correction&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The hardest challenge is keeping different phones synchronized despite network jitter and device-specific audio latency.&lt;/p&gt;

&lt;h2&gt;
  
  
  What works today
&lt;/h2&gt;

&lt;p&gt;✅ Room hosting and discovery&lt;br&gt;
✅ QR/code joining&lt;br&gt;
✅ Real clock synchronization&lt;br&gt;
✅ Host-to-guest audio streaming&lt;br&gt;
✅ Synchronized play/pause&lt;br&gt;
✅ Latency calibration&lt;br&gt;
✅ Auto-reconnect&lt;/p&gt;

&lt;p&gt;SyncBuds is still early and completely open source. I’m looking for testers and developers interested in Android audio, networking, Flutter, or DSP.&lt;/p&gt;

&lt;p&gt;⭐ GitHub: &lt;a href="https://github.com/divyanshupatel17/syncbuds" rel="noopener noreferrer"&gt;https://github.com/divyanshupatel17/syncbuds&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback and contributions are welcome! 🚀&lt;/p&gt;

</description>
      <category>music</category>
      <category>wifi</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
