Changeset 19
- Timestamp:
- 04/21/07 16:58:47 (2 years ago)
- Files:
-
- trunk/extensions_voxforge.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/extensions_voxforge.conf
r18 r19 383 383 [sub-voxforge-get-next] 384 384 exten => s,1,System(mv ${RECORDED_FILE}.wav ${session-dir}/${last-prompt-name}.wav) 385 exten => s,2,System(grep -R -- exclude \'*.svn*\' --no-filename ${last-prompt-name} ${prompts-dir}>> ${session-dir}/prompts)385 exten => s,2,System(grep -R --no-filename ${last-prompt-name} ${prompts-dir}/vf* >> ${session-dir}/prompts) 386 386 exten => s,3,Set(num-complete=$[${num-complete} + 1]) 387 387 exten => s,4,Set(num-complete-this-round=$[${num-complete-this-round} + 1])