Displaying 14 results from an estimated 14 matches for "speex_stereo".
2017 Nov 03
1
[PATCH] Add a (void) parameter list to a function declaration
This fixes warnings in calling code about "this function declaration
is not a prototype".
---
include/speex/speex_stereo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/speex/speex_stereo.h b/include/speex/speex_stereo.h
index 5844f5a1..12af2bbf 100644
--- a/include/speex/speex_stereo.h
+++ b/include/speex/speex_stereo.h
@@ -61,7 +61,7 @@ typedef struct SpeexStereoState {
#define SPEEX_...
2006 Jun 12
1
[PATCH] warning: missing initializer for SPEEX_STEREO_STATE_INIT
hi
this code gives me a warning:
SpeexStereoState stereo = SPEEX_STEREO_STATE_INIT;
modules/speex/mod.c: In function 'alloc':
modules/speex/mod.c:61: warning: missing initializer
modules/speex/mod.c:61: warning: (near initialization for
'stereo_init.reserved1')
would it be possible to add this patch to you svn ?
Index: include/speex/speex_stereo...
2007 Apr 02
1
Problems with stereo data
...My test data are sampled at 16 Khz and it is a stereo file.
I look forward to any reply or information on how to deal with stereo data in Speex.
I am on Windows, using Microsoft Visual C++ 2005 Express Edition.
Best regards,
Peter.
// Encoder
#include <speex/speex.h>
#include <speex/speex_stereo.h>
#include <stdio.h>
#pragma comment(lib, "libspeex.lib")
int main(int argc, char* argv[]) {
const int FrameSize = 320;
void* State = speex_encoder_init(&speex_wb_mode);
int Temp;
float Tmp;
Temp = 1;
Tmp = 2;
speex_encoder_ctl(State, SPEEX_SET_VBR, &Temp);
sp...
2006 Nov 15
2
[PATCH] symbian port
hi,
this patch should fix the symbian build.
/alfred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex-symbian2.patch
Type: text/x-patch
Size: 2669 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20061115/5ac4915e/speex-symbian2.bin
2006 Nov 15
1
[PATCH] symbian port
...ex\speex.h
>> +..\include\speex\speex_header.h \epoc32\include\speex\speex_header.h
>> +..\include\speex\speex_jitter.h \epoc32\include\speex\speex_jitter.h
>> +..\include\speex\speex_preprocess.h \epoc32\include\speex\speex_preprocess.h
>> +..\include\speex\speex_stereo.h \epoc32\include\speex\speex_stereo.h
>> +..\include\speex\speex_types.h \epoc32\include\speex\speex_types.h
>> +
>> +
>> PRJ_MMPFILES
>>
>> speex.mmp
>> Index: symbian/speex.mmp
>> =================================================...
2006 Nov 15
0
[PATCH] symbian port
...oc32\include\speex\speex.h
> +..\include\speex\speex_header.h \epoc32\include\speex\speex_header.h
> +..\include\speex\speex_jitter.h \epoc32\include\speex\speex_jitter.h
> +..\include\speex\speex_preprocess.h \epoc32\include\speex\speex_preprocess.h
> +..\include\speex\speex_stereo.h \epoc32\include\speex\speex_stereo.h
> +..\include\speex\speex_types.h \epoc32\include\speex\speex_types.h
> +
> +
> PRJ_MMPFILES
>
> speex.mmp
> Index: symbian/speex.mmp
> ===================================================================
> --- symb...
2007 Dec 11
0
[PATCH] update symbian build
...\epoc32\include\speex\speex_header.h
..\include\speex\speex_jitter.h \epoc32\include\speex\speex_jitter.h
..\include\speex\speex_preprocess.h \epoc32\include\speex\speex_preprocess.h
+..\include\speex\speex_resampler.h \epoc32\include\speex\speex_resampler.h
..\include\speex\speex_stereo.h \epoc32\include\speex\speex_stereo.h
..\include\speex\speex_types.h \epoc32\include\speex\speex_types.h
@@ -47,3 +48,4 @@
PRJ_MMPFILES
speex.mmp
+speexdsp.mmp
Index: symbian/speex.mmp
===================================================================
--- symbian/spee...
2014 May 16
3
Error when compiling FFmpeg with speex-git.
...nfig_types.h:14:1: error: unknown type name ?int32_t?
typedef int32_t spx_int32_t;
^
/home/user/build/include/speex/speex_config_types.h:15:1: error: unknown type name ?uint32_t?
typedef uint32_t spx_uint32_t;
^
In file included from libavcodec/libspeexdec.c:23:0:
/home/user/build/include/speex/speex_stereo.h:64:1: warning: function declaration isn?t a prototype [-Wstrict-prototypes]
SpeexStereoState *speex_stereo_state_init();
^
libavcodec/libspeexdec.c: In function ?libspeex_decode_frame?:
libavcodec/libspeexdec.c:153:5: warning: passing argument 3 of ?speex_decode_int? from incompatible pointer t...
2006 Oct 20
5
To symbian and speex developers! Building instructions
Hello to everyone!
During building speex library for Symbian OS I encountered some problems. All thess problems can be solved by modifying the speex sources. I don't have access to SVN repository of speex, so I will just describe the changes to be done:
1) mmp file in symbian derictory misses windows.c sources. You need to add this string into speex.mmp:
SOURCES windows.c
2) Symbian OS
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...total 76
...
-rw-r--r-- 1 root root 13179 2008-05-07 14:14 speex.h
-rw-r--r-- 1 root root 3720 2008-05-07 14:14 speex_header.h
-rw-r--r-- 1 root root 4456 2008-05-07 14:14 speex_jitter.h
-rw-r--r-- 1 root root 6147 2008-05-07 14:14 speex_preprocess.h
-rw-r--r-- 1 root root 3190 2008-05-07 14:14 speex_stereo.h
-rw-r--r-- 1 root root 4355 2008-05-07 14:14 speex_types.h
I got the speex-1.2rc1 tarball from http://speex.org/downloads/ and
./configure, make, and sudo make install worked fine, placing a
different (and slightly larger) version of the headers in
/usr/local/include/speex/:
~/src/ffmpeg$ grep...
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...r-- 1 root root 13179 2008-05-07 14:14 speex.h
> -rw-r--r-- 1 root root ?3720 2008-05-07 14:14 speex_header.h
> -rw-r--r-- 1 root root ?4456 2008-05-07 14:14 speex_jitter.h
> -rw-r--r-- 1 root root ?6147 2008-05-07 14:14 speex_preprocess.h
> -rw-r--r-- 1 root root ?3190 2008-05-07 14:14 speex_stereo.h
> -rw-r--r-- 1 root root ?4355 2008-05-07 14:14 speex_types.h
>
> I got the speex-1.2rc1 tarball from http://speex.org/downloads/ and
> ./configure, make, and sudo make install worked fine, placing a
> different (and slightly larger) version of the headers in
> /usr/local/includ...
2017 May 29
0
[PATCH] Add CMake build script
...PL_FFTW3 "Use FFTW3 library for fast Fourier transforms")
+feature_summary(WHAT ALL)
+
+configure_file(config.h.cmake config.h)
+
+set(speex_PUBLIC_HEADERS
+ include/speex/speex.h
+ include/speex/speex_bits.h
+ include/speex/speex_callbacks.h
+ include/speex/speex_header.h
+ include/speex/speex_stereo.h
+ include/speex/speex_types.h
+ ${CMAKE_CURRENT_BINARY_DIR}/include/speex/speex_config_types.h)
+
+set(speex_SOURCES
+ libspeex/cb_search.c
+ libspeex/exc_10_32_table.c
+ libspeex/exc_8_128_table.c
+ libspeex/filters.c
+ libspeex/gain_table.c
+ libspeex/hexc_table.c
+ libspeex/high_lsp_tables.c
+...
2008 Apr 04
0
speexdec 1.2.3
...;fcntl.h>
#include <sys/ioctl.h>
#include <sys/audioio.h>
#ifndef AUDIO_ENCODING_SLINEAR
#define AUDIO_ENCODING_SLINEAR AUDIO_ENCODING_LINEAR /* Solaris */
#endif
#endif
#include <string.h>
#include "wav_io.h"
#include <speex/speex_header.h>
#include <speex/speex_stereo.h>
#include <speex/speex_callbacks.h>
#define MAX_FRAME_SIZE 2000
#define readint(buf, base) (((buf[base+3]<<24)&0xff000000)| \
((buf[base+2]<<16)&0xff0000)| \
((buf[base+1]<<8)&0xff00)| \...
2008 Apr 04
2
speexdec 1.2.3
On Fri, Apr 4, 2008 at 12:19 AM, Jean-Marc Valin
<jean-marc.valin at usherbrooke.ca> wrote:
> Jahn, Ray (R.) a ?crit :
>
> > Dear Speex codec community:
> >
> > I am working on conversion of voice files. I could not figure out how to use speexdec.exe 1.2.3 in piped mode in order to avoid the creation of the potentially large intermediate *.wav or *.pcm files. Any