Is there any recording of voice procedures which record voice at a known interval ?
Printable View
Is there any recording of voice procedures which record voice at a known interval ?
What do you mean? Record 5 seconds, stop, then another 5, stop etc. ?
I mean record of voice at every interval & repeat this recording at this interval until stop record is exectuted ?
Wouldn't using a timer achieve this purpose? Keep a boolean variable which signifies the state of the recording device, say on or off. Every time the imerfires, all you have to do is call just the opposite function.
Hi , i am trying to find out the sampling rate of any recording procedure. By doing so , i know how the recording interval is done. your suggestion of calling a recording procedure using a timer will not be able to allow me to save into a single file but only into multipe files. Anyway , thanks for replying.
I think you might be using both "Stop" and "Close" keyword in mciSendString. Better use only stop command. This will start the recording from the previous position.