search for: wav_io

Displaying 20 results from an estimated 29 matches for "wav_io".

2009 Apr 17
1
Missing getopt_long in Solaris 8 Sparc
...dam csw 24511 May 30 2008 speexdec.c -rw-r--r-- 1 dam csw 2133 Jun 2 2008 speexenc.1 -rw-r--r-- 1 dam csw 30320 May 30 2008 speexenc.c -rw-r--r-- 1 dam csw 32356 Apr 17 13:45 speexenc.o -rw-r--r-- 1 dam csw 5834 Aug 11 2007 wav_io.c -rw-r--r-- 1 dam csw 2530 Aug 11 2007 wav_io.h -rw-r--r-- 1 dam csw 5344 Apr 17 13:45 wav_io.o -rw-r--r-- 1 dam csw 6913 Jun 23 2007 wave_out.c -rw-r--r-- 1 dam csw 2923 Jun 23 2007 wave_out.h Unfortunately I am not fluent enough in...
2009 Apr 14
2
Missing getopt_long in Solaris 8 Sparc
..... -I../include -I../include -I.. -I/opt/csw/include -I/opt/csw/ > include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c > /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/cc - > xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o > speexenc speexenc.o wav_io.o skeleton.o ../libspeex/libspeex.la ../ > libspeex/libspeexdsp.la -L/opt/csw/lib -logg -lm > mkdir .libs > /opt/studio/SOS11/SUNWspro/bin/cc -xO3 -xarch=v8 -I/opt/csw/include - > xarch=v8 -o .libs/speexenc speexenc.o wav_io.o skeleton.o -L/opt/ > csw/lib ../libspeex/.libs/l...
2005 Oct 05
2
spx1.1.10 speexenc compile
..."SPEEX_VERSION" which i think isnt defined in speexenc but rather defined in misc.h, which wasnt one of the include files in speexenc... should i add a line that includes misc.h in speexenc? i tried this and got the errors down to 1. the error says that le_int was declared twice (once in wav_io and another in misc.h) but i dont know which declaration is correct. Uh.. i really don't know what to do so any advice will be much appreciated. Thanks, Mon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/200...
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
...st.c -tandem_test_LDADD = $(top_builddir)/libcelt/libcelt.la +tandem_test_LDADD = $(top_builddir)/libcelt/libcelt at LIBCELT_SUFFIX@.la diff --git a/tools/Makefile.am b/tools/Makefile.am index c7678b6..65099ce 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -15,7 +15,7 @@ noinst_HEADERS = wav_io.h bin_PROGRAMS = celtenc celtdec celtenc_SOURCES = celtenc.c wav_io.c skeleton.c -celtenc_LDADD = $(top_builddir)/libcelt/libcelt.la $(OGG_LIBS) +celtenc_LDADD = $(top_builddir)/libcelt/libcelt at LIBCELT_SUFFIX@.la $(OGG_LIBS) celtdec_SOURCES = celtdec.c wav_io.c -celtdec_LDADD = $(top_buil...
2007 May 02
0
[patch] Mac Universal Binaries
...variants with modern a modern gcc. And > Windows works like before. > > The patch was made against the head of the subversion trunk. > > Hope this helps. > > Pete > > > ------------------------------------------------------------------------ > > Index: src/wav_io.h > =================================================================== > --- src/wav_io.h (revision 12905) > +++ src/wav_io.h (working copy) > @@ -35,7 +35,7 @@ > #include <stdio.h> > #include "speex/speex_types.h" > > -#ifdef WORDS_BIGENDIAN > +#ifde...
2004 Aug 06
1
patch for compiling on IRIX
...========= RCS file: /usr/local/cvsroot/speex/src/Makefile.am,v retrieving revision 1.10 diff -u -r1.10 Makefile.am --- src/Makefile.am 30 May 2003 02:09:30 -0000 1.10 +++ src/Makefile.am 17 Feb 2004 08:59:58 -0000 @@ -18,7 +18,11 @@ bin_PROGRAMS = speexenc speexdec speexenc_SOURCES = speexenc.c wav_io.c -speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS) +speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la \ + $(OGG_LDFLAGS) $(OGG_LIBS) \ + @LTLIBOBJS@ speexdec_SOURCES = speexdec.c wav_io.c -speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la $(OGG_LDFLAGS) $...
2012 Jul 31
0
No subject
...Wshadow -Wstrict-prototypes=A0 -L/home/user/builds/li= b=A0 -o opusenc.exe src/opus_header.o src/opusenc.o src/resample.o src/audi= o-in.o src/diag_range.o src/lpc.o win32/unicode_support.o -L/home/user/buil= ds/lib -logg=A0=A0 -L/home/user/builds/lib -lopus=A0=A0 -lm -lwinmm=20 depbase=3D`echo src/wav_io.o | sed 's|[^/]*$|.deps/&|=3Bs|\.o$||'`=3B\ =A0=A0=A0 i686-w64-mingw32-gcc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I./src -I.= /win32=A0=A0 -I/home/user/builds/include=A0=A0 -I/home/user/builds/include/= opus=A0=A0 -DOPUSTOOLS -D_FORTIFY_SOURCE=3D2 -DHAVE_GETOPT_H -DSPX_RESAMPLE= _EXPORT=3D -...
2004 Aug 06
1
patch to crosscompile with mingw32 on linux
according to my little knowledge about automake, its not possible to put variables in _SOURCES. so something like speexdec_SOURCES = speexdec.c wav_io.c $(WIN32_OBJ) is not possible. but than i looked into wave_out.c and the entire source is surrounded by #if defined WIN32 || defined _WIN32 so it will just disappear than build on linux. j On Fri, 2004-02-13 at 07:59, Jean-Marc Valin wrote: > Hi, > > Thanks for the patch. Could you just...
2005 Oct 06
0
spx1.1.10 speexenc compile
Hi Mon, I added 'misc.h' to the #includes in speexenc.c and commented out the declaration of 'le_int' in 'wav_io.h'. Then, it compiles and works fine. John Mo Win wrote: > Hi all, > > Been trying to compile speex 1.1.10's speexenc for win32 using Visual > C++ 6.0 but came up with some errors (abt 33 of them, syntax errors). I > just traced them to a variable called "SPEEX_VER...
2009 Apr 17
0
Missing getopt_long in Solaris 8 Sparc
...-I../include -I.. -I/opt/csw/include -I/opt/csw/ >> include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c >> /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/cc - >> xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o >> speexenc speexenc.o wav_io.o skeleton.o ../libspeex/libspeex.la ../ >> libspeex/libspeexdsp.la -L/opt/csw/lib -logg -lm >> mkdir .libs >> /opt/studio/SOS11/SUNWspro/bin/cc -xO3 -xarch=v8 -I/opt/csw/include - >> xarch=v8 -o .libs/speexenc speexenc.o wav_io.o skeleton.o -L/opt/ >> csw/lib...
2009 Oct 15
1
multichannel
Hi All, Would it be possible to encode n channels with the CELT api? I can't find a negative or positive in the CELT docs; all I could find is c a check on the nr of channels in wav_io.c in the CELT tools. No clear insight on wheter or not the channels parameter in celt_mode_create can be > 2. Answers on the list were (thanks!): - Sure, You just encode each channel and then store the encoded frames one after another. - I recommend you just encode N separate mono streams. I...
2005 Sep 27
2
Speex ver 1.1.10 decoder problem
...lso works), except > that the length reported for the wav is too short, which is why it stops > player. Actually forcing the player to continue past the end gives the > whole file. I'll check what went wrong and try to fix it when I have > some time. It's likely in speexdec.c or wav_io.c in case you want to > look at it. Note to others, there's nothing wrong with libspeex or even > speexenc. The only thing that doesn't work is when using speexdec to > decode to wav. > > Jean-Marc > > Le mardi 27 septembre 2005 ? 17:32 -0700, Christina Saputra a ?cr...
2007 May 02
4
[patch] Mac Universal Binaries
Hi all, Speex currently decides endianness at configure-time. This causes the ppc half of Mac universal binaries to have some endianness problems. Most notably, the header built by speex_packet_to_header() has incorrect byte-ordering. This Apple developer page describes the incantation that can be used to build universal binaries on Mac. It also highlights the configure-time versus compile-time
2007 Sep 19
1
Speex Questions <./Configure %install make [-enable-fixed-point] setting> and Encoding Times etc...
...;speexenc', configuration 'Debug|SM400M (MIPSII)' Compiling... getopt.c getopt1.c skeleton.c speexenc.c .\speexenc.c(501) : warning C4013: 'GetTickCount' undefined; assuming extern returning int .\speexenc.c(251) : warning C4101: 'c' : unreferenced local variable wav_io.c wave_out.c .\wave_out.c(64) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR' .\wave_out.c(64) : warning C4133: 'function' : incompatible types - from 'char [31]' to 'LPCWSTR' install c1 : fatal error C1083: Ca...
2006 Apr 29
1
crosscomiling speex for powerPC
...9; make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/prakash/ppc/linphone/speex-1.1.6' make: *** [all] Error 2 Then I installed libogg-devel, alone and tried make , now the error is, powerpc-405-linux-gnu-gcc -O2 -fno-exceptions -o .libs/speexenc speexenc.o wav_io.o ../libspeex/.libs/libspeex.so -L/usr/lib -logg -lm /opt/powerpc-405-linux/lib/gcc/powerpc-405-linux-gnu/3.4.1/../../../../powerpc-405-linux-gnu/bin/ld: skipping incompatible /usr/lib/libogg.so when searching for -logg /opt/powerpc-405-linux/lib/gcc/powerpc-405-linux-gnu/3.4.1/../../../../pow...
2005 Sep 27
4
Speex ver 1.1.10 decoder problem
Hi, I just started using speex recently and I've been having problem with Speex ver. 1.1.10 decoder. I used Speex to encode a wav file to spx then decode it back to wav file to see the voice quality that results from different speex options. Somehow, I couldn't get the original wav file back. I used both Speex ver 1.1.6 and ver 1.1.10 to both encode and decode, despite the same output
2008 Oct 01
2
VS2005 build stability?
...eex.lib(speex.obj) : error LNK2001: unresolved external symbol _fprintf 1>libspeex.lib(bits.obj) : error LNK2001: unresolved external symbol _fprintf 1>getopt.obj : error LNK2001: unresolved external symbol _fprintf 1>speexenc.obj : error LNK2001: unresolved external symbol _fprintf 1>wav_io.obj : error LNK2001: unresolved external symbol _fprintf 1>libspeexdsp.lib(preprocess.obj) : error LNK2001: unresolved external symbol _fprintf 1>libspeex.lib(speex_header.obj) : error LNK2001: unresolved external symbol ___iob_func 1>libspeex.lib(modes_wb.obj) : error LNK2001: unresolve...
2006 Jul 22
1
build speex-1.0.5 problem (undefined reference to `__strtol_internal')
.../jessy/process_ctrl_7_21/apps_src/opensource/speex-1.0.5/src' /bin/sh ../libtool --mode=link /home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-gcc -Wall -Wstri ct-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -o speexenc speexenc.o wav_io. o ../libspeex/libspeex.la -L/usr/lib -logg -lm /home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -o speexenc speexenc.o wav_io.o ../libspeex/.libs/libspeex.a -L/ usr/lib -...
2004 Aug 06
2
patch to crosscompile with mingw32 on linux
-------------- next part -------------- A non-text attachment was scrubbed... Name: speex.mingw.patch__charset_ISO-8859-15 Type: text/x-patch Size: 1490 bytes Desc: speex.mingw.patch__charset_ISO-8859-15 Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20040212/51b4c2a9/speex.mingw-0001.bin
2005 Sep 27
0
Speex ver 1.1.10 decoder problem
...aying to soundcard also works), except that the length reported for the wav is too short, which is why it stops player. Actually forcing the player to continue past the end gives the whole file. I'll check what went wrong and try to fix it when I have some time. It's likely in speexdec.c or wav_io.c in case you want to look at it. Note to others, there's nothing wrong with libspeex or even speexenc. The only thing that doesn't work is when using speexdec to decode to wav. Jean-Marc Le mardi 27 septembre 2005 ? 17:32 -0700, Christina Saputra a ?crit : > Hi, > > I just sta...