Does anybody know of a standalone dithering program to convert 24>16 bit PCM audio? I grabbed a gnu library (libgdither) but it doesn't do 24bit so I'd have to add that, and I'd probably have to add a more modern algorithm too.
Thanks..
A couple command line resample programs handle 24 bit dithering...
ssrc - http://shibatch.sourceforge.net/ (http://shibatch.sourceforge.net/) (windoze exe in tarball)
AFsp - http://www-mmsp.ece.mcgill.ca/Documents/Software/index.html (http://www-mmsp.ece.mcgill.ca/Documents/Software/index.html) (the ResampAudio program)
Sweet thanks! I just grabbed r8brain and it does a nice job but I'll play with these too. +t