Posts Tagged ‘build_ubuntu.sh’

git pull origin master; Serialize scenarios

Tuesday, February 16th, 2010

A few minutes ago, I built the simon development version:

$ cd Documents/201001/speech2text
$ git pull origin master
$ ./build_ubuntu.sh

It is working.

I would like to know how sam > Input & output files > Serialize scenarios | Serialize prompts is working. Is there a tutorial available?

git pull origin master

Tuesday, February 2nd, 2010

I want to use the current development version:

am3msi@am3msi-desktop:~/Documents/201001/speech2text$ git pull origin master

Now, I try to build simon:

$ ./build_ubuntu.sh

There seems to be a problem:

git-pull

I hope that this will be fixed soon because I would like to adapt the speaker independent speech model from Voxforge.

Removing the no-scenarios version

Tuesday, January 19th, 2010

First, I want to remove the no-scenarios version, then I want to install the trunk version.

A. I want to remove the no-scenarios version from my computer taking a look at these instructions. This is what I do:

$ cd Documents/201001/simon-no-scenarios/build
$ make uninstall

There seems to be a problem. Maybe I should try

$ sudo make uninstall

It looks better now. Is the no-scenarios version now uninstalled? I think so, it is not available any more in the menu Applications > Universal Access. Great.

B. Now I can try to install the trunk version. First, I do the check out:

am3msi@am3msi-desktop:~/Documents/201001$ svn co https://speech2text.svn.sourceforge.net/svnroot/speech2text/trunk simonsource

It worked: Checked out revision 1118.

$ cd simonsource
$ ./build_ubuntu.sh

I have to wait a few minutes. Unfortunately, I wasn’t successful:

trunk-revision-1118-failed

I open now Synaptic. The package libattica0 is installed. I will install via Synaptic the package libattica-dev now. After I have done that, I will try to install the simon trunk version again. Maybe it will work out.

C. I am able to start simon (built from trunk – revision 1118). I can see in Applications > Universal Access > simond. But where is Applications > Universal Access > ksimond? There is no symbol for ksimond. How can I configure ksimond (enter username/password)?

And where is Applications > Universal Access > sam? sam isn’t available any more.

sam: test prompts

Friday, August 7th, 2009

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.