Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ALIZE platform installation and execution the examples

I recently program using the speaker recognition lib - ALIZE. But I got some questions about how to install and execute the demo. Could somebody help me to see what's wrong with my order of installation and execution.

I use Mac OS system:

1, Download lib ALIZE and LIA-RAL, using the aclocal, automake, autoconf, ./configure and make for each lib.

2, I downloaded the demo, I found the demo from Internet: http://alize.univ-avignon.fr/doc_en.html

3, I copied the LIA_RAL/bin into the XX/bin/. XX is the demo I found.

4, I compiler with bash + XX.sh in the demo.

Two errors I found when I do the step 4. One is I could not found the bin/sfbcep, could somebody explain me what is this. The one error is bus error 10, which I have also no idea about.

like image 916
cindywmiao Avatar asked Jun 06 '14 18:06

cindywmiao


1 Answers

sfbcep is part of SPro. You may want to compile it yourself, rather than rely on the binary they provide.

edit: link updated to Spro5

like image 160
lCapp Avatar answered Oct 30 '22 21:10

lCapp