I've implemented sound output using SndStreamCreate and a callback, and it works great on most devices. However, I get an OEM error 0x7005 on Tungsten T and T2.

The parameters I'm using are:

    11025
    sndUInt8
    sndMono

but I've also tried 8000Hz and sndInt8. Requested buffer size is 1024 (but it works with whatever is actually allocated).

My first question is, what does that error 0x7005 mean? I can't find a list of these OEM error codes for Tungsten. Where can I find such a list?

My next question is, what's the problem? I was under the impression that sound output with those parameters should work on those devices. Is it perhaps a memory issue or something?

I would appreciate any information or suggestions to try, thanks.


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

Reply via email to