I am working on a transcription program that needs to take a short section of a wave file (usually the first 10 seconds),identify a numeric sequence that is spoken during this short period and then convert that into a number. This number is then attached to the filename of the whole wave file. The spoken prompts are created using a recorded voice, so there is consistency in them, for example “Job Number 1 2 3 4 5 6 Date dictated …” I need to cue on the “Job Number” spoken prompt, capture the number that follows (always the same number of digits) and then apply it to the filename.
Does anyone have any code that will help in this area?