I just recalled, that SoX can be possibly also used for RIAA curve correction outside of DAW..
SoX - Sound eXchange | HomePage
Something like..
sox -G input.wav output-riaa.wav -b 24 riaa dither
It will produce 24 bit wav file with applied RIAA correction, calculation is done with 32bit precision and output is dithered down to fixed 24 bit, -G switch assure, no clipping in effect chain occurs, because peaks will be evaluated at the end of processing chain and when over will be detected, whole file will be attenuated accordingly before final conversion to fixed sample format.
I use it similarly for deemphasis of old ripped CDs.. only deemph command instead of riaa is used in that case.
Michal