www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Audio to text files

reply Justin Gray <grayjustincharles gmail.com> writes:
Is there a resource that explains how to create a file that 
stores a response to a question. say I want to introduce a 
program like this "Hi, my name is "", what's yours"? I want to 
generate an audio profile that's interactive and store data for 
access like a personal assistant. Any suggestions are 
appreciated, please and thanks.
Sep 06 2017
next sibling parent solidstate1991 <laszloszeremi outlook.com> writes:
On Wednesday, 6 September 2017 at 15:54:41 UTC, Justin Gray wrote:
 Is there a resource that explains how to create a file that 
 stores a response to a question. say I want to introduce a 
 program like this "Hi, my name is "", what's yours"? I want to 
 generate an audio profile that's interactive and store data for 
 access like a personal assistant. Any suggestions are 
 appreciated, please and thanks.
Well, it's a pretty hard task. You should probably first start by writing a neural-network development kit for D, which would be helpful to other people too. Earlier technologies used other methods, they were also less reliable. It wouldn't be hard to implement them in D.
Sep 06 2017
prev sibling parent Sebastiaan Koppe <mail skoppe.eu> writes:
On Wednesday, 6 September 2017 at 15:54:41 UTC, Justin Gray wrote:
 Is there a resource that explains how to create a file that 
 stores a response to a question. say I want to introduce a 
 program like this "Hi, my name is "", what's yours"? I want to 
 generate an audio profile that's interactive and store data for 
 access like a personal assistant. Any suggestions are 
 appreciated, please and thanks.
Have you taken a look at snips.ai?
Sep 07 2017