Hello,

I've been trying to get my OS 5 app, which uses streaming audio, working
on a Sony Clie PEG-NX60.  When the app calls SndStreamCreate() I get a "Sys
0505 (0, 1115) error.  Error 505 is sysErrNotAllowed, according to my
copy of SystemMgr.h.  Does this mean that streaming audio is off limits
on this device?  Or have I just got my parameters wrong or some such (my
app works fine on the simulator and on other hardware)?  I'm calling
SndStreamCreate() like this:

result = SndStreamCreate(
                &(cd->recordStream),
                sndInput,
                44100,
                sndInt16Little,
                sndStereo,
                recordCallbackFunc,
                cd,
                2048,
                false);

I don't know if those are the proper parameters (sample rate, data type,
number of channels, etc.) for this hardware. . . but even if they're
totally wrong, I'd expect sndErrBadParam rather than sysErrNotAllowed.

Does anyone know whether the PEG-NX60 supports third party use of the
streaming audio library and if it does what the proper parameters are?

Thanks,
Chris

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to