I did some tests with a one minute sample from one of my recordings. Lame 3.90.3 with --aps was used for all tests:
CODE
kbps %
--alt-preset standard 201.7 100.0
-Y 201.7 100.0
--lowpass 15000 200.5 99.4
-k 211.5 104.8
I did an abx test with
--aps vs.
--aps --lowpass 15000 but was unable to tell them a part.
Here is some frequency analysis which may help explain the bitrate differences:
original wave file
Note the steep drop off at just after 15 kHz and the pilot tone at 19 kHz.
--alt-preset standard
No signal above 16.5 kHz even though the default lowpass filter for --aps appears to be 18.5 kHz (?) based upon the output from lame.
--lowpass 15000
Slightly less high frequencies then --aps.
-k
Some of the noise between 16.5 kHz and 18.5 kHz has gone but the pilot tone survives.
Conclusions:
Lame seem to remove most of the noise above 15 kHz without any extra prompting, presumably because it is already considered to be inaudible. The default lowpass filter for --aps is low enough to remove the pilot tone, which does appear increase bitrate if it is kept.
I think I will just stick with vanilla --aps.