Thread overview
Audio to text files
Sep 06, 2017
Justin Gray
Sep 07, 2017
solidstate1991
Sep 07, 2017
Sebastiaan Koppe
September 06, 2017
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.
September 07, 2017
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.
September 07, 2017
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?