Results 1 to 6 of 6

Thread: Record voice interval

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    71

    Question Record voice interval

    Is there any recording of voice procedures which record voice at a known interval ?

  2. #2
    Megatron
    Guest
    What do you mean? Record 5 seconds, stop, then another 5, stop etc. ?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    71
    I mean record of voice at every interval & repeat this recording at this interval until stop record is exectuted ?

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    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.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    71
    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.

  6. #6
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width