Menu

Audio to Text

Help
2016-10-13
2016-10-13
  • ferhun taylan

    ferhun taylan - 2016-10-13

    Hi;

    Im new at cmu sphinix. i wanna convert my audio (wav) to text and export json like ["are", 1.88, 1.91], ["large", 2.07, 2.31], ["animals", 2.34, 2.94], ["which", 2.94, 3.15], ["are", 3.15, 3.29], ["found", 3.29, 3.67], ["in", 3.67, 3.76], ["americawhen", 3.76, 4.39], ["reports", 5.22, 5.92] . i wanna align word on time file .json.

    how can i do this. anyone offer me source or code ?

     

    Last edit: ferhun taylan 2016-10-13
    • Nickolay V. Shmyrev

      Maybe you try to write it yourself based on this example first.

      https://github.com/cmusphinx/pocketsphinx/blob/master/swig/python/test/continuous_test.py

      and we will help you if you are in trouble.

       
      • ferhun taylan

        ferhun taylan - 2016-10-13

        thnx i will try it, can i get json output?

         
        • Nickolay V. Shmyrev

          Construct an object in python first and then simply dump it, see for details

          https://docs.python.org/2/library/json.html

           

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.