Quote:
Quote:
TODO:
- Clean up stuff from stereo widener that's no longer used (2 detection algorithms etc.) BUILD NEEDED.
Along with that, can you investigate the GUI issues that have been reported, or is that being considered a non-issue? How do you explain the change of the GUI impacting the audio (stuttering) that has been present since 7.43 BETA009, vs. no stuttering in 7.43 BETA005 and older using the same preset?
Thanks.
I will look into that, but for now I have no idea what it can be. I did make some changes in the way certain things work between those versions, but these changes
should have no impact on the CPU load or behavior. You reported earlier that the CPU load was the same but you see hiccups, and mpex2006km a higher CPU load and hiccups. It does seem to affect single-core pc's only.
The biggest change between those 2 versions is that I moved the processing from the main thread (the thread of the host program in case of the plugin version, or the thread that performs sound card I/O in the stand alone version) to a separate thread. That separate thread shares the same priority settings though. (Hm... Let me check that to make sure!!!). And it's called by setting an event (which the new thread is waiting for) and then immediately waiting for the event to be handled. This
should not make any difference and it doesn't seem to on multicore systems. Anyway, I'll check that code, and also check if I can get rid of the extra thread in situations where it isn't needed.