<?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: Jorge Oviedo</title>
    <description>The latest articles on DEV Community by Jorge Oviedo (@manichov1972).</description>
    <link>https://dev.to/manichov1972</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%2F4099638%2F295ff270-a0f4-4605-a0d6-df5871f125f1.jpg</url>
      <title>DEV Community: Jorge Oviedo</title>
      <link>https://dev.to/manichov1972</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manichov1972"/>
    <language>en</language>
    <item>
      <title>I built a complete DJ console in a single HTML file using Web Audio API</title>
      <dc:creator>Jorge Oviedo</dc:creator>
      <pubDate>Sat, 29 Aug 2026 01:38:28 +0000</pubDate>
      <link>https://dev.to/manichov1972/i-built-a-complete-dj-console-in-a-single-html-file-using-web-audio-api-dod</link>
      <guid>https://dev.to/manichov1972/i-built-a-complete-dj-console-in-a-single-html-file-using-web-audio-api-dod</guid>
      <description>&lt;p&gt;Hey dev community! I want to share a project I just launched: &lt;strong&gt;MasterDJ AI&lt;/strong&gt; — a professional DJ platform that runs entirely in the browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is it?
&lt;/h2&gt;

&lt;p&gt;A single HTML file (~400KB) that gives you a full DJ console. No frameworks, no dependencies, no server required for the core app.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Web Audio API&lt;/strong&gt; — real-time audio processing (BufferSource, BiquadFilter, Convolver, Analyser nodes)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Canvas API&lt;/strong&gt; — rainbow waveform visualization colored by frequency&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ID3v2 parser&lt;/strong&gt; — extracts album cover art from MP3 metadata in pure JavaScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Center channel cancellation&lt;/strong&gt; — karaoke mode that removes vocals by subtracting R from L channel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CSS custom properties&lt;/strong&gt; — 8 theme skins switchable in real-time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;i18n&lt;/strong&gt; — 13 languages with RTL support for Arabic and Hebrew&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PHP/MySQL&lt;/strong&gt; — backend for license keys, song requests, and visitor tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Dual deck mixing with independent volume, speed, pitch&lt;/li&gt;
&lt;li&gt;3-band EQ with kill switches per deck&lt;/li&gt;
&lt;li&gt;4 real-time effects: Filter, Delay, Reverb, Phaser&lt;/li&gt;
&lt;li&gt;Smart automix with 3-second ease-in-out crossfade&lt;/li&gt;
&lt;li&gt;BPM detection using energy-based onset analysis&lt;/li&gt;
&lt;li&gt;8 hot cue pads and beat loops per deck&lt;/li&gt;
&lt;li&gt;Session recording via MediaRecorder API&lt;/li&gt;
&lt;li&gt;Live Song Requests — audience scans QR code to request songs in real-time&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Song Request System
&lt;/h2&gt;

&lt;p&gt;This is the feature I'm most proud of. The DJ opens a "room," gets a QR code. People at the party scan it with their phone — no app needed — type a song name, and it appears on the DJ's console in real-time via PHP polling.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

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

&lt;p&gt;Free version available. Pro ($14.99 one-time) unlocks effects, karaoke, hot cues, and premium skins.&lt;/p&gt;

&lt;p&gt;Would love to hear your feedback, especially on the Web Audio API implementation!&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>javascript</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
