Does it rely on the fact that music has a concept of notes with well-defined frequencies and that there is no such thing as 216 Hz (must be 207.6 or 220 Hz) when the music is played on a properly tuned instrument? Or does it use other heuristics?
I tried it out and the instructions have tips on what record to pick, they say to pick a well known version of a song (like not a live version etc), and preferably song with a beat, but it says it doesn’t use any 3rd party APIs or libraries, only Apple APIs. So my guess at to what it’s doing is using a ShazamKit recognition behind the scenes and looking at the frequencySkew value of the matched result. It also gives…
Show HN: I made a free app to calibrate your turntable by simply playing a song
41–50 of 239 posts
Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#42Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#43Is this zeroing in on traces of 60 cycle hum in the recording?
Or else, won't it adjust an out-of-tune song to be in concert pitch? (Mind you, that would be extremely useful if you're playing along with the track and don't want to adjust your instrument, or cannot do so.)
To get it to the correct speed, I would go through my record collection and find a tune with long, sustained notes. Find the same tune on Youtube and get a pitch reference for the note using a digital tuner. Then adjust the record player to match the pitch on that note, down to 1/10 of a Hz precision.
(In the first place, why would you have a record player without a built-in strobe light for adjusting the speed in 2024, when this was a common item even in lower income households in 1984.)
Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#44This seems really clever -- kudos! I'm curious how it actually works? At first I assumed you were comparing the vinyl track to the reference digital track from some streaming service and either analyzing the frequencies with FFT or the timing of peaks. But I watched your demo video and you don't need to tell it anything about the song. Which makes me think you're rather doing an FFT and simply trying to match how wel…
Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#45Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#46This seems really clever -- kudos! I'm curious how it actually works? At first I assumed you were comparing the vinyl track to the reference digital track from some streaming service and either analyzing the frequencies with FFT or the timing of peaks. But I watched your demo video and you don't need to tell it anything about the song. Which makes me think you're rather doing an FFT and simply trying to match how wel…
My first thought was that it is listening to the scratches rather than the music, but I guess they speed up as the record gets played and the arm moves inwards. So, my second guess is that it's listening to the pitch of the notes being played. Of course, old albums (especially punk albums) are probably tuned to whatever worked on the day—maybe a tuning fork, possibly a piano, maybe just to one of the instruments.
Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#47This seems really clever -- kudos! I'm curious how it actually works? At first I assumed you were comparing the vinyl track to the reference digital track from some streaming service and either analyzing the frequencies with FFT or the timing of peaks. But I watched your demo video and you don't need to tell it anything about the song. Which makes me think you're rather doing an FFT and simply trying to match how wel…
But you can also extract BPM info and compare that to a set of quantized reference BPMs that anyone would ever bother to use.
And also, since you’re getting multiple pitches from multiple instruments in a time series, if you can isolate particular instruments, you can calculate the key the melody and/or harmony of the song is in.
Then, you could either come up with a heuristic, or just train a Bayesian filter, using datasets of “real” and “erroneous” (key, BPM) pairs.
Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#48This seems really clever -- kudos! I'm curious how it actually works? At first I assumed you were comparing the vinyl track to the reference digital track from some streaming service and either analyzing the frequencies with FFT or the timing of peaks. But I watched your demo video and you don't need to tell it anything about the song. Which makes me think you're rather doing an FFT and simply trying to match how wel…
A very simple idea, as all the best ideas are.
Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#49Embed the demo video (the tweet you linked) too!
Looks great and if I still used records I would try it out! Congratulations on the launch.
EDIT: keep the rest of the writing if you'd like, I have no objection to it and I thought it was funny. But lead with what the app is and what it does!
Re: Show HN: I made a free app to calibrate your turntable by simply playing a song
#50I've used to use an app (there are many) which measures angular velocity using accelerometer and displays RPM (you place the phone on the turntable). I can't see why would anyone need something other than that.