QUOTE(Fandango @ Dec 12 2006, 19:18)

foobar2000 detects the number of cpu cores by itself and then uses one instance per core automatically. You don't have to do anything...
But if you only encode one file at a time, there will only be one wavpack process...
So the idea of starting an encoder process for each core isn't practical at all when you're only encoding one file at a time (for example an image rip in EAC). Multi-threading support within the encoder itself would be needed nevertheless in this (IMHO not so rare) case.
Btw, I'm affected by this myself since I have a hyperthreading P4.
EDIT: You can use the full power of your hyperthreading CPUs under XP (for applications that can't handle multiple threads), but it's a bit complicated. You need to exchange the multicore HAL (hardware abstraction layer) with a single core HAL, or more conveniently, create an alternative boot.ini entry... Simply disabling HT in the BIOS is not enough, because XP's thread managing system circumvents this BIOS setting (or to be more precise the multi-core kernel does). Changing the HAL involves using a different set of two essential system files of which I can't remember the names right now, one if part of the kernel of course. When creating the boot.ini entry you have to use a boot option and point to the single-core occurences of those two system files which you can find on the XP install CD or even from some place in your %WINDIR%.
Anyway, this would only be of use when you want to process big WAV files one after another and you can't process them for some reason in parallel (for example you have to rip them CDs first... and want EAC to encode the WAVs during the rip instead of letting this job do fb2k when you're done ripping to WAVs). IMHO it's not worth the trouble... just harmonise your encoding methods to your multi-core hardware setup.
Nice solution, changing the HAL, this never occurred to me. Thanks for the tip!
But in this situation where I want to convert a single album image one at a time, it's really boring, using only one HT's processor. I hope there's a new patch/version when I buy my Core2Duo!

BTW, other lossless encoders scale well with HT and C2Duo?
Regards.