IDOL Speech Server uses a scheduler that uses time slicing to distribute the CPU cycles across all active tasks and modules. Time slicing saves power, but might lead to a slower running speed for some tasks. HPE recommends that you disable time slicing for modules that do not process audio data, such as lmbuild
and align
.
To disable time slicing for a task
Add the following parameter and value to the task schema:
[MyTask] ... DisableTimeSlicing = True
|