inicio mail me! sindicaci;ón

WSR Macros Has Launched

The Speech Components Group just announced the initial public availability of Windows Speech Recognition Macros. WSR Macros combines the ease of Windows Speech Recognition with the power of an XML-based scripting language. It makes it easy to create speech interfaces to applications and perform otherwise tedious tasks with simple spoken commands.

WSR

This tool is the brainchild of Rob Chambers and has been in development for quite a long time. Once in SCG, Rob and Onur Domanic worked on refining the functionality, fixing issues and getting the code in shape to ship. Aziz El Ouaqid ran the test effort.

WSR

Download it now
More info on the team blog

The Windows Speech Recognition Macros tool (aka WSRMacros) extends the usefulness of the speech recognition capabilities already included in Windows Vista. Users can now create powerful macros that are triggered by spoken commands. These macros can perform a single task, or a series of tasks. Macros can be as simple as inserting your mailing address to as complex as providing a completely different speech interaction utilizing a number of built in capabilities or utilizing custom JScript/VBScript actions.

XML Code samples for WSR Macro commands:

<speechMacros>
<command>
<listenFor>What are macros</listenFor>
<setTextFeedback>Macros are cool!</setTextFeedback>
<speak>W S R Macros extends the power of my voice</speak>
</command>
<!– Play Artist Command –>
<command>
<listenFor>play ?the ?artist [Artists]</listenFor>
<listenFor>play ?the band [Artists]</listenFor>
<listenFor>play ?the group [Artists]</listenFor>  <disambiguate title=”Which artist do you want to play?” prompt=”Choose an Artist” timeout=”25″ propname=”Artist”/> 
<wmpMediaControl command=”pause”/>
<speak>Playing Artist {[Artist]}</speak>
<wmpMediaPlay attrname=”WM/AlbumArtist” attrvalue=”{[Artist]}”/>
</command></speechMacros>

Windows Speech Recognition Macros said,

July 12, 2008 @ 1:31 pm

A specifically categorized macro library with
detailed descriptions of each macro
(use/function, where applicable, etc.)
is now available in Live Spaces -
http://wsrmacros.spaces.live.com/

The group where the macro creation tool
is in pre-beta and where new macros are
created & tested is located at
http://tech.groups.yahoo.com/group/ms-speech/

Bill Burke
http://wsrmacros.spaces.live.com/

RSS feed for comments on this post · TrackBack URI

Leave a Comment