ahhhh. neat idea. not sure how to do it. but I am guessing you would need 
some speech rec tools. I have made a call to voiceGenie in T.O. canada to 
ask them where the best place to start is. More to follow when I get a 
response back.

I seem to remember voiceGenie has a desktop/developer tool for creating 
desktop voice rec applications. I just had a poke through their site but 
couldn't find it.

The voice gateway servers don't really provide a robust speech recognition 
engine per se - but rather allow you to programmatically create (context 
dialects)? for voice interface programming. (ie listen for the words {menu, 
movies, "catch a cab", "Jimmy sent me" - and do actions based on those 
responses.}

Did you need to process a bunch of WAV files to create some text based VXML 
files? or is this more a real time thing - where someone may record a 
message and it needs to converted to text?

The sample application I imagine would be say a dictation engine. A guys 
uses his PC or phone to connect to the server. He leaves his dictation 
message to be reviewed and converted to text. VXML gateway / Web server 
would have no problem doing this part. A web interface allow the agent to 
process the WAV file - here I have question marks. I think you would need to 
find a server component to do the WAV to TEXT part. After that - its all 
easy again.

Does Dragon Dictate or any of those have the ability to create or use sound 
files?

Microsoft may have some speech components that are relevant - I have 0 
experience there. Random links.

noise:
http://msdn.microsoft.com/vstudio/device/speech.asp

http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/781/msdncompositedoc.xml

Eric

From: "Dowdell, Jason G" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: Voice XML parsers
Date: Wed, 15 May 2002 13:41:45 -0400

Would be parsing a .wav file to translate the speech
to actual text, then a reviewer will check for accuracy.
~Jason

-----Original Message-----
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 1:34 PM
To: CF-Talk
Subject: Re: Voice XML parsers

would you be parsing the wav file for recognition (translate wav speech to
text) or just for file information?

eric

From: Alex <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: Voice XML parsers
Date: Wed, 15 May 2002 12:49:14 -0400 (EDT)

voxeo.com
tellme.com
have CF related tutorials

On Wed, 15 May 2002, Dowdell, Jason G wrote:

  > Has anyone out there done anything with voice xml and ColdFusion
  > yet?  I'm working on some applications that would require parsing
  > an audio file (i.e. ".wav") and putting the contents into an xml
document.
  > Of course there are dialects and other languages but a vanilla English
  > engine would be fine.  And it needs to be scalable since this is a web
  > application.
  >
  > Any help or  ideas on this topic would be greatly appreciated.
  >
  > Thanks,
  > Jason
  >
  > <!---
  >      Jason Dowdell
  >      [EMAIL PROTECTED]
  >      321.799.6845
  >      IM AES - Web Developer
  >  --->
  >
  >



______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to