H2CO3 / libsprec

C library for speech recognition using the Google Speech API
Other
132 stars 40 forks source link

Sample demo crash! #14

Open PratikGajera opened 6 years ago

PratikGajera commented 6 years ago

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 error:

ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM pulse Segmentation fault

Please clarification on above issue!

Thanks, Pratik

H2CO3 commented 6 years ago

Hello, and thanks for contributing!

It appears that the library is unable to open the appropriate audio device. Do you have the necessary drivers installed and configured properly?