Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. convert wav file to text file

convert wav file to text file

Scheduled Pinned Locked Moved C / C++ / MFC
c++help
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    soo preety
    wrote on last edited by
    #1

    Hi every body I am using vc++6.0 My task is to convert an Audio file(Wav) into text not from Microphone. e.g If I have "Hello there" store in wav file to it will transcribe it into text and show "Hello there" string on screen. Any help in this regard will be highly appreciated. I am felt in tough deadlines. Any language code in preferred but priority is vc++. thanks in advance

    A _ 2 Replies Last reply
    0
    • S soo preety

      Hi every body I am using vc++6.0 My task is to convert an Audio file(Wav) into text not from Microphone. e.g If I have "Hello there" store in wav file to it will transcribe it into text and show "Hello there" string on screen. Any help in this regard will be highly appreciated. I am felt in tough deadlines. Any language code in preferred but priority is vc++. thanks in advance

      A Offline
      A Offline
      Adam Roderick J
      wrote on last edited by
      #2

      For that purpose i prefer you to install and check with SAPI , It has the option for speech recognition. So i believe SAPI'S are reading the streams from microphone to a wav file and then processing it for performance. Just have a try with that, all the best [^] :)

      Величие не Бога может быть недооценена.

      modified on Wednesday, November 25, 2009 7:20 AM

      1 Reply Last reply
      0
      • S soo preety

        Hi every body I am using vc++6.0 My task is to convert an Audio file(Wav) into text not from Microphone. e.g If I have "Hello there" store in wav file to it will transcribe it into text and show "Hello there" string on screen. Any help in this regard will be highly appreciated. I am felt in tough deadlines. Any language code in preferred but priority is vc++. thanks in advance

        _ Offline
        _ Offline
        _Superman_
        wrote on last edited by
        #3

        A wave file has sound encoded in it and not the string. If you and I say "Hello there" and save them as 2 separate wave files, the files will be different. So you will anyway have to play it back before converting it to text. Also, this kind of conversion will need a very advanced speech engine very similar to http://www.nuance.com/naturallyspeaking. Again 100% accuracy cannot be achieved.

        «_Superman_» I love work. It gives me something to do between weekends.
        Microsoft MVP (Visual C++)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups