search for: speex_modeid_uwb

Displaying 7 results from an estimated 7 matches for "speex_modeid_uwb".

Did you mean: speex_modeid_nb
2009 Sep 02
3
voice sound like robot voice :)
...pCodecDecoderState = NULL; } } void TVoiceCodec::setSampleRate( int samplerate ) { sampleRate = samplerate; // determine the mode int modeID = -1; // speex has limits [6000 - 48000] if ( sampleRate > 48000 ) return; if ( sampleRate > 25000 ) modeID = SPEEX_MODEID_UWB; else if ( sampleRate > 12500 ) modeID = SPEEX_MODEID_WB; else if ( sampleRate >= 6000 ) modeID = SPEEX_MODEID_NB; else return; // set up mode pMode = speex_lib_get_mode( modeID ); } void TVoiceCodec::setupEncoder( uint quality, uint complexity ) { encod...
2009 Sep 03
1
Speex-dev Digest, Vol 64, Issue 2
...ampleRate = samplerate; > > > > // determine the mode > > int modeID = -1; > > > > // speex has limits [6000 - 48000] > > if ( sampleRate > 48000 ) > > return; > > > > if ( sampleRate > 25000 ) > > modeID = SPEEX_MODEID_UWB; > > else if ( sampleRate > 12500 ) > > modeID = SPEEX_MODEID_WB; > > else if ( sampleRate >= 6000 ) > > modeID = SPEEX_MODEID_NB; > > else > > return; > > > > // set up mode > > pMode = speex_lib_get_mode(...
2005 Aug 26
0
Segmentation fault in narrowband and wideband mode
...est you try ultra-wideband instead\n", mode->modeName , rate); causes this segmentation fault, because commenting it out (you find the line in speexenc.c after the check if it's a wav-file, if you follow the conditions: if (modeID!=-1 && rate), if (rate>25000), if (modeID != SPEEX_MODEID_UWB)) makes the encoding run through. Does anybody else have this problem? Or is that just my computer? Thanks, Bj?rn -- Important! Please recognize my new GPG Public Key! Bj?rn Thalheim gpg fingerprint: 0A29 87E7 B4BE 8EFC 1063 EF09 9096 FA4B DF0C 6701 download key: wget http...
2007 Apr 11
0
Problem with speex
Hello! I am downloaded last version of speex library and did compile DLL. But I am have not good sound : Please see my code (Delphi) and say me please WHat I am do not right. Or please send me correct compiled DLL and example of correct using SPEEX_MODEID_WB and SPEEX_MODEID_UWB , denoise, and other effects. How I can set MONO mode in decode? My Code: smpRt:=32000; n:=10; encbits: TSpeexBits; encstate: Pointer; encframe: integer; decbits: TSpeexBits; decstate: Pointer; decframe: integer; buffEnc: array of single; buffDec: array of single; e...
2013 Jun 13
0
Seg fault speex encoder initialize
...ng 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20130613/ca8...
2009 Sep 03
0
voice sound like robot voice :)
...::setSampleRate( int samplerate ) > { > sampleRate = samplerate; > > // determine the mode > int modeID = -1; > > // speex has limits [6000 - 48000] > if ( sampleRate > 48000 ) > return; > > if ( sampleRate > 25000 ) > modeID = SPEEX_MODEID_UWB; > else if ( sampleRate > 12500 ) > modeID = SPEEX_MODEID_WB; > else if ( sampleRate >= 6000 ) > modeID = SPEEX_MODEID_NB; > else > return; > > // set up mode > pMode = speex_lib_get_mode( modeID ); > } > > void TVoiceCodec:...
2013 Aug 08
0
echo cancellation (power19550114fover)
...ng 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20130612/ca8...