sam: test prompts

I checked out revision 891:

liberty@liberty-desktop:~/200907$ svn co https://speech2text.svn.sourceforge.net/svnroot/speech2text/

Then I tried to build simon / sam:

liberty@liberty-desktop:~/200907/speech2text/trunk$ ./build_ubuntu.sh

During the compilation, an error message appeared. I will try again later, I don’t know what went wrong.

I think that sam will be very useful for testing speech models:

sam-test

I opened the file /home/liberty/200907/speech2text/trunk/sam/src/main.ui with Qt Creator. You can see that it is possible to define a path for test prompts (text file) / test prompts base path (corresponding wav files). I will try that with German Voxforge prompts. My goal is to test up to about 100 prompts (utterances) at a time.

Tags: , , , , ,

16 Responses to “sam: test prompts”

  1. Peter Grasch says:

    Hi!

    It’s possible that I forgot something as SVN and my local copy drifted apart quite a bit as I didn’t have a reliable access to the internet for the last two weeks…

    Just post the error message and I’ll fix it if it’s something on my end.

    Greetings,
    Peter

  2. producer says:

    Hi, you can get the error message here: http://pastebin.com/m32a4e18

  3. Peter Grasch says:

    Doesn’t look like something on my end… julius.h is online.

    However, a new julius fork was added so there might be some inconsistencies in your local repository.

    If you really are at revision 891 and get this error you might want to delete your local simon copy and make a fresh checkout. That should fix the problem.

    Greetings,
    Peter

  4. producer says:

    Thanks for your answer.

    I made a fresh checkout into a different directory. And the installation failed again. I had deleted the simon.deb installation with System > Administration > Computer Janitor.

    It seems to be the same problem as before: http://pastebin.com/d40f14ba6

  5. Peter Grasch says:

    Thanks for the test.

    The file was really there but the build system couldn’t find it. I changed the build configuration so it should get picked up now.

    Try again with revision 892.

    Greetings,
    Peter

  6. producer says:

    Unfortunately, with revision 892, it didn’t work out: http://pastebin.com/m4d269fb5

    Greetings

  7. Peter Grasch says:

    Please try revision 893…

  8. producer says:

    I tried revision 893. There might be a problem with sam: http://pastebin.com/m29db70cb

  9. Peter Grasch says:

    Ok this is getting ridiculous… Please try #894…

    (I have so many julius includes all over my system that all of the last revisions built for me… I guess I have to clean that up some time -.-)

  10. producer says:

    I checked out revision 894. Here is the result: http://pastebin.com/m738ced98

    So I assume that there is nothing wrong with my computer.

  11. Peter Grasch says:

    Ok I finally cleaned up all my stale julius includes and it builds here with 895.

    Please try again…

  12. producer says:

    Hi! Thanks to revision 895 I can now start simon and ksimond, and it is possible to connect/activate.

    But I have a problem with the plug-ins. When I go to Settings > Configure simon… > Actions, there are just three plug-ins available. What happened to the other plug-ins? There is no dictation plug-in available any more.

    During the installation, there was a problem with simondesktopgridpluginui.rc: http://pastebin.com/md323054

  13. Peter Grasch says:

    (And with “Again…” I of course mean “Please try again”)

  14. producer says:

    Thanks for the clarification. I will try in a few moments.

  15. producer says:

    Success. I was able to dictate the following words: “Haus aufgenommen begonnen beziehungsweise blieben extrem Fallen Flaschen” – 100 % were recognized correctly, simon made no mistake.

    I couldn’t see any error messages in the terminal.

    And the sam window seems to be fine. I will take a closer look at sam in the near future.