When using the LAME interface through a node application (I am writing a JavaScript program running on node, with LAME installed), I am now getting this error on a semi-regular basis:
"MPEG-2.5 is supported by Layer3 only"
I am using LAME to convert mp3's to WAV files, so I need this to work for all mp3s.
What should I be doing to the mp3s (or to my call to LAME) to make these mp3 files convertible via LAME?