audio streaming, mysql?
Community Forums/Monkey Talk/audio streaming, mysql?
| ||
hello, I would like to know: a) Does monkey suport audio streaming (or at least a way to access data and save it temporarilly), preferably .ogg container) b) Is there a database library? (preferably mysql) If yes, are ios, android, windows + osx targets supported? Thanks. |
| ||
a) no, but now that data buffers are more robust I wonder if this can change. b) not at this time. |
| ||
Thanks Adam! |
| ||
Adam, just to double check. Would you mind to tell me if the version you are using is the latest? Just asking if this did made it into current version: http://marksibly.blogspot.mx/ Regards |
| ||
I'm using V66b (current stable), and there is a beta V67 out as well. Yes, all that stuff is in V66,V67. There are asyncloaders, but that doesn't do streaming, just loads in a separate thread. |
| ||
thank you Adam, loading from url will do for my project, so just to continue with my purchase, would you mind telling me if this does work: snd = LoadSound("http://www.oneworldpuebla.net/t.ogg") |
| ||
no, there's no Http get yet, and there's no way to move a databuffer to the mojo sound. MNet comes close for sockets, but only for ios, android, html5. |
| ||
Ok, thanks a lot Adam. Regards! |