Re: [Audacity-devel] Priority of Process -- an observation
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Matt B. <mbr...@cs...> - 2004-07-30 07:08:04
|
CN wrote: > I noticed that Audacity runs at a higher priority by default (2 above > normal). These days one is hardpressed to find many apps that run at > higher priority, unless they came from devious places like MS :) This was fixed on the 1.2 branch by a patch to PortAudio's pa_win_wmme.c. The change hasn't been checked in on HEAD yet. You can apply the patch with this command, and check it in if it works: cvs up -j1.8 -j1.8.4.1 lib-src/portaudio/pa_win_mme/pa_win_wmme.c |