Seg fault speex encoder initialize
Manee <[email protected]> Wed, 12 Jun 2013 17:40:27 -0700
| Newsgroups | gmane.comp.audio.compression.speex.devel |
|---|---|
| Message-ID | <CAJb0vwk8dB8gUrfK++BvYvRkpSAOpzDwz+jEcX0u3cBVTJ2XGw@mail.gmail.com> |
Hi All, I am trying to use Speex + PyAudio to convert voice to text using Google Speech API. I downloaded PyAudio Source, PortAudio and Speex and installed portaudio, followed by pyaudio with static link and then speex also I installed. I am able to import both speex and pyaudio into python fine. But when I call these functions: e = speex.Encoder() e.initialize(speex.SPEEX_MODEID_UWB) I get a segmentation fault. speex shared object am linking points to libspeex.so.1 Any idea why this is happening? Any help appreciated Thanks Mani _______________________________________________ Speex-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/speex-dev