Skip to content

kurohai/color-magic

Repository files navigation

madalyn setup

install sphinx

  1. install swig

     aptitude -y install swig>=2
    
    1. manual install

           wget "http://iweb.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz"
           tar -zxvf ./swig-3.0.8.tar.gz
           cd swig-3.0.8
           yum install pcre
           ./configure
           make
           make install
           cd ..
      
  2. install bison

     aptitude install bison
    
  3. install pocketsphinx

     pip install pocketsphinx
    
  4. install stuff

     wget http://sourceforge.net/projects/cmusphinx/files/sphinxbase/5prealpha/sphinxbase-5prealpha.tar.gz
     tar -zxvf ./sphinxbase-5prealpha.tar.gz
     cd ./sphinxbase-5prealpha
     ./configure --enable-fixed
     make clean all
     make check
     make install
     cd ..
    
  5. more stuff

     wget http://sourceforge.net/projects/cmusphinx/files/pocketsphinx/5prealpha/pocketsphinx-5prealpha.tar.gz
     tar -zxvf pocketsphinx-5prealpha.tar.gz
     cd ./pocketsphinx-5prealpha
     ./configure
     make clean all
     make check
     make install
     cd ..
    
  6. and more...

     wget http://www.speech.cs.cmu.edu/tools/product/1437257241_18899/9707.dic
     wget http://www.speech.cs.cmu.edu/tools/product/1437257241_18899/9707.lm
     cd ~/
    
  7. environ

     export LD_LIBRARY_PATH=/usr/local/lib
    

maby not do

  1. install pyaudio

     aptitude -y install python-pyaudio
    
  2. install spyrk

     pip install spyrk
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages