<?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: DataVoxy</title>
    <description>The latest articles on DEV Community by DataVoxy (@tommyvoxy).</description>
    <link>https://dev.to/tommyvoxy</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%2F4078751%2Fe01b109e-1cb1-4a91-9bbd-7afb63dd585f.png</url>
      <title>DEV Community: DataVoxy</title>
      <link>https://dev.to/tommyvoxy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tommyvoxy"/>
    <language>en</language>
    <item>
      <title>ear training app with Web Audio API</title>
      <dc:creator>DataVoxy</dc:creator>
      <pubDate>Sat, 15 Aug 2026 09:37:47 +0000</pubDate>
      <link>https://dev.to/tommyvoxy/ear-training-app-with-web-audio-api-5d15</link>
      <guid>https://dev.to/tommyvoxy/ear-training-app-with-web-audio-api-5d15</guid>
      <description>&lt;p&gt;I studied at a conservatory and we always used song mnemonics for intervals. Star Wars for a perfect fifth, Jaws for a minor second. Couldn't find a clean web app that does this, so I built one in a day.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;p&gt;Interval and chord recognition with 12 intervals and 8 chord types&lt;br&gt;
Spaced repetition (asks more of what you get wrong)&lt;br&gt;
4 sound types: piano, synth, guitar, sine wave&lt;br&gt;
Daily challenges and streak tracking&lt;br&gt;
All progress saved locally, no account needed&lt;br&gt;
Stack:&lt;/p&gt;

&lt;p&gt;Pure HTML/CSS/JS, single file&lt;br&gt;
Web Audio API for generating tones (no audio files)&lt;br&gt;
localStorage for all progress data&lt;br&gt;
Cloudflare Workers + R2 for hosting (zero cost)&lt;br&gt;
No framework, no build step, no backend&lt;br&gt;
The whole app is one HTML file. Deploys to Cloudflare R2 and gets served by a Worker that maps paths to objects in the bucket.&lt;/p&gt;

&lt;p&gt;Try it here: &lt;a href="https://tonepulse.datavoxy.com" rel="noopener noreferrer"&gt;https://tonepulse.datavoxy.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Planning to add scale identification and melodic dictation next. Feedback welcome.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>music</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
