R
Raj Chudasama
I am streaming an audio presentation with which i will also have some text.
I would like to remember the text that was displayed with the audio. I want
this to be replayable later thus requires that text be displayed at the
appropriate time as the original presentation. (make sense?)
what are some solutions that come to your mind?
i haev thought of following so far:
"inject" startucture of a sort in to the audio stream.
use high performance counters to remember time and use hashtable (key,
value) to remember time and text .
pleaes help
thanks
I would like to remember the text that was displayed with the audio. I want
this to be replayable later thus requires that text be displayed at the
appropriate time as the original presentation. (make sense?)
what are some solutions that come to your mind?
i haev thought of following so far:
"inject" startucture of a sort in to the audio stream.
use high performance counters to remember time and use hashtable (key,
value) to remember time and text .
pleaes help
thanks