News

Vista Speech Macros Beta for Developers Released

Advanced developers who want to tell their computer what to do (literally), rather than punch keys or click on icon, may want to check out a "pre-beta" technical preview of Windows Speech Recognition Macros for Vista. The release of the technical preview was announced by the Windows Vista Team Blog on Saturday.

When speech macros are created, the user can speak a word or phrase into the PC's microphone and, if the speech is recognized, an action will be executed.

It's not exactly clear what actions this beta can carry out. Microsoft provides two demonstrations of the beta by Microsoft MVP Will DePalo showing how to program an API for the Windows Speech Recognition Macros using C++ in Visual Studio. The demo, after much work, shows text being returned at a command line prompt in response to spoken words.

Microsoft seems to have much more in mind for these macros than just returning text in response to speech. A blog post from late last year suggested users would be able to create speech macros "with no programming experience what-so-ever." Possible actions in response to an uttered word or phrase might be to "send keystrokes" and "launch programs," the blog stated. However, the coding complexity shown in DePalo's demos suggests such capabilities haven't arrived just yet -- at least in terms of having no programming experience to set up the macros.

Programmers who want to get started with the speech macros have to first run a microphone wizard to set up the system. Microsoft recommends using a headset with a high-quality microphone. You also need 1 GB of memory when running the macros with other applications.

Instead of using C++, as shown in the demos, programmers can access the built-in capabilities of the macros via JScript or VBScript, according to an MSDN post.

The current technical preview of Windows Speech Recognition Macros for Vista is available in English only. The application can be downloaded here.

About the Author

Kurt Mackie is senior news producer for 1105 Media's Converge360 group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube