Putting audio into mysql and getting it back again
Posted: Tue Aug 27, 2013 11:42 am
I am making an application that is designed to take large MP3 audio files and break them into small chunks.
As Per ยง13.3.1 of the LiveCode User Guide, I use a "player object", getting the audio from a URL then defining each chunk with a "startTime" and an "endTime". The chunks can then be played at will. This works perfectly well.
How can I then store the chunks as separate objects in a BLOB field in a mysql database, then retrieve and play them separately later?
All suggestions gratefully received!
As Per ยง13.3.1 of the LiveCode User Guide, I use a "player object", getting the audio from a URL then defining each chunk with a "startTime" and an "endTime". The chunks can then be played at will. This works perfectly well.
How can I then store the chunks as separate objects in a BLOB field in a mysql database, then retrieve and play them separately later?
All suggestions gratefully received!