473,385 Members | 1,730 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Speech - SASDK

Is it my imagination or is the stuff in the SASDK overly complex? For
example, let's say I'd like to have a one page web application where I enter
a name into a text box and have the application read the name back to me when
I click a button on the page ("Hello World" for SASDK). Seems like the prompt
control would be ideal for this ... except that the <InlineContent> tag is
ReadOnly. ReadOnly?!? Am I expected to build a grammar dynamically or
construct an HTML stream on the fly just to have a page say, "Hi, Bob"?
Imagine if humans had to speak "ReadOnly" ...
Jul 27 '05 #1
4 1857
Actually, I don't think it's that complex in and of itself to get running -
but building large scale speech enabled apps can be.

Your right about the ReadOnly property but I don't think a grammar is the
way to go about doing it. Are you going to use Speech Server as the back end
or are you just using the SALT tags?
"BrewskiAtBellSouth" <Br****************@discussions.microsoft.com> wrote in
message news:46**********************************@microsof t.com...
Is it my imagination or is the stuff in the SASDK overly complex? For
example, let's say I'd like to have a one page web application where I
enter
a name into a text box and have the application read the name back to me
when
I click a button on the page ("Hello World" for SASDK). Seems like the
prompt
control would be ideal for this ... except that the <InlineContent> tag is
ReadOnly. ReadOnly?!? Am I expected to build a grammar dynamically or
construct an HTML stream on the fly just to have a page say, "Hi, Bob"?
Imagine if humans had to speak "ReadOnly" ...

Jul 27 '05 #2
I can imagine growing into something of a SpeechServer app. But initially I'd
simply like to use the controls provided with the SASDK (which are just
wrappers for SALT, after all) to make a web application more personable; "Hi
Bob" or "Hi Mary" instead of "Hi Human". The implication being that I would
need to build the <InlineContent> contents <grin> "on-the-fly". If the only
thing the Prompt control/tag in SASDK can do is read back pre-defined
verbage, that's a serious limitation IHMO. -BK

"W.G. Ryan MVP" wrote:
Actually, I don't think it's that complex in and of itself to get running -
but building large scale speech enabled apps can be.

Your right about the ReadOnly property but I don't think a grammar is the
way to go about doing it. Are you going to use Speech Server as the back end
or are you just using the SALT tags?
"BrewskiAtBellSouth" <Br****************@discussions.microsoft.com> wrote in
message news:46**********************************@microsof t.com...
Is it my imagination or is the stuff in the SASDK overly complex? For
example, let's say I'd like to have a one page web application where I
enter
a name into a text box and have the application read the name back to me
when
I click a button on the page ("Hello World" for SASDK). Seems like the
prompt
control would be ideal for this ... except that the <InlineContent> tag is
ReadOnly. ReadOnly?!? Am I expected to build a grammar dynamically or
construct an HTML stream on the fly just to have a page say, "Hi, Bob"?
Imagine if humans had to speak "ReadOnly" ...


Jul 27 '05 #3
I'm a lot more familair with Speech Server than just using the tags, but
AFAIK, the prompt won't let you do what you want. There is a speech
server/speech sdk newsgroup though (let me find the link and hopefully
someone can point you in the right direction using just the tags) and you
may want to run this by casey chesnut at www.brains-n-brawn.com ... he's one
of the more impressive minds in this area.
"BrewskiAtBellSouth" <Br****************@discussions.microsoft.com> wrote in
message news:3C**********************************@microsof t.com...
I can imagine growing into something of a SpeechServer app. But initially
I'd
simply like to use the controls provided with the SASDK (which are just
wrappers for SALT, after all) to make a web application more personable;
"Hi
Bob" or "Hi Mary" instead of "Hi Human". The implication being that I
would
need to build the <InlineContent> contents <grin> "on-the-fly". If the
only
thing the Prompt control/tag in SASDK can do is read back pre-defined
verbage, that's a serious limitation IHMO. -BK

"W.G. Ryan MVP" wrote:
Actually, I don't think it's that complex in and of itself to get
running -
but building large scale speech enabled apps can be.

Your right about the ReadOnly property but I don't think a grammar is the
way to go about doing it. Are you going to use Speech Server as the back
end
or are you just using the SALT tags?
"BrewskiAtBellSouth" <Br****************@discussions.microsoft.com> wrote
in
message news:46**********************************@microsof t.com...
> Is it my imagination or is the stuff in the SASDK overly complex? For
> example, let's say I'd like to have a one page web application where I
> enter
> a name into a text box and have the application read the name back to
> me
> when
> I click a button on the page ("Hello World" for SASDK). Seems like the
> prompt
> control would be ideal for this ... except that the <InlineContent> tag
> is
> ReadOnly. ReadOnly?!? Am I expected to build a grammar dynamically or
> construct an HTML stream on the fly just to have a page say, "Hi, Bob"?
> Imagine if humans had to speak "ReadOnly" ...


Jul 27 '05 #4
Thx!

"W.G. Ryan MVP" wrote:
I'm a lot more familair with Speech Server than just using the tags, but
AFAIK, the prompt won't let you do what you want. There is a speech
server/speech sdk newsgroup though (let me find the link and hopefully
someone can point you in the right direction using just the tags) and you
may want to run this by casey chesnut at www.brains-n-brawn.com ... he's one
of the more impressive minds in this area.
"BrewskiAtBellSouth" <Br****************@discussions.microsoft.com> wrote in
message news:3C**********************************@microsof t.com...
I can imagine growing into something of a SpeechServer app. But initially
I'd
simply like to use the controls provided with the SASDK (which are just
wrappers for SALT, after all) to make a web application more personable;
"Hi
Bob" or "Hi Mary" instead of "Hi Human". The implication being that I
would
need to build the <InlineContent> contents <grin> "on-the-fly". If the
only
thing the Prompt control/tag in SASDK can do is read back pre-defined
verbage, that's a serious limitation IHMO. -BK

"W.G. Ryan MVP" wrote:
Actually, I don't think it's that complex in and of itself to get
running -
but building large scale speech enabled apps can be.

Your right about the ReadOnly property but I don't think a grammar is the
way to go about doing it. Are you going to use Speech Server as the back
end
or are you just using the SALT tags?
"BrewskiAtBellSouth" <Br****************@discussions.microsoft.com> wrote
in
message news:46**********************************@microsof t.com...
> Is it my imagination or is the stuff in the SASDK overly complex? For
> example, let's say I'd like to have a one page web application where I
> enter
> a name into a text box and have the application read the name back to
> me
> when
> I click a button on the page ("Hello World" for SASDK). Seems like the
> prompt
> control would be ideal for this ... except that the <InlineContent> tag
> is
> ReadOnly. ReadOnly?!? Am I expected to build a grammar dynamically or
> construct an HTML stream on the fly just to have a page say, "Hi, Bob"?
> Imagine if humans had to speak "ReadOnly" ...


Jul 27 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Sateesh Kumar E C | last post by:
Dear all, I have developed a web application on Win2003 using SASDK Beta 3 using VisualStudio.NET. In order to access this application the browser must add the speech plug-in component. Some of...
5
by: Rod | last post by:
About two weeks ago I had an accident and have broken my left elbow and left wrist. For doing things like Word or e-mail (I use Outlook for) I have been using Microsoft's speech recognition and...
1
by: alexturse | last post by:
Can I use Speech SDK for Palm PC application (Windows CE)? Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED **...
1
by: Sateesh Kumar E C | last post by:
Dear all, I have developed a voice-enabled web application on Win2003 using SASDK Beta 3 using VisualStudio.NET. In order to access this web application the browser must add the speech plug-in...
0
by: Sateesh Kumar E C | last post by:
Dear all, I have developed a speech web application using Speech SDK(SASDK) with VisualStudio.NET on Win2003 environment. Users can access this speech web application by using SALT enabled...
0
by: William | last post by:
I've never posted before but i am really stuck on the following 2 issues. Can Microsoft Speech Application SDK v1.0 Beta 3 be implemented in VB.NET? The Documentation says that u need VS.NET 2003...
4
by: BrewskiAtBellSouth | last post by:
Is it my imagination or is the stuff in the SASDK overly complex? For example, let's say I'd like to have a one page web application where I enter a name into a text box and have the application...
1
by: Man From The Moon | last post by:
I'm interesting in coding a Windows app that can produce multiple audio voice effects, given input text. I've been doing some searching for SDKs/APIs, and this is what I've found: the Microsoft...
6
by: rolf.oltmans | last post by:
Hello, I am working on an web-based application where users will give their input in form of speech using microphone and I've to show whatever they spoke in text in a textbox, how is that...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.