Author here. This is a basic spectrogram visualizer that'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's just a handy basic tool to capture sounds on your phone and see what they look like.
Show HN: I've built a spectrogram analyzer web app
11–20 of 71 posts
Re: Show HN: I've built a spectrogram analyzer web app
#12Can 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 ?
1. STFT (get frequencies from the audio signal)
2. Log scale/ decibel scale (since we hear on the log scale)
3. Optionally convert to the Mel scale (filters to how humans hear)
Happy to answer any questions
Re: Show HN: I've built a spectrogram analyzer web app
#13Can 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 ?
This is a pretty good introductory primer. https://medium.com/analytics-vidhya/understanding-the-mel-sp... 1. STFT (get frequencies from the audio signal) 2. Log scale/ decibel scale (since we hear on the log scale) 3. Optionally convert to the Mel scale (filters to how humans hear) Happy to answer any questions
Re: Show HN: I've built a spectrogram analyzer web app
#14Simple, straight to the point, and super useful. 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. Before the spectrogram, i was feeding the wav file directly, it was incredibly intensive on my laptop. But the image fil…
Re: Show HN: I've built a spectrogram analyzer web app
#15Re: Show HN: I've built a spectrogram analyzer web app
#16Author here. This is a basic spectrogram visualizer that'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's just a handy basic tool to capture sounds on your phone and see what they look like.
This is incredible! One of the best spectral tools I've seen. Can we hire you to help us improve the (broken) spectral visualizations on our app? Example: https://fakeyou.com/tts/result/TR:9jy3vew9w0s3ew4keay9m330rd... I would so love to hire you to help us. This is freaking cool. Even if you're not interested, mad props. I really love this.
Re: Show HN: I've built a spectrogram analyzer web app
#17Author here. This is a basic spectrogram visualizer that'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's just a handy basic tool to capture sounds on your phone and see what they look like.
Re: Show HN: I've built a spectrogram analyzer web app
#18Re: Show HN: I've built a spectrogram analyzer web app
#19Author here. This is a basic spectrogram visualizer that'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's just a handy basic tool to capture sounds on your phone and see what they look like.
Is there any way to make this display in real time, or is that not (currently?) possible with audio APIs?
Re: Show HN: I've built a spectrogram analyzer web app
#20Author here. This is a basic spectrogram visualizer that'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's just a handy basic tool to capture sounds on your phone and see what they look like.