search for: speexdec

Displaying 20 results from an estimated 358 matches for "speexdec".

2016 Jul 08
3
failure with latest cross compiling
As a note, with the latest versions, I get this "new" failure, when cross compiling for windows using mingw: CCLD speexdec.exe speexdec.o:speexdec.c:(.text+0x4af): undefined reference to `_imp__waveOutGetNumDevs at 0' speexdec.o:speexdec.c:(.text+0x54d): undefined reference to `_imp__waveOutOpen at 24' speexdec.o:speexdec.c:(.text+0x5aa): undefined reference to `_imp__waveOutReset at 4' speexdec.o:speexdec....
2016 Jul 11
1
failure with latest cross compiling
Hi Roger, > > On Fri, Jul 8, 2016 at 6:41 PM, Roger Pack <rogerdpack2 at gmail.com> wrote: >> As a note, with the latest versions, I get this "new" failure, when >> cross compiling for windows using mingw: >> >> CCLD speexdec.exe >> speexdec.o:speexdec.c:(.text+0x4af): undefined reference to >> `_imp__waveOutGetNumDevs at 0' >> speexdec.o:speexdec.c:(.text+0x54d): undefined reference to >> `_imp__waveOutOpen at 24' >> speexdec.o:speexdec.c:(.text+0x5aa): undefined reference to >&...
2007 Oct 10
2
compilation errors netbsd
hello, i am experiencing some persistent compilation errors with both the 1.2beta2 release and the svn speex-trunk: ====================== speexdec.o(.text+0x23b): In function `out_file_open': /speex-trunk/src/speexdec.c:158: undefined reference to `_oss_ioctl' speexdec.o(.text+0x268):/speex-trunk/src/speexdec.c:168: undefined reference to `_oss_ioctl' speexdec.o(.text+0x296):/speex-trunk/src/speexdec.c:181: undefined reference to...
2008 Apr 01
2
speexdec 1.2.3
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 pointer to web or file of instruction is appreciated. Attempt (one long command line, failed): type d:\test.spx | "d:\speex 1.2.3\bin\speexdec.exe" - - | "d:\lame...
2004 Aug 06
2
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows usingVC++6.0
Hi Chris, Thanks a lot for your help. I've been able to resolve all the errors except one. I don't have ogg.h header file, so when I try to build Speexdec.exe, I get an error d:\speex\speex-1.1.5\src\speexdec.c(44) : fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory I don't have this file, but as I wrote in my previous mail, an ogg_static file is missing and a dialog appears asking for it to be opened. B...
2006 Aug 02
1
[PATCH] skeleton support for speexenc and speexdec
Hi, I have done some code cleanup of my speexenc patch for skeleton support. Also a warning message have been added to let the users know that some decoders may fail with skeleton output enabled. The speexdec patch enables speexdec to play skeleton enabled speex file. Thanks in advance for the feedbacks. --tahseen -------------- next part -------------- A non-text attachment was scrubbed... Name: speexenc-skeleton.patch Type: text/x-patch Size: 14664 bytes Desc: not available Url : http://lists.xiph.or...
2007 Oct 11
1
compilation errors netbsd
...w and I'll add that to the build. > > Jean-Marc > > bluefiftytwo wrote: > > hello, > > > > i am experiencing some persistent compilation errors with both the > > 1.2beta2 release and the svn speex-trunk: > > ====================== > > speexdec.o(.text+0x23b): In function `out_file_open': > > /speex-trunk/src/speexdec.c:158: undefined reference to `_oss_ioctl' > > speexdec.o(.text+0x268):/speex-trunk/src/speexdec.c:168: undefined > reference > > to `_oss_ioctl' > > speexdec.o(.text+0x296):/speex-trun...
2018 Feb 09
3
[PATCH]Add address overflow check
Hi, I came into a crash when using 32-bit `speexdec` and found that there's an address overflow in function `print_comments()`: static void print_comments(char *comments, int length) { char *c=comments; int len, i, nb_fields; char *end; if (length<8) { fprintf (stderr, "Invalid/corrupted comments\n");...
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_builddi...
2004 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows using VC++6.0
Hi, I've downloaded the Speex-1.1.5 code and am trying to compile the Speexdec code using Microsoft VC++ 6.0 IDE. When I try to open the speexdec.dsw workspace, I get a dialog asking to locate the ogg_static file. I simply cancel that message, and then the project is opened in the VC++ 6.0 IDE. Now, when I simply try to compile the program, I receive this 5 error messages....
2004 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code)on Windows usingVC++6.0
...nd Ogg header files. Any place where I can download. Basically I need to create a Speex library for Pocket PC 2003, that can be used from within my .NET Compact Framework application. For this I need to create a DLL file, which essentially is my Speex decoder. For this I simply need to make use of Speexdec, since this what I'll doing in the Speex library. Do I still need to make use of the Ogg files mentioned above? any help will be deeply appreciated. Thanks & regards, Asheesh --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To un...
2004 Aug 06
1
Bug: speexdec on non-speex file = segfault
I just did: $ speexdec foo.wav foo.wav.wav Segmentation fault There should probably be some sanity check in speexdec. /Ole --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' co...
2008 Jan 17
1
speexdec and ALSA
List, I'm not used to work with ALSA, so it was a surprise to me when testing an ALSA-only system that it did not have /dev/dsp. In this machine, speexdec throws me an error that it won't work without /dev/dsp, so I found out that in ALSA there's stuff under /dev/snd, but everything I tried to make a link to /dev/dsp (say, /dev/snd/pcmC0D0c) reports as being the wrong IOCTL. Any ideas how to get speexdec working under this environment? -Ivo
2011 May 04
2
speexenc/speexdec doubles file size
...is encoded to speex and back to wav: $ ls -ls testi.wav 40 -rw-r--r-- 1 foo foo 40674 May 4 14:38 testi.wav $ speexenc --denoise --agc --quality 10 testi.wav testi.spx Encoding 8000 Hz audio using narrowband mode (mono) $ ls -ls testi.spx 20 -rw-r--r-- 1 foo foo 16405 May 4 14:46 testi.spx $ speexdec --mono --rate 8000 testi.spx testi.wav Decoding 8000 Hz audio using narrowband mode (mono) Encoded with Speex 1.2rc1 $ ls -ls testi.wav 84 -rw-r--r-- 1 foo foo 81464 May 4 14:48 testi.wav -- juha
2006 Oct 03
3
How to get podcasters to adopt Speex?
...s/sec, 8KHz). which may > have originated from various sources: Live recording, radio, TV, or Web. > > My listening audience consists of family and friends, small in number but spread > over 4 continents. At the crudest level they can do a binary download and convert > to .wav with speexdec (speexdec.exe in the case of Windows). However, they can also > play direct to a unix/linux client by means of > curl url | speexdec - > where the url string is http...spx . In the case of Windows XP this becomes > curl.exe url | speexdec.exe - > > I've elaborated this into...
2005 Mar 14
1
When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit.
Dear speex developer, I have a problem: I use SPEEXENC on my mono 8bit 11024 Khz Wav - works OK When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit. Is there any help? Thank you Rosta Janca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20050309/e043dcc4/attachment.html
2008 Jan 11
1
Patch for OS/2 STDIN/STDOUT
Hi, to make in/output on STDIN/STDOUT work on OS/2 this small patch is needed: ---cut--- diff -ruN o:src/speexdec.c src/speexdec.c --- o:src/speexdec.c 2007-12-08 05:01:08.000000000 +0100 +++ src/speexdec.c 2008-01-12 00:48:00.000000000 +0100 @@ -231,6 +231,8 @@ { #if defined WIN32 || defined _WIN32 _setmode(_fileno(stdout), _O_BINARY); +#elif defined OS2 + _fsetmode(stdout,"...
2003 May 31
2
Bug in speexdec - is this the place to file it?
Hi! I have found and (tentatively) fixed a bug in the Win32 version of speexdec. Is this the place to post it, or... ? Sincerely Anders S. Johansen --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'u...
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 pointer to web or file of instruction is appreciated. > > > > Attempt (one long command line, failed): > > > > type d:\test.spx | "d:\speex 1.2.3\...
2004 Aug 06
0
Sun audio driver for speexdec
...07 2003 +++ configure.in Tue May 13 00:58:20 2003 @@ -26,7 +26,7 @@ AC_CANONICAL_HOST AM_PROG_LIBTOOL AC_C_BIGENDIAN -AC_CHECK_HEADERS(sys/soundcard.h) +AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h) AC_ARG_ENABLE(ogg, [ --enable-ogg=[yes/no] Turn on or off the use of ogg --- src/speexdec.c.orig Thu Jun 12 01:11:28 2003 +++ src/speexdec.c Thu Jun 12 01:14:31 2003 @@ -56,6 +56,14 @@ #include <sys/stat.h> #include <fcntl.h> #include <sys/ioctl.h> +#elif defined HAVE_SYS_AUDIOIO_H +#include <sys/types.h> +#include <sys/ioctl.h> +#include <sys/audioio...