Is it possible to have an application built using .NET speech recognition classes and transfer the file to the WAV so that it goes through and creates its textual representation. For example, this is what I am trying to do:
I have a QA department in my office, and they need to listen to hundreds of calls a day, which is completely impossible, and there are not enough people who listen to everything to keep up with the times. I want to make the audio file uploaded to our server, and the server will analyze it and create it. It doesnβt matter if this is not ideal, but simply a base that will be easier to skip through a couple of dozen lines of text than listen to a 2-hour recording.
Based on the stored transcription, I can implement a full-text search in the database, as well as perform checks against the transcript if someone says something that distorts.
So, is it possible to create an application using .NET speech recognition classes and just transfer the WAV file to it, and it spat out a rough decryption?
I pondered MSDN in my speech classes, pondered an idea, so I donβt have such knowledge if possible.
If possible, I would appreciate any examples in C #. Topic 1055347 is similar to the question I have, and links were provided, the most specific of which are in C ++. I am not a C ++ developer, and I never went to school for programming, Iβm all myself, although C #, so I would like to stay in the language that I know.
Thanks in advance!
source share