ListenUp!

Speech Recognition PlugIn for Netscape 2.0

Written by Bill Noon


I have made available a development version of a PlainTalk Speech Recognition PlugIn for Netscape 2.0.

*** Note *** This will only run on PowerMacs

To use this PlugIn you will need the following:

When you get that collected, here is an example page to try out.

Or a new multipage example.

Adding support for Speech Recognition to your own pages is straight forward.

  1. Create a document with the embedded plugin as follows:
    <embed src="link.ptlk" width=40 height=40>
    
  2. Create the link.ptlk file that contains the correspondence between what is said and the url to open. Here is an example:
    # A test script to use
    
    "Dilbert"=http://www.unitedmedia.com/comics/dilbert/
    "New York Times"=http://www.nytimes.com/
    "MacWeek"=http://www.zdnet.com/~macweek/
    "Climate Center"=http://snow.cit.cornell.edu/nrcc_home.html
    
    Comments start with a #. Recognized phrases are in quotes followed by an equal sign then the url is everything until the end of the line.
That's it. Pretty much. There are a few other things to note. This was mainly done to figure out how plugins work but it is still Copyright © Bill Noon 1996.

If you have any comments or suggests or complaints please email the former to Bill Noon at wn10@cornell.edu