search for: pcm_wrapper

Displaying 11 results from an estimated 11 matches for "pcm_wrapper".

Did you mean: pam_wrapper
2006 Jan 19
1
Compile error (svn 10743)
...]; <<<<----- 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2057: expected constant expression 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2466: cannot allocate an array of constant size 0 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2133: 'w' : unknown size 3. pcm_wrappers.c typedef struct { } PCMMode; static PCMMode pcmmode; int pcm_mode_query(const void *mode, int request, void *ptr) { const PCMMode *m = (const PCMMode*)mode; switch (request) { default: speex_warning_int("Unknown nb_mode_query request: ", request);...
2006 Jan 19
0
Compile error (svn 10743)
...]; <<<<----- 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2057: expected constant expression 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2466: cannot allocate an array of constant size 0 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2133: 'w' : unknown size 3. pcm_wrappers.c typedef struct { } PCMMode; static PCMMode pcmmode; int pcm_mode_query(const void *mode, int request, void *ptr) { const PCMMode *m = (const PCMMode*)mode; switch (request) { default: speex_warning_int("Unknown nb_mode_query request: ", request);...
2006 Apr 04
2
Error in pcm_wrapper.c release 1.1.12
...id *mode, int request, void *ptr) { /*const PCMMode *m = (const PCMMode*)mode;*/ switch (request) { default: speex_warning_int("Unknown nb_mode_query request: ", request); return -1; } return 0; } /* Default mode for narrowband */ const SpeexMode pcm_wrapper_mode = { &pcmmode, pcm_mode_query, "PCM", 0, 4, &pcm_encoder_init, &pcm_encoder_destroy, &pcm_encode, &pcm_decoder_init, &pcm_decoder_destroy, &pcm_decode, &pcm_encoder_ctl, &pcm_decoder_ctl, }; I have 2 errors: -...
2006 Apr 04
1
Error in pcm_wrapper.c release 1.1.12
> > Please, I need your help! > > I'm not able to compile.... > > > typedef struct { > > } PCMMode; > > It's wrong in pure C, there must be at least one field. Then just add int dummy. Actually, this code is pretty much useless at the moment, so you can simply remove it from the build and it'll work. > 2All: can't compile libspeex from trunk
2006 May 10
2
A minor patch to spec file
...se: %rel -Copyright: BSD +License: BSD Group: Application/Devel Source: http://www.speex.org/download/%{name}-%{ver}.tar.gz URL: http://www.speex.org/ @@ -65,6 +65,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libspeex*.la %{_includedir}/speex/speex*.h +%{_includedir}/speex/pcm_wrapper.h /usr/share/aclocal/speex.m4 %{_libdir}/pkgconfig/speex.pc %{_libdir}/libspeex*.a
2006 May 10
0
A minor patch to spec file
Actually, in all the examples I've seen, people are using "Copyright" and not "License". Any reference for the change you're proposing? Also, pcm_wrapper.h is gone in svn, so it's a non-issue now. Jean-Marc Le mercredi 10 mai 2006 ? 11:06 +0200, Stepan Kasal a ?crit : > Hello, > in order to compile sppex on my Fedora, I had to do the following > changes. Please consider installing them to the main tree. > > Thanks for your...
2006 Apr 13
2
How to create a compact Speex library
Hi, Sorry if this a repost but I want to create the smallest Speex library possible to be put in TI's TMS320 DSP. I'm only interested in one configuration: 5.97 Kbps narrowband. What part of source code can I remove? Currently, when I compiled the version 1.1.12 libspeex.a library with the TI TMS320 and Fixed-Integer options, I get around 522Kb. I would like to reduce it to as small
2006 Apr 13
4
How to create a compact Speex library
...t; buffer, echo cancellation, etc). > > First, try --disable-wideband (or define > DISABLE_WIDEBAND). Then you can > start removing other stuff you don't need. To get > rid of the echo > canceller, simply remove mdf.c. Then you can get rid > of jitter.c, > preprocess.c, pcm_wrapper.c, smallft.c, ... > Basically, if you remove the > file and it still works, then it wasn't needed. In > addition to all the > files you can remove without the need to touch > anything else, the > following can be disabled as long as you disable a > bit of code: > - VBR (...
2006 Apr 13
0
How to create a compact Speex library
...her extra features from Speex: jitter > buffer, echo cancellation, etc). First, try --disable-wideband (or define DISABLE_WIDEBAND). Then you can start removing other stuff you don't need. To get rid of the echo canceller, simply remove mdf.c. Then you can get rid of jitter.c, preprocess.c, pcm_wrapper.c, smallft.c, ... Basically, if you remove the file and it still works, then it wasn't needed. In addition to all the files you can remove without the need to touch anything else, the following can be disabled as long as you disable a bit of code: - VBR (vbr.c and references to VBR in nb_celp.c...
2006 Apr 14
0
How to create a compact Speex library
...tc). >> >> First, try --disable-wideband (or define >> DISABLE_WIDEBAND). Then you can >> start removing other stuff you don't need. To get >> rid of the echo >> canceller, simply remove mdf.c. Then you can get rid >> of jitter.c, >> preprocess.c, pcm_wrapper.c, smallft.c, ... >> Basically, if you remove the >> file and it still works, then it wasn't needed. In >> addition to all the >> files you can remove without the need to touch >> anything else, the >> following can be disabled as long as you disable a >&g...
2006 Apr 17
2
How to create a compact Speex library
...-disable-wideband (or define > >> DISABLE_WIDEBAND). Then you can > >> start removing other stuff you don't need. To get > >> rid of the echo > >> canceller, simply remove mdf.c. Then you can get > rid > >> of jitter.c, > >> preprocess.c, pcm_wrapper.c, smallft.c, ... > >> Basically, if you remove the > >> file and it still works, then it wasn't needed. > In > >> addition to all the > >> files you can remove without the need to touch > >> anything else, the > >> following can be disab...