search for: libspeex

Displaying 20 results from an estimated 568 matches for "libspeex".

2010 Mar 18
0
Errors compiling speex1.2-rc1 in Symbian 3th edition SDK
...rogettoInterdisciplinare\speex-1.2rc1\speex-1.2rc1\symbian\WINSCW.make" LIBRARY VERBOSE=-s make -s -r -f "\S60\devices\S60_3rd_FP2_SDK_v1.1\EPOC32\BUILD\Users\Maurizio\University\ProgettoInterdisciplinare\speex-1.2rc1\speex-1.2rc1\symbian\SPEEX\WINSCW\SPEEX.WINSCW" LIBRARY bits.c ..\libspeex\bits.c:48: declaration syntax error ..\libspeex\bits.c:49: declaration syntax error ..\libspeex\bits.c:54: declaration syntax error ..\libspeex\bits.c:56: declaration syntax error ..\libspeex\bits.c:58: identifier 'speex_bits_reset(struct SpeexBits *)' redeclared ..\libspeex\bits.c:58: was...
2009 Jun 24
1
Building Speex project in Symbian(Carbide C/C++)
...]: *** [\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\Carbide\workspace\speex\symbian\SPEEX\WINSCW\UDEB\bits.o] Error 2 make: *** [LIBRARYSPEEX] Error 2 make -s -r -f "\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\Carbide\workspace\speex\symbian\SPEEX\WINSCW\SPEEX.WINSCW" LIBRARY bits.c ..\libspeex\bits.c:48: declaration syntax error ..\libspeex\bits.c:49: declaration syntax error ..\libspeex\bits.c:54: declaration syntax error ..\libspeex\bits.c:56: declaration syntax error ..\libspeex\bits.c:58: identifier 'speex_bits_reset(struct SpeexBits *)' redeclared ..\libspeex\bits.c:58: was...
2008 Dec 19
1
Speex on LPC2148 (KEIL MDK + RealView Compiler)
Hello, I am trying to compile Speex on RealView Compiler and a lot of errors are indicated by compiler: libspeex\bits.c(48): error: #77-D: this declaration has no storage class or type specifier libspeex\bits.c(48): error: #65: expected a ";" libspeex\bits.c(139): warning: #12-D: parsing restarts here after previous syntax error libspeex\bits.c(141): error: #77-D: this declaration has no storage...
2017 May 29
0
[PATCH] Add CMake build script
...all.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake diff --git a/.travis.yml b/.travis.yml index ff85bc3..2bc028b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,25 @@ language: c +sudo: false +dist: trusty +addons: + apt: + packages: + - libogg-dev + - libspeexdsp-dev + - libfftw3-dev env: - - CONFIG="" - - CONFIG="--enable-fixed-point" - - CONFIG="--enable-fixed-point --disable-float-api" - - CONFIG="--enable-vorbis-psy" - - CONFIG="--disable-binaries" + matrix: + - CMAKE=1 CONFIG="&...
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
I am having trouble compiling ffmpeg to support speex, which didn't work with the ubuntu libspeex-dev package, but looks like it might with the Speex version 1.2rc1 tarball from http://speex.org/downloads/ How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version of libspeex in /usr/local/include instead of the older debian/ubuntu libspeex-dev package in /usr/include/speex? A...
2007 Apr 16
2
basic include files for speex
Hi Jean, I'm trying to compile the encode.c and or the test programs that are on the site and in libspeex respectively. however, i keep getting some undefined references to the basic speex functions(see compiler log). a query on google showed that this question was posed but no answer given. I traced them down to speex.c. however when i build my project i still get these undefined referneces. I'm...
2006 Apr 13
4
How to create a compact Speex library
...o 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. > > You mean kilo-bit or kilo-byte? The former is what > I'd expect, so if > you're getting the latter, something's already > wrong. > > > I would > > like to reduce i...
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved: apt-get remove libspeex-dev cd ~/src/speex-1.2rc1/ ./configure --prefix=/usr make; make install cd ../ffmpeg ./configure --enable-libspeex make; make install worked; then I was able to decode a Speex .flv file: ~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bell...
2006 Apr 14
0
How to create a compact Speex library
...est 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. >> >> You mean kilo-bit or kilo-byte? The former is what >> I'd expect, so if >> you're getting the latter, something's already >> wrong. >> >> > I wou...
2005 Oct 12
2
help using libspeex in win32
Hi all, i'm going to try to create an app using libspeex (Speex 1.1.10) and Visual Studio and just have a few questions. First, what's the difference between libspeex and libspeex_dynamic? Do I need to include both projects in my new workspace? Next, how do I enable fixed_point using libspeex? Am I correct in assuming that an ARM processor would be...
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...re the register as clobbered. Same thing with CC in a few places. Some places make an attempt at clobbering some hardware loop registers, but it's very incomplete compared with how many asm statements actually use hardware loops. Signed-off-by: Mike Frysinger <vapier at gentoo.org> --- libspeex/bfin.h | 15 +++++++++++++++ libspeex/cb_search_bfin.h | 9 ++++----- libspeex/filters_bfin.h | 15 ++++++++++----- libspeex/fixed_bfin.h | 15 +++++++++------ libspeex/lpc_bfin.h | 5 ++++- libspeex/lsp_bfin.h | 2 +- libspeex/ltp_bfin.h | 25 ++++...
2007 Mar 08
4
Introduction and patch
Hi, I'm one of the people working on the Rockbox project (http://www.rockbox.org) which is an open source alternative firmware for a range Digital Audio Players. Recently we integrated support for the Speex codec using libspeex and seems to work well. If you could add Rockbox to your list of software that supports Speex, that'd be great. So that's the introduction done. Now for the patch. Integrating libspeex in to Rockbox generated some warnings while compiling, so the attached patch should include fixes for...
2008 Feb 12
1
Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
...c.o and when I try to link my app against the speex lib: lorenz@panelmaker:~/Blackfin/tests/speex_loopthrough$ make bfin-uclinux-gcc -c -g -I/home/lorenz/include -o main.o main.c bfin-uclinux-gcc -gl -elf2flt -L/home/lorenz/lib -o speex_through main.o -lspeex_debug -lspeexdsp -lm /home/lorenz/lib/libspeex_debug.a(bits.o): In function `speex_bits_set_bit_buffer': /home/lorenz/Blackfin/speex-1.2beta3/libspeex/bits.c:72: 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...
2008 Aug 07
1
Linking issues (Visual Studio 2005 and libspeex.lib)
Hi, I've been doing some development for Pocket PC 2003 applications and have happened to chance upon Speex. To date, I've been having some issues in linking libspeex.lib with my application in MS Visual Studio 2005. Upon building my program, I will always receive the error: fatal error LNK1181: cannot open input file 'd:\Recorder\libspeex.lib' Recorder A brief description of what I had done is as follows: 1. Build libspeex.lib using Visual Studio...
2008 Jan 04
1
PIC issues... Linking statically to speex when generating a shared library..
The short: Linking to libspeex.a when generating a .so using libtool results in a non-portability warning. This is due to PIC code and non-PIC code intermingling. How can I go about fixing this whilst still using an installed libspeex present on the user's system? The long: I am using autoconf + libtool to generate a code...
2006 Apr 17
2
How to create a compact Speex library
...> 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. > >> > >> You mean kilo-bit or kilo-byte? The former is > what > >> I'd expect, so if > >> you're getting the latter, something's already > >> w...
2008 Feb 22
1
Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
Hi Jean-Marc, after some problems with getting svn to work here I finally made it. Problem is, you write that I cannot use libspeex and libspeexdsp at the same time now -- because I use a "live" system (mic-in -> speex_enc -> speex_dec -> headphone out) and I can run the AD1836 audio codec on 48 kHz only, I cannot use my program now (because I use speex resampling...) So I tried to do file I/O, but the descr...
2013 Apr 24
0
vorbis-psy compilation fix
...orbis-psy, [ --enable-psy Enable the Vorbis psy model], +AC_ARG_ENABLE(vorbis-psy, [ --enable-vorbis-psy Enable the Vorbis psy model], [if test "$enableval" = yes; then vorbis_psy=yes; AC_DEFINE([VORBIS_PSYCHO], , [Enable support for the Vorbis psy model]) diff -r -u speex/libspeex/Makefile.am speex/libspeex/Makefile.am --- speex/libspeex/Makefile.am 2013-04-24 19:08:00.729566052 +0400 +++ speex/libspeex/Makefile.am 2013-04-24 20:05:18.870721435 +0400 @@ -55,8 +55,8 @@ testenc_uwb_SOURCES = testenc_uwb.c testenc_uwb_LDADD = libspeex.la $(VPSY_LIB) testdenoise_SOURCES = tes...
2007 Apr 17
0
basic include files for speex
It's not an include file missing. This is a link error. You need to link with libspeex (or whatever it's called when you build it). Jean-Marc Quoting Caroundw5h <caroundw5h@yahoo.com>: > Hi Jean, > > I'm trying to compile the encode.c and or the test programs that are on the > site and in libspeex respectively. however, i keep getting some undefined &...
2012 Mar 06
1
Help about error in linking to libspeex.a
...; to ??? speex-dev-request at xiph.org You can reach the person managing the list at ??? speex-dev-owner at xiph.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Speex-dev digest..." Today's Topics: ? 1. Help about error in linking to libspeex.a (Mashal al-shboul) ? 2. Re: Help about error in linking to libspeex.a (Yanick Bourbeau) ---------------------------------------------------------------------- Message: 1 Date: Tue, 6 Mar 2012 10:56:11 -0800 (PST) From: Mashal al-shboul <shboul8989 at yahoo.com> Subject: [Speex-dev] Help...