search for: send_to_stdout

Displaying 1 result from an estimated 1 matches for "send_to_stdout".

2006 Oct 24
2
oggdec.exe not using album gain stdout option
...so want to do volume leveling using the replaygain tags. If I specify track (radio) gain, everything works fine, however, when I specify album (audiophile) gain, no gain is applied. I've had a look at the code, and as near as I can tell the problem is in here: line 775 of oggdec.c if(!send_to_stdout && audiophile || radio) { fprintf(stderr, audiophile ? " Running in Album/Audiophile mode\n\n" : " Running in Track/Radio mode\n\n"); /* We are using ReplayGain tags, so get the scale for gain adjustment. */...