There was some advice in Darrell's recent thread which I read and tried to comprehend.
Clock speed, processor speed, etc etc etc ... all the technical stuff went over my head tbh.
...
I found a few on Amazon uk with ssd and i5 or i7 ... but subsequently found out that they are basically old machines long since superseded.
The crux of the technical bits is: faster/newer processors don't necessarily translate to better at audio.
Certain aspects of audio work, such as software plugins, do require a lot of processing power and, for these, the faster the processor (and the more CPUs it has) the better.
But many aspects of audio work, such as transferring audio to/from a USB bus, are are
not usually limited by the processor speed. They are normally limited by other factors, the main one being "interrupt latency" which is how long it takes for the processor to react to the messages from the USB bus that indicate when audio data needs to be transferred.
If the interrupt latency of the system is poor, then this means you need to store more of the audio data before the processor can get around to handling it. If the buffers used for this are set too low, then data will be lost resulting in audio glitches, clicks, dropouts, etc. Increasing the buffers will reduce the Interrupt load on the processor, but will increase the latency.
This is what the buffer/latency settings are for on ASIO and JACK: for tuning the buffers to suit the system you are running.
Faster processors often sacrifice interrupt latency to gain raw speed as most tasks (spreadsheets, video editing, etc.) benefit from speed over latency. But this means you have to be careful when it comes to audio I/O work which tends to benefit from low-latency over speed.
Also, it's not just limited to the processor specification but also the support capabilities of the surrounding components (the "Northbridge" and "Southbridge" as well as the chips used in the USB interface).
Unfortunately, it's a bit of a minefield. To be honest most modern i5/i7 and the new AMDs should be able to handle several simultaneous channels of USB audio, but it depends on so many factors that it's really difficult to give a generic answer. Even if I gave you a specific model of CPU to aim for, you could buy a laptop and be unlucky and find the USB chipset is rubbish.
The only way to be sure is to purchase a system that has been
specifically built and optimised for audio work, as this will comprise components that have been selected and tested to create a low-latency system. But these tend to be expensive.
In general, I wouldn't be too worried about getting the fastest CPU going if you are doing audio work, and you are on a budget. I would aim for lots of memory and a decent SSD.
Also make sure the memory is the appropriate speed: a trick PC sellers often do is to put in a fast processor, but then load it up with cheap, slow memory which restricts the speed.
Cheers,
Keith