Verbio – Reconhecimento de Voz com Asterisk.

4.- Installation on deb-based (debian, ubuntu,…) distributions
================================================================

1) Uninstall (if any) all verbio packages:

1.1) check which packages are installed in our system:
# apt-cache search verbio | grep -i verbio
verbio-tts-*
verbio-asr-*
verbio-engines
verbio-clients
[…]

1.2) remove those packages (verbio-engines /must/ be the last one)
# apt-get remove –purge verbio-tts-*
# apt-get remove –purge verbio-asr-*
# apt-get remove –purge verbio-clients
# apt-get remove –purge verbio-engines
[…]

2) Install verbio packages (verbio-engines /must/ be the first one):
# dpkg -i verbio-engines-7.yy-0.i386.rpm
# dpkg -i –force-overwrite verbio-clients-x.y.deb
# dpkg -i –force-overwrite verbio-tts-*-x.y.deb
# dpkg -i –force-overwrite verbio-asr-*-x.y.deb

baixar o pacote verbio-asterisk, nele tem um readme com os procedimentos, tem que passar um arquivo da pasta dele (app_verbio_speech.so ou algo assim) pra pasta apps do asterisk e adicionar uma linha no Makefile dessa pasta, mas isso está bem explicado.

Após isso vem a configuração para o reconhecimento..

Deixe um comentário