Displaying 10 results from an estimated 10 matches for "modes_wb".
2007 Nov 28
1
[PATCH] missing speexdec directory for vs2008, modes_wb.c
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex_vs2008_part2.diff
Type: application/octet-stream
Size: 11265 bytes
Desc: speex_vs2008_part2.diff
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20071128/136ce70d/speex_vs2008_part2-0001.obj
2008 Jan 18
1
Questions about the Xcode projects and a bug found
What is the difference between Speex. xcodeproj and
Speex_UB.xcodeproj? In building the Speex framework, I noticed that
Speex_UB.xcodeproj is including several files that don't exist
anymore as well as missing files that were added since it was last
updated.
Also, modes_wb.c is not included in either framework project which
causes a link error when I call speex_lib_get_mode().
Vince Tagle
<vtagle@newsguy.com>
2008 Feb 12
1
Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
...a(modes.o): In function `speex_mode_query':
/home/lorenz/Blackfin/speex-1.2beta3/libspeex/modes.c:359: multiple definition of `_spx_mips'
/home/lorenz/lib/libspeex_debug.a(speex.o):/home/lorenz/Blackfin/speex-1.2beta3/libspeex/speex.c:52: first defined here
/home/lorenz/lib/libspeex_debug.a(modes_wb.o): In function `speex_lib_get_mode':
/home/lorenz/Blackfin/speex-1.2beta3/libspeex/modes_wb.c:293: multiple definition of `_spx_mips'
/home/lorenz/lib/libspeex_debug.a(speex.o):/home/lorenz/Blackfin/speex-1.2beta3/libspeex/speex.c:52: first defined here
/home/lorenz/lib/libspeex_debug.a(nb...
2008 Oct 01
2
VS2005 build stability?
...-
1>------ Build started: Project: speexenc, Configuration: Debug Win32 ------
1>Linking...
1>libspeex.lib(speex_callbacks.obj) : error LNK2001: unresolved external
symbol _fprintf
1>libspeex.lib(speex_header.obj) : error LNK2001: unresolved external
symbol _fprintf
1>libspeex.lib(modes_wb.obj) : error LNK2001: unresolved external symbol
_fprintf
1>libspeex.lib(sb_celp.obj) : error LNK2001: unresolved external symbol
_fprintf
1>libspeex.lib(nb_celp.obj) : error LNK2001: unresolved external symbol
_fprintf
1>libspeexdsp.lib(fftwrap.obj) : error LNK2001: unresolved external...
2008 Feb 22
1
Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
...function `speex_mode_query':
> /home/lorenz/Blackfin/speex-1.2beta3/libspeex/modes.c:359: multiple definition of `_spx_mips'
> /home/lorenz/lib/libspeex_debug.a(speex.o):/home/lorenz/Blackfin/speex-1.2beta3/libspeex/speex.c:52: first defined here
> /home/lorenz/lib/libspeex_debug.a(modes_wb.o): In function `speex_lib_get_mode':
> /home/lorenz/Blackfin/speex-1.2beta3/libspeex/modes_wb.c:293: multiple definition of `_spx_mips'
> /home/lorenz/lib/libspeex_debug.a(speex.o):/home/lorenz/Blackfin/speex-1.2beta3/libspeex/speex.c:52: first defined here
> /home/lorenz/lib/libs...
2007 Dec 11
0
[PATCH] update symbian build
...lp.c preprocess.c quant_lsp.c sb_celp.c smallft.c
+SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c filters.c gain_table.c
+SOURCE gain_table_lbr.c hexc_10_32_table.c hexc_table.c high_lsp_tables.c
+SOURCE lpc.c lsp.c lsp_tables_nb.c ltp.c
+SOURCE modes.c modes_wb.c nb_celp.c quant_lsp.c sb_celp.c
SOURCE speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c window.c
USERINCLUDE . ..\include\speex
SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\include
2008 Mar 05
1
Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
...ery':
>> /home/lorenz/Blackfin/speex-1.2beta3/libspeex/modes.c:359: multiple
>> definition of `_spx_mips'
>> /home/lorenz/lib/libspeex_debug.a(speex.o):/home/lorenz/Blackfin/speex-1.2beta3/libspeex/speex.c:52:
>> first defined here /home/lorenz/lib/libspeex_debug.a(modes_wb.o):
>> In function `speex_lib_get_mode':
>> /home/lorenz/Blackfin/speex-1.2beta3/libspeex/modes_wb.c:293:
>> multiple definition of `_spx_mips'
>> /home/lorenz/lib/libspeex_debug.a(speex.o):/home/lorenz/Blackfin/speex-1.2beta3/libspeex/speex.c:52:
>> first de...
2008 Mar 29
0
GCC/ELF Visibility patch
...visibility prefix])
+],
+[
+has_visibility=no
+AC_DEFINE([EXPORT], [], [Symbol visibility prefix])
+CFLAGS="$SAVE_CFLAGS"
+]
+)
+AC_MSG_RESULT($has_visibility)
+
AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
XIPH_PATH_OGG([src="src"], [src=""])
Index: libspeex/modes_wb.c
===================================================================
--- libspeex/modes_wb.c (revision 14645)
+++ libspeex/modes_wb.c (working copy)
@@ -52,7 +52,7 @@
#define NULL 0
#endif
-const SpeexMode * const speex_mode_list[SPEEX_NB_MODES] = {&speex_nb_mode, &speex_wb_mode, &...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...visibility prefix])
+],
+[
+has_visibility=no
+AC_DEFINE([EXPORT], [], [Symbol visibility prefix])
+CFLAGS="$SAVE_CFLAGS"
+]
+)
+AC_MSG_RESULT($has_visibility)
+
AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
XIPH_PATH_OGG([src="src"], [src=""])
Index: libspeex/modes_wb.c
===================================================================
--- libspeex/modes_wb.c (revision 14645)
+++ libspeex/modes_wb.c (working copy)
@@ -52,7 +52,7 @@
#define NULL 0
#endif
-const SpeexMode * const speex_mode_list[SPEEX_NB_MODES] = {&speex_nb_mode, &speex_wb_mode, &...
2017 May 29
0
[PATCH] Add CMake build script
...c
+ libspeex/vbr.c
+ libspeex/vq.c
+ libspeex/bits.c
+ libspeex/exc_10_16_table.c
+ libspeex/exc_20_32_table.c
+ libspeex/exc_5_256_table.c
+ libspeex/exc_5_64_table.c
+ libspeex/gain_table_lbr.c
+ libspeex/hexc_10_32_table.c
+ libspeex/lpc.c
+ libspeex/lsp_tables_nb.c
+ libspeex/modes.c
+ libspeex/modes_wb.c
+ libspeex/nb_celp.c
+ libspeex/quant_lsp.c
+ libspeex/sb_celp.c
+ libspeex/speex_callbacks.c
+ libspeex/speex_header.c
+ libspeex/window.c
+ libspeex/arch.h
+ libspeex/bfin.h
+ libspeex/cb_search_arm4.h
+ libspeex/cb_search_bfin.h
+ libspeex/cb_search_sse.h
+ libspeex/filters.h
+ libspeex/filter...