I have 2 buttons on a form, one to record from a mic, and one to play the recording. How can I take that recording and put it into a database? I would like to retreive it from a list of timeStamps from when it was saved. Can this be done?
Printable View
I have 2 buttons on a form, one to record from a mic, and one to play the recording. How can I take that recording and put it into a database? I would like to retreive it from a list of timeStamps from when it was saved. Can this be done?
Just save the sounds to a standard file and save the path and time-stamp to a database - much more efficient.
Cheers,
P.