|
|
|
date: Sat, 12 Jan 2008 11:16:01 -0800,
group: microsoft.public.platformsdk.internet.server.isapi-dev
back
Re: Different Beep Detection Using SAPI Speech Recongnition
Hi,
Can you mention(classes, procs, properties etc.) how to train application
for different frequency beepings(not english word) in training phase and
enable the
recognizer to recognize the trained beeps in test phase?
Currenlty I could encode 0- as english speech 'Zero', 1- as 'One' and stop
as 'Stop' using tts and decoded using SR. But couldn't make it working for
different frequency beeps.
Please, let me know ASAP..
thanks,
Borhan.
"Le Chaud Lapin" wrote:
> On Jan 12, 1:16 pm, Borhan wrote:
> > Hi,
> >
> > I want to build an application using SAPI which will take beeps of two
> > frequencies as input in training phase.
> >
> > Suppose System.Console.Beep(300,100) as bit '0'
> > and System.Console.Beep(900,100) as bit '1'.
> >
> > Later in test phase a bitString will be played using the bepping.
> > Is it possible to decode the beeping and retrieve the bitString using SAPI
> > Speech Recongnition?
>
> I can see from your cross-post in microsoft.public.speech.desktop that
> you probably already know that SAPI has nothing to do with ISAPI. :)
>
> As far as your question goes, I would be highly suprised if not.
> You're basically working with "words" that have almost no deviation in
> parameters. Match rate should be very high in absence of noise.
>
> -Le Chaud Lapin-
>
date: Sat, 12 Jan 2008 23:31:00 -0800
author: Borhan
|
|