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?
Do you have sound turned on in the Simulator? It's on the right-click settings menu.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
