How to get Text from audio File [modified]
-
I am developing an application in asp.net using c#. In that ,I have audio file and i want to identify the words from that audio and I have to write it down. Plz,Let me know if anybody have its answer. Swapnil Bhavsar S/W Developer,Pune -- modified at 5:09 Thursday 31st August, 2006
-
I am developing an application in asp.net using c#. In that ,I have audio file and i want to identify the words from that audio and I have to write it down. Plz,Let me know if anybody have its answer. Swapnil Bhavsar S/W Developer,Pune -- modified at 5:09 Thursday 31st August, 2006
If I understand you correctly you would like to extract the lyrics from a audio file. Well I don't think that is possible with today's technology. But if it is then I assume that would be one expensive piece of software. An ways what you are looking for is voice recognition so get some books on that subject if you would like to develop a application like this.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!