On Mon, 4 Oct 2004 06:58:08, LeSalle Munroe writes: >I was just wondering if there is anyway to call mathlib functions from >within the sound stream callback, or if there is any other math library I >could use instead...
The book "Advanced Palm Programming" contains source code for a small trig library. You should benchmark any math library or floating point operations, and compare with the time available inside a sound stream callback. You might find that you need to move any floating point calculations outside the callback, or use scaled integer math instead. Ron Nicholson HotPaw Productions http://www.hotpaw.com/rhn/palm -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
