I am trying to implement a simple program which should be able to record
speech into a database field and play it on demand. In fact, I have a table
with words and would like to add a blob (or some binary) field that should
hold the word's pronunciation (in my voice).
What is the simplest technique to stream audio into a blob field and from
it? I have no experience working with audio.
Thanks for your help!
Amit