QUOTE(petracci @ Oct 28 2002 - 05:32 PM)
QUOTE
Is it OK if they differ 10-15% from your 32 and 48 kbps or not? This is important, because Ivan Dimkovic just stated in the other thread about AAC+ that there are some bugs with constant bitrates at low bitrates in PsyTEL v2.15
A margin of 5% is OK here...strange thing is that CBR works fine for me, margins of 1-5%, but trying something like -vr -br 32 gives me over 54 kbps. -vr -b 16 just crashes.
That's right, this is another bug I've already mentioned in other threads, too. This concept of a "base" bitrate together with -vr or -vbrhi also needs some fixing, if you use it to draw the bitrate down to very low settings. Like I recently wrote to The Belgain, it nevertheless works without problems at high bitrates and is the only way to define an own cut-off frequency with a variable bitrate in PsyTEL.
By the way, the bugs Ivan mentioned in the context of CBR were not critical, so they did not crash AACEnc, but they have an influence on the sound at these low bitrates. That's why it's better to use VBR settings instead.
QUOTE
QUOTE
Resampling at these low bitrates is always better, at least to my ears - see the thread mentioned above.
Yeah I now, but I'm comparing with an experimental codec that does not resample. I'm also interested to see what artifacts will popup if resampling is not used at these bit rates...
Then you might also use LAME with --alt-preset 64 --resample 44...

QUOTE
QUOTE
try "-qvbr 17 (or lower) -resample 32000 (or 24000)"
Where did you get the -qvbr switch from? I did not see that in the Psytel manual...
It's mentioned in the index.pdf that comes with the complete package of AACEnc and in the "longhelp" that Ivan once gave here in this board. But I also overlooked it the first time and found it at
http://www.soundexpert.info/, where Serge Smirnoff mentioned all switches of every codec he used for his test samples.
By the way, I just found out that you can't resample to 24000 Hz with -qvbr, because the lowest setting would be 0 which gives you a fixed cut-off of 12000 Hz, and this results in another crash because of a "dividing error".

So the only usable resample rate is 32 kHz.