TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I've built a spectrogram analyzer web app

244 pointsby ssghabout 2 years ago

15 comments

jboy55about 2 years ago
Here is a spectrogram of the track, &quot;Look&quot; from the album, &quot;Songs about my Cats&quot; by Venetian Snares.<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;sRe6Ypv" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;sRe6Ypv</a><p>Aphex twin did something similar, but this is more playful in my opinion.
评论 #35786739 未加载
评论 #35785258 未加载
评论 #35785075 未加载
评论 #35784392 未加载
评论 #35786274 未加载
ssghabout 2 years ago
Author here. This is a basic spectrogram visualizer that&#x27;s mobile friendly. It allows to select regions on the spectrogram and play them separately. There is no grand plan behind this web app: it&#x27;s just a handy basic tool to capture sounds on your phone and see what they look like.
评论 #35782328 未加载
评论 #35784477 未加载
评论 #35782243 未加载
评论 #35782598 未加载
评论 #35783283 未加载
评论 #35784156 未加载
评论 #35783100 未加载
评论 #35783326 未加载
orbisvicisabout 2 years ago
When I read about ultrasonic cross-device trackers in advertising [1], I installed &quot;org.woheller69.audio_analyzer_for_android&quot; and &quot;hans.b.skewy1_0&quot; (automatic ultrasonic detection) and started scanning through TV channels after running some test tones. Suffice to say I didn&#x27;t find any, but the entire process was quite fun. There&#x27;s also &quot;org.billthefarmer.scope&quot; which is an oscilloscope with a spectrum (not spectrogram).<p>1. <a href="https:&#x2F;&#x2F;arstechnica.com&#x2F;tech-policy&#x2F;2015&#x2F;11&#x2F;beware-of-ads-that-use-inaudible-sound-to-link-your-phone-tv-tablet-and-pc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arstechnica.com&#x2F;tech-policy&#x2F;2015&#x2F;11&#x2F;beware-of-ads-th...</a>
vishnuharidasabout 2 years ago
Web apps like this that accesses user&#x27;s data should provide samples for users to experiment and explore before they have to give access to their actual data.
评论 #35783984 未加载
nick_mabout 2 years ago
Brilliant work - I &quot;get&quot; how this works, I&#x27;ve just spent about half-an-hour playing with this (Chrome browser on my kitchen ChromeBook), singing into it and letting it &quot;listen&quot; to the ambient background noise here (old cooker clock ticking, fridge compressor rumbling occasionally). Useful, educational, and fun also - thanks for publishing&#x2F;hosting this so others can enjoy it!
vjerancrnjakabout 2 years ago
Very nice app.<p>I usually use Audacity to inspect the spectrogram of FLAC files and see if they really are 44100Hz or if someone packaged a constant rate 320kbps mp3 encode into a FLAC file.<p>Now I can just check it in my browser :D
firefoxdabout 2 years ago
Simple, straight to the point, and super useful.<p>One place I used these was on a toy AI assistant. I recorded myself saying a trigger word thousands of times, cut the audio in pieces and converted each to a spectrogram image. I then feed those to a training model to help recognize the trigger word.<p>Before the spectrogram, i was feeding the wav file directly, it was incredibly intensive on my laptop. But the image files were easier to process in real time. This tool can be used for debugging.
评论 #35782830 未加载
HarHarVeryFunnyabout 2 years ago
Nice - very fast (using WebGPU?).<p>I like the interesting ability to play a &quot;rectangular&quot; (time + frequency limited) section of the audio.
评论 #35791979 未加载
brunorsiniabout 2 years ago
Izotope, associated with MIT researchers, makes arguably the best such tool for the pro audio industry. Their RX suite is truly miraculous, allowing audio engineers to visualize frequencies in a similar manner, but also offering brush-like tools to do things such as &quot;deleting a dog bark from a guitar take&quot; fairly easily.
评论 #35791784 未加载
peepwaahabout 2 years ago
Can you recommend any good references to begin understanding the Spectrogram ? I work in DL based Noise cancellation - major part of my work involves analyzing spectrograms - I find it very difficult to do my work without having an ability to critically analyze these images. Any help from anybody ?
评论 #35782529 未加载
评论 #35786317 未加载
评论 #35782611 未加载
评论 #35782525 未加载
bitsintheskyabout 2 years ago
This is a lot of fun
nixpulvisabout 2 years ago
Would be awesome if it told me what file types it supported and also helped transcode some things like videos.<p>Looks very interesting though.
djmipsabout 2 years ago
Very nice, I tried on my phone and was really enjoyed being able to intuitively select regions to playback. Very fun.
k8siabout 2 years ago
What we really need is PraaS (Praat as a Service). Praat Cloud Edition. Etc.
ddingusabout 2 years ago
I like this! Easy to use, fun, useful.<p>Nice work.