search for: pyaudio

Displaying 6 results from an estimated 6 matches for "pyaudio".

Did you mean: myaudio
2013 Jun 13
0
Seg fault speex encoder initialize
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....
2013 Aug 08
0
echo cancellation (power19550114fover)
...;maniferrari at gmail.com> Subject: [Speex-dev] Seg fault speex encoder initialize To: speex-dev at xiph.org Message-ID: ??? <CAJb0vwk8dB8gUrfK++BvYvRkpSAOpzDwz+jEcX0u3cBVTJ2XGw at mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" 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....
2007 Mar 17
2
SV: How to detect SpeexBits corruption
...y hardware, the ALSA-OSS emulation provides for horrid mic input (even using the native TS client) but the native ALSA stuff sounds pretty well. At any rate, any detail you can provide would be appreciated!!! If you're curious, I'm currently prototyping this in python using audioop, wave, pyaudio and pySpeex. Once I have something that works, I'll probably turn around and make a WxWidgets client (C++) which uses ALSA...but I'd also like to quickly tie a T-T-S app to a TS server via the python implementation, quickly, if I can. As an aside, I started this project to filter various...
2007 Mar 17
1
SV: How to detect SpeexBits corruption
...input > > (even using the native TS client) but the native ALSA stuff sounds > > pretty well. At any rate, any detail you can provide would be > > appreciated!!! > > > > If you're curious, I'm currently prototyping this in python using > > audioop, wave, pyaudio and pySpeex. Once I have something that works, > > I'll probably turn around and make a WxWidgets client (C++) which uses > > ALSA...but I'd also like to quickly tie a T-T-S app to a TS server via > > the python implementation, quickly, if I can. > > > > As an...
2007 Mar 17
0
SV: How to detect SpeexBits corruption
...ation provides for horrid mic input > (even using the native TS client) but the native ALSA stuff sounds > pretty well. At any rate, any detail you can provide would be > appreciated!!! > > If you're curious, I'm currently prototyping this in python using > audioop, wave, pyaudio and pySpeex. Once I have something that works, > I'll probably turn around and make a WxWidgets client (C++) which uses > ALSA...but I'd also like to quickly tie a T-T-S app to a TS server via > the python implementation, quickly, if I can. > > As an aside, I started this pr...
2007 Jan 25
3
SV: How to detect SpeexBits corruption
You might not be doing anything wrong. Speex is stateful and can get into a bad state sometimes. It's happened to me too, but not recently. And I've seen such bugs reported on this list and fixed. I suggest several approaches to solving the problem: 1) Try compiling Speex without compiler optimizations and see if the problem still occurs. Most likely it will, but this is an