Quote:
Originally Posted by yuryfdr
Thanks it helps me - to use low sampling frequency.
|
I see. That does look like CPU usage is a big factor. I'm not sure, but I think the floating-point arithmetic is emulated on these devices. The timidity INSTALL file describes some of the compile-time settings that can be configured in timidity.h for reduced CPU usage. Things like FLOAT_T, LOOKUP_HACK, LOOKUP_INTERPOLATION and LOOKUP_SINE can be defined to reduce some of the floating-point calculations. Also, you can disable many CPU-intensive effects on the command-line, and that may sound better than just reducing the sampling frequency.