<?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: Nothorik</title>
    <description>The latest articles on DEV Community by Nothorik (@nothorik).</description>
    <link>https://dev.to/nothorik</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%2F3394832%2F60c6731e-1cd0-4b40-adbf-e0f4a11a9167.png</url>
      <title>DEV Community: Nothorik</title>
      <link>https://dev.to/nothorik</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nothorik"/>
    <language>en</language>
    <item>
      <title>I built a free browser-based audio converter using FFmpeg and WebAssembly</title>
      <dc:creator>Nothorik</dc:creator>
      <pubDate>Mon, 28 Jul 2025 16:57:26 +0000</pubDate>
      <link>https://dev.to/nothorik/i-built-a-free-browser-based-audio-converter-using-ffmpeg-and-webassembly-2326</link>
      <guid>https://dev.to/nothorik/i-built-a-free-browser-based-audio-converter-using-ffmpeg-and-webassembly-2326</guid>
      <description>&lt;p&gt;For a long time I struggled to find an online audio converter that didn’t require uploading files to a remote server, creating an account, or tolerating endless popups and ads.&lt;/p&gt;

&lt;p&gt;So I decided to build my own:&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Free Audio Converter Online&lt;/strong&gt; — a lightweight tool that runs 100% in the browser using FFmpeg compiled to WebAssembly.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎯 What it does:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Convert audio files between &lt;strong&gt;MP3, WAV, OGG, FLAC, AAC&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Support for &lt;strong&gt;batch conversion&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Choose &lt;strong&gt;bitrate, sample rate, channels, and compression mode&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Files are never uploaded — &lt;strong&gt;everything happens locally&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  ⚙️ Tech stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;FFmpeg compiled to WASM&lt;/li&gt;
&lt;li&gt;JavaScript + Tailwind CSS&lt;/li&gt;
&lt;li&gt;Runs entirely client-side, no server logic&lt;/li&gt;
&lt;li&gt;Simple ZIP packaging for multiple outputs&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  ✅ Why?
&lt;/h3&gt;

&lt;p&gt;Because privacy matters — and audio conversion should be instant, simple and offline when possible.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔗 Try it here:
&lt;/h3&gt;

&lt;p&gt;👉 &lt;a href="https://freeaudioconverteronline.com" rel="noopener noreferrer"&gt;https://freeaudioconverteronline.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love any feedback, suggestions or testing help!&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;P.S.&lt;/strong&gt; If you've worked with audio in the browser or FFmpeg via WASM, I'd love to hear what you've built too!&lt;/p&gt;

</description>
      <category>webassembly</category>
      <category>ffmpeg</category>
      <category>audiotools</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
