Hi all,
I'm trying to write some streaming sound playback code. I've looked at the KnowledgeBase sample code, and used that as my starting point.
Here's the problem I'm running into: using PODS beta 1 and the PalmOS Garnet Simulator 5.4, I check:
err = FtrGet( sysFileCSoundMgr, sndFtrIDVersion, &version );
and it returns errNone. I thought that this was the documented way to check for availability of the streaming sound feature set (along with a specific check for the Tungsten|T that doesn't apply here).
But then when I try to call SndStreamCreate() it returns sndErrNotImpl (function not implemented).
Is this a peculiarity of the Garnet simulator? Am I doing something wrong?
Thanks,
Ted Peters
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
