speex
Does Speex have a hard upper limit of 32kHz sample rate?
The Speex docs say that it\'s \'mainly\' designed for 8/16/32kHz sampling rates. Most PC inputs seem to report sampling rates of 8kHz, 16kHz and 44.1kHz.[详细]
2023-03-10 02:46 分类:问答Example of a FLV file with Speex-encoded audio?
Can anyone point me to an example of a Flash video file with a Speex-encoded soundtrack, freely downloadable from somewhere on the web?[详细]
2023-03-05 07:35 分类:问答How can i adapt speex echo canceller to process a float samples?
Good day! how сan i use float samples for echo cancellation processing? I tried to change interface and body of central function:[详细]
2023-03-02 23:13 分类:问答speex decoding going wrong
I\'m using speex to encode some audio data and send it over UDP, and decode it on the other side. I ran a few tests with speex, and noticed that if I decode a packet straight after I encoded it, the d[详细]
2023-01-27 12:33 分类:问答compiling libspeex for symbian
I want to use libspeex library in my nokia Qt appl开发者_运维技巧ication. How do I compile speex for this purpose, and how do i add it to my qt project?Did you check the README file for Symbian?[详细]
2023-01-13 20:49 分类:问答Linking c library error. COMDAT symbol '.exc$T' does not match section name '.rdata'
I compiled the speex library for symbian using carbide C++. The compile completes with zero errors/warnings.[详细]
2023-01-13 18:17 分类:问答Adobe flash : Playing Speex Audio from a file
I have tried really hard to find an example showing how to play speex encoded audio in flash. I tried the following code -[详细]
2023-01-10 03:40 分类:问答voice communication for python help!
I\'m currently trying to write a voicechat program in python. All tips/trick is welcome to do this. So far I found pyAudio to be a wrapper of PortAudio. So I played around with that and got an input[详细]
2023-01-03 12:19 分类:问答Speex in Python
How can I use Speex to encode/decode from within python? Are there any wrappers? I found an old project pySpeex but it is obsolete now (requires Python2.2)开发者_高级运维.I think starting from pySpee[详细]
2022-12-24 23:54 分类:问答Python ctypes & libspeex.dll/libspeex.so; what are the equivilents to #define, typedef, and structs?
I have a reference of the dll file here: http://speex.org/docs/api/speex-api-reference/group__Codec.html[详细]
2022-12-11 21:53 分类:问答