<HTML>
<HEAD>
<head>
<h1>Welcome to VoiceAction Example for Web&reg</h1>
<hr>
<h2>Speech Recognition opened up. This web page is speech initialized</h2> 
<a href=""></a><a href="http://www.research-lab.com/">Click here to visit United Research Labs Web Site</a>
    <SCRIPT LANGUAGE="VBScript">
<!--
dim CharaRec

Sub window_onUnload()
call VoiceAction1.Stop_Real_Action()
end sub
Sub window_onLoad()

call VoiceAction1.InitializeSound()
VoiceAction1.Play_this_file_on_Initialization  = "C:\VoiceAction\Vocabulary & Language Development \backcon.wav"         
VoiceAction1.This_Audio_Process = "YES"
VoiceAction1.Stop_everything_now = "NO"
VoiceAction1.Enable_Unrecognizable_Notification = "NO" 
VoiceAction1.Memory_Clean = "YES"

VoiceAction1.Play_this_file_for_Start =  "C:\VoiceAction\Vocabulary & Language Development \Start.wav"
VoiceAction1.Play_this_file_for_Stop =  "C:\VoiceAction\Vocabulary & Language Development\Stop.wav"
VoiceAction1.Speech_echo_feature = "NO"
VoiceAction1.Show_Status_Animation = "YES" 
VoiceAction1.On_speech_show_activities = "NO"
VoiceAction1.Show_Audio_Graph = "NO"


VoiceAction1.Voice_Grab_Delay = 20000
VoiceAction1.Set_Recording_Frequency = 22050
VoiceAction1.Speech_sampling_time_in_ms = 10000
VoiceAction1.Sample_processing_resolution = "1500"
VoiceAction1.Keep_Digital_Signal_Processing_level = "Down"
VoiceAction1.This_speech_sample_process_end_only = "NO"
VoiceAction1.This_speech_sample_process_middle_only = "NO"
VoiceAction1.This_speech_sample_process_start_only = "NO"


VoiceAction1.Send_words_one_by_one = "YES"
VoiceAction1.Keep_Matching_Files_Entries_Scan_Accuracy = "SCAN ALL"
VoiceAction1.Keep_Entry_Matching_Accuracy = "HIGH"
VoiceAction1.Consider_this_Vocabulary_to_Add =  "C:\VoiceAction\Vocabulary & Language Development\AnimationCommandSet1"
VoiceAction1.Multiple_Files = "YES"
VoiceAction1.Consider_This_Vocabulary_To_Match_Fileno_1 =  "C:\VoiceAction\Vocabulary & Language Development\AnimationCommandSet1"
VoiceAction1.Consider_This_Vocabulary_To_Match_Fileno_2 =  "C:\VoiceAction\Vocabulary & Language Development\AnimationCommandSet2"
VoiceAction1.Consider_This_Vocabulary_To_Match_Fileno_3 =  "C:\VoiceAction\Vocabulary & Language Development\AnimationCommandSet3"
VoiceAction1.Consider_This_Vocabulary_To_Match_Fileno_4 =  "C:\VoiceAction\Vocabulary & Language Development\AnimationCommandSet4"
VoiceAction1.Consider_This_Vocabulary_To_Match_Fileno_5 =  "C:\VoiceAction\Vocabulary & Language Development\AnimationCommandSet5"
VoiceAction1.Number_of_files_to_scan = 5

VoiceAction1.Enable_Artificial_Intelligence = "YES"
VoiceAction1.Add_To_Language = "NO"
VoiceAction1.Notify_if_no_language_match = "NO"
VoiceAction1.Consider_this_Lang_File_to_Add =  "C:\VoiceAction\Vocabulary & Language Development\Butterfly"
VoiceAction1.Consider_this_Lang_File_to_match = "C:\VoiceAction\Vocabulary & Language Development\Butterfly"

VoiceAction1.Start_Real_Action "YES", 255, 0, 0

CharaRec = VoiceAction1.Platinum_Word_1 

end sub
-->
    </SCRIPT>
<TITLE>New Page</TITLE>
</HEAD>
<BODY>
    <SCRIPT LANGUAGE="VBScript">
<!--
Sub IeTimer1_Timer()
CharaRec = VoiceAction1.Platinum_Word_1
end sub
-->
    </SCRIPT>
    <OBJECT ID="IeTimer1" WIDTH=38 HEIGHT=38
     CLASSID="CLSID:59CCB4A0-727D-11CF-AC36-00AA00A47DD2">
        <PARAM NAME="_ExtentX" VALUE="804">
        <PARAM NAME="_ExtentY" VALUE="804">
        <PARAM NAME="Interval" VALUE="50">
    </OBJECT>
    <OBJECT ID="VoiceAction1" WIDTH=143 HEIGHT=58
     CLASSID="CLSID:45F32AE7-ABC0-11D2-B033-B66A9B3A401E">
        <PARAM NAME="_ExtentX" VALUE="3027">
        <PARAM NAME="_ExtentY" VALUE="1228">
    </OBJECT>
</BODY>
</HTML>