Gorf:
If sound quality matters dont convert the sampling rate with audio editor. The results are horrible! IF you dont believe it, take a sinus wave signal (e.g. from a test cd)and convert it. You will even see it when you look at the waveform. But you will also hear it. You can also use a spectrum analyser ... very interesting

Converting from 44.1 kHz to 48 kHz is very complicated, but also converting from 32 kHz to 48 kHz gives no good results.
I once tried different conversion tools - the worst was windows sound recorder. The best results I got with "high precision sampling rate converter" (a command line tool). Sorry, I dont have the link at hand.
Greg:
No, that should not happen with every application, specially not with Uleads. If it does, that means that there is a
memory leak in the application. A memory leak is bug

This kind of bug is often undedected, unreported, sometimes hard to find and there are (bad) programmers which dont care about. But serious programmers - and I believe Ulead programmers are serious - will care.
But two things are still not sure:
Is there a memory leak or does a application perhaps really need so much memory? (Memory leak or more general resource leak means that an application forgets the memory / resource it has reserved while it does not use it any longer.)
Is it msp, which uses so much memory or an other app?
You can find this out with tools like process explorer (from
www.sysinternals.com ). Eventually you have to select which columns to show. Than you can see which process uses how much memory and even which kind of memory. If memory usage grows for a process while this process does not hold more data than before (e.g. every time you open and close a dialog), than there is potentially a leak.
With msp I would not be so sure. May be that it only caches data of some files but is still aware of having reserved this memory. Than it would not be a leak
