search for: speex_encoder_int

Displaying 4 results from an estimated 4 matches for "speex_encoder_int".

Did you mean: speex_encode_int
2005 Feb 09
1
encoding speex, (insanity looming)
Hi Tom, Thanks for your reply, I'm having a few difficulty's following you advise. You mention that I should be calling 'speex_encoder_int' & 'speex_decoder_int', I'm having problems finding these functions in the speex header. I am currenlty calling speex_encoder_init & speex_decoder_init in my test code, I have repeated the relevent bits of the example bellow. My version of speex is 1.1.6. Thanks once again...
2007 Feb 09
1
speex in C# please help
...[DllImport(libpath)] public static extern int speex_encoder_ctl(void *state , int request , void *ptr); [DllImport(libpath)] public static extern int speex_encoder_settings(void *state , int complexity , int samplingrate,int quality , int bitrate); [DllImport(libpath)] public static extern int speex_encoder_int(void *state , short *input , SpeexBits *bits); //exported bit operation methods [DllImport(libpath)] public static extern void speex_bits_init(SpeexBits *bits); [DllImport(libpath)] public static extern int speex_bits_write(SpeexBits *bits , IntPtr bytes , int Max_length); [DllImport(libpath)...
2007 Feb 13
1
Re: Speex-dev Digest, Vol 33, Issue 10
...extern int speex_encoder_ctl(void *state , int request , void *ptr); > > [DllImport(libpath)] > > public static extern int speex_encoder_settings(void *state , int complexity , int samplingrate,int quality , int bitrate); > > [DllImport(libpath)] > > public static extern int speex_encoder_int(void *state , short *input , SpeexBits *bits); > > //exported bit operation methods > > [DllImport(libpath)] > > public static extern void speex_bits_init(SpeexBits *bits); > > [DllImport(libpath)] > > public static extern int speex_bits_write(SpeexBits *bits , IntPtr...
2005 Feb 09
2
encoding speex, (insanity looming)
Hi All, I'm very new to speex and in fact handling audio at all, it seems I have run in to a problem I seem unable to fix. I'm trying to take audio from a microphone using alsa, then encode it as speex and save to disk. I have been wondering if it has something to do with endian type, but speexenc and speexdec works fine. Currently I have the following setup: Platform: