can upload & save audio in MySQL database and play it in GameSalad ?
Comments
adent42Key Master, Head Chef, Executive Chef, Member, PROPosts: 3,159
Sorry, that would be a nope. Also, even if we could that would probably not be a great idea (i.e. mysql is probably not the greatest place to store streaming audio). If you intend on doing something like that in the future, I'd suggest using something like Amazon S3 or similar storage service and store references to the audio in mysql. Cheers!
Comments
Sorry, that would be a nope. Also, even if we could that would probably not be a great idea (i.e. mysql is probably not the greatest place to store streaming audio). If you intend on doing something like that in the future, I'd suggest using something like Amazon S3 or similar storage service and store references to the audio in mysql. Cheers!