From Techmoan's video The man with the magic EQ at 19:37 (YouTube)
Techmoan just employed AI to find which of the many 78-RPM record EQ standards his equalizer uses in its "78" mode. He made recordings in RIAA and 78 modes, named them accordingly (shouldn't have to avoid bias), and uploaded them into a chatbot... Does he think the chatbot actually ran code on the server that
- calculated the frequency spectrum (FFT) of each track,
- divided 78/RIAA at each data point (or subtracted on log scale) to get relative values,
- normalized to the well-known RIAA curve,
- plotted the curve and identified roll-off frequencies and slopes?
I'm not saying this is impossible with AI, I'm sure a token-burning, recursively-prompting LLM (aka "agent") could write a Python script that runs on the local PC and actually does this. But no company would offer people to prompt agents on their servers for free like that. Pretty sure the bot just made up values to plot with Matplotlib or something. The first chart has a big red flag: the noise makes the curve go beyond the Y-axis maximum, suggesting the clean version existed first and the chart was "cropped" to that, then the noise was added. The second two charts imply that the bottom one is the derivative of the top, which it obviously isn't (if you know calculus). And RIAA EQ being +12 dB to +14 dB louder than the "78" preset across most of the audible spectrum? There's barely any volume difference when he toggles the switch in the video!
~~And there's no 500Hz bass roll-off the AI was so adamant about!~~ see edit below
Edit: here are annotated pictures:


Edit: the lack of 500Hz roll-off in these charts (if they are to be believed) means the "78" and "RIAA" characteristics are the same around 500 Hz, which is to be expected for Brunswick, since it uses the same 500Hz roll-off as RIAA. I just forgot that the AI didn't do the important Step 3 in my outlined procedure to get the "78" response curve. Still, the derivative is either smoothed beyond usability or plain wrong. Plus, Techmoan misrepresented the result (see second set of subtitles). If we take "Measured relative EQ curve" at face value like he did, Brunswick and RIAA are virtually identical in bass with their 500Hz roll-off (see the chart, it's near-flat below 1500 Hz). The difference is in the upper frequencies.
Also, is that actually ChatGPT's interface? Never used it but the "citation" sure looks like from Google's AI overview.
They're incentivized to lie about the process. You are correct that the only way to verify is to check the underlying code for audio processing and understand it, at which point it's easier to write yourself. The Python libraries for audio processing are not that hard. He should have made a Patreon post with the two files and someone would have come up with such script and hundreds of supporters could check it.
Because the audio source is a phonograph (turntable or Tefifon), it suffers from speed inconsistencies (wow and flutter) between playbacks, usually up to 1%. This could result in noise similar to the first image. The best way to analyze is with a digitally generated frequency sweep through the equalizer's line level input (alternatively, its phono input using a level convertor).
And you are correct about the risk of wrong interpretation: if the EQ is indeed Brunswick, his last two sentences are wrong:
Brunswick and RIAA are virtually identical in bass with the 500Hz roll-off. The difference is in the upper frequencies.