libsprec
libsprec copied to clipboard
C library for speech recognition using the Google Speech API
Hello, I build given library and demo example application on raspberry pi 3 and when I run this application on command line, getting segmentation fault. Find out below run time...
`Flac_encoder.c, line 124 crashes: EXC_ARITHMETIC (code=EXC_I386_DIV, subcode=0x0)` Looks like there are issues reading the header file.
Hi, I am having the same problem as https://github.com/H2CO3/libsprec/issues/3. (I am using the rapsberry pi) When I try to compile 'simple.c' with the following command "gcc -o simple simple.c -lsprec...