search for: pyspeex

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

Did you mean: myspeex
2005 Jul 19
0
problems with pyspeex
Hi, I am developing a VoIP client, and I want to use speex as the encoder. I'm using python as the programming language for the project. However, when I try to decode frames recorded from the microphone and then play them, I got an error, which says that I should give a string as an argument in order to play, not a list (speex.decode returns a list) Any idea how to fix this?? Greetings from
2004 Aug 06
0
Release: Speex Python Bindings
...Any bugs/requests/patches/suggestions, please contact me. Cheers David PS - thanks, and compliments on Speex. Open Source, patent free, and a compression ratio of up to 40:1 are a hard act to follow! :) <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: PySpeex.tar.gz Type: application/x-gzip Size: 15205 bytes Desc: PySpeex.tar.gz Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20030305/65849521/PySpeex.tar.bin
2007 Mar 17
2
SV: How to detect SpeexBits corruption
...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 TS packets t...
2007 Mar 17
1
SV: How to detect SpeexBits corruption
...gt; (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 st...
2007 Mar 17
0
SV: How to detect SpeexBits corruption
...es 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 fil...
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