|
Visual Prolog 7.3 Examples and DemosSpeech Recognition ExampleWritten by Steve Lympany (ACSUMAMA), Thomas Linder Puls (PDC) DescriptionThe example demonstrates speech recognition that converts spoken words to text. Speech recognition empowers users to interact with their computers by voice. The example creates an application ready to accept your speech input and to type text. This small project is a "kick start" for anyone interested in implementing Microsoft's speech engine. The example requires Visual Prolog 7.3 Commercial Edition. System RequirementsTo run speech recognition, a proper installation of the speech components is required. Windows Vista and Windows 7Microsoft Speech Recognition Engine (SRT) is already a part of Windows Vista and Windows 7. Windows XPThere is no built -in SRE in Windows XP. You may need to install it from one the following sources:
Hardware RequirementsA microphone is required to run the application. If it is not installed properly, the example will generate an internal error on execute. See alsoMicrosoft Speech API (SAPI) 5.3 See the Speech recognition thread in Visual Prolog Discussion Forum. |