HN user

piqalq

34 karma
Posts2
Comments13
View on HN

I see what you’re getting at, but this would be a very lengthy and arduous process. Not to mention, many ML and DL algorithms are incredibly mathematically complex that describing them with literal step-by-step detail sounds like hell.

It’s a pain in the ass. I built one for a steganography thesis and the psychoacoustic model is really what made it difficult.

The psychoacoustic model took more time on its own to code than the PCM splitting, MDCT, windowing and Huffman coding.

It’s a fun project however painful. There’s a MP3 encoder from the early 90s floating around that you can use as a base if you can fix the legacy code. I can’t remember the name though, sorry.