| Q. | What grammar file format is supported by Speech Server? |
| A. | Speech Server 2004 supports Context-Free Grammar files, open-standards XML format files (.grxml) that conform to the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS) Version 1.0. |
| Q. | Does Speech Server support dynamic grammars? |
| A. | Yes. Microsoft Speech Server and the Speech Application SDK support the creation of dynamic grammars by leveraging the dynamic page generation capabilities of ASP.NET. A speech application developer can create a .aspx page that has been written to construct grammar files on the fly, and then set a grammar rule reference to that .aspx page. For more information on creating dynamic grammars refer to the Microsoft Speech Application SDK documentation. |