audio streaming, mysql?

Community Forums/Monkey Talk/audio streaming, mysql?

Pax(Posted 2013) [#1]
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.


AdamRedwoods(Posted 2013) [#2]
a) no, but now that data buffers are more robust I wonder if this can change.
b) not at this time.


Pax(Posted 2013) [#3]
Thanks Adam!


Pax(Posted 2013) [#4]
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


AdamRedwoods(Posted 2013) [#5]
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.


Pax(Posted 2013) [#6]
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")


AdamRedwoods(Posted 2013) [#7]
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.


Pax(Posted 2013) [#8]
Ok, thanks a lot Adam. Regards!