Displaying 15 results from an estimated 15 matches for "speex_version".
2005 Jul 12
1
small pkgconfig patch for speex
Hi All,
Been playing around with the dev version of speex on linux and ran
into a small problem due to the fact that the include files have been
moved off to a speex subdir. This small patch fixes it. I also think
that the SPEEX_VERSION variable should be just VERSION afaict so this
adds that as well.
Cheers,
Pete
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex-1.1.10-pkgconfig.patch
Type: text/x-patch
Size: 372 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/att...
2005 Oct 05
2
spx1.1.10 speexenc compile
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_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 i...
2002 Aug 13
2
Feedback on Ogg Speex file format
...in Ogg files. In this case, the first
packet of the Ogg file contains the Speex header described in table 4.
All integer fields in the headers are stored as little-endian. The
speex_string field must contain the ``Speex `` (with 3 training
spaces), which identifies the bit-stream. The next field, speex_version
contains the version of Speex that encoded the file. For now, refer to
speex_header.[ch] for more info. The beginning of stream (b_o_s) flag is
set to 1 for the header. The header packet has packetno=0 and
granulepos=0.
The second packet contains a user-comment string, without terminating
null. Th...
2004 Nov 17
1
speex header problem
....spx file...
the header turned out to be different from what i expected based on
the manual... was expecting it to start with Speex{3 spaces] but it
starts with OggS... etc. The section 'Ogg File Format' in the manual
says that the speex header is supposed to contain speex_string[Speex
], speex_version etc. but the 1st few bytes confuse me. could anyone
clarify? any help regarding this will be appreciated. thanks!
2008 Apr 04
0
speexdec 1.2.3
...tead\n");
printf ("\n");
printf ("More information is available from the Speex site: http://www.speex.org\n");
printf ("\n");
printf ("Please report bugs to the mailing list `speex-dev at xiph.org'.\n");
}
void version()
{
const char* speex_version;
speex_lib_ctl(SPEEX_LIB_GET_VERSION_STRING, (void*)&speex_version);
printf ("speexdec (Speex decoder) version %s (compiled " __DATE__ ")\n", speex_version);
printf ("Copyright (C) 2002-2006 Jean-Marc Valin\n");
}
void version_short()
{
const char* spe...
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
2005 Oct 06
0
spx1.1.10 speexenc compile
...39;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_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...
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
...or your distribution."
+ result="no"
+ DIE=1
+}
+echo $result
+
+
if test "$DIE" -eq 1; then
exit 1
fi
diff --git a/configure.ac b/configure.ac
index 3179521..7e70e33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ PACKAGE=speex
AC_SUBST(SPEEX_VERSION)
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
AM_MAINTAINER_MODE
@@ -112,7 +113,16 @@ AC_MSG_RESULT($has_visibility)
AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
-XIPH_PATH_OGG([src="src"], [src=""])
+# Test for availablitly of pkg-con...
2005 May 12
2
Problem configuring speex 1.1.8
Can you send me the config.log?
Jean-Marc
Le vendredi 13 mai 2005 ? 00:16 +0200, Pierre a ?crit :
> Jean-Marc Valin wrote:
> > What platform (OS, compiler/version)
>
> GNU/Linux
> kernel 2.6.11.8
> gcc 3.4.3
>
> > Also, does it work with no options.
>
> No, I just tried with just "./configure" and I have the same error.
>
>
--
Jean-Marc
2005 May 13
0
Problem configuring speex 1.1.8
...1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define restrict __restrict
| #define VAR_ARRAYS
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LIBWINMM 1
| #define SPEEX_VERSION "1.1.8"
| #define SPEEX_MAJOR_VERSION 1
| #define SPEEX_MINOR_VERSION 1
| #define SPEEX_MICRO_VERSION 8
| #define SPEEX_EXTRA_VERSION ""
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| #...
2005 May 13
1
Problem configuring speex 1.1.8
...lus
> | extern "C" void std::exit (int) throw (); using std::exit;
> | #endif
> | #define restrict __restrict
> | #define VAR_ARRAYS
> | #define HAVE_SYS_SOUNDCARD_H 1
> | #define HAVE_LIBM 1
> | #define HAVE_GETOPT_LONG 1
> | #define HAVE_LIBWINMM 1
> | #define SPEEX_VERSION "1.1.8"
> | #define SPEEX_MAJOR_VERSION 1
> | #define SPEEX_MINOR_VERSION 1
> | #define SPEEX_MICRO_VERSION 8
> | #define SPEEX_EXTRA_VERSION ""
> | /* end confdefs.h. */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h...
2005 May 08
2
Problem configuring speex 1.1.8
...1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define restrict __restrict
| #define VAR_ARRAYS
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LIBWINMM 1
| #define SPEEX_VERSION "1.1.8"
| #define SPEEX_MAJOR_VERSION 1
| #define SPEEX_MINOR_VERSION 1
| #define SPEEX_MICRO_VERSION 8
| #define SPEEX_EXTRA_VERSION ""
| #define ENABLE_VALGRIND
| #define _USE_SSE
| #define FIXED_POINT
| #define EPIC_48K
| #define TI_C55X
| /* end confdefs.h. */
| #include &l...
2004 Aug 06
3
libspeex/SSE Intrinsics with GCC 3.3.x
Here is code to add to configure.in to do what you want. It preserves
CFLAGS and uses that var to hold the sse enable flags. You can subset this
under the exisiting AC_ARG for sse or just make it do it all the time. If
you notice the i?86, that means any x86 platform target will have it
enabled. You can change that i686, but keep in mind that some distros
compile/target for i386 on the glibc
2017 May 29
0
[PATCH] Add CMake build script
...ESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
+install(FILES speex.m4 DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/aclocal)
+
+set(prefix ${CMAKE_INSTALL_PREFIX})
+set(exec_prefix $\{prefix\})
+set(libdir $\{exec_prefix\}/${CMAKE_INSTALL_LIBDIR})
+set(includedir $\{prefix\}/${CMAKE_INSTALL_INCLUDEDIR})
+set(SPEEX_VERSION ${PROJECT_VERSION})
+if(HAVE_LIBM)
+ set(LIBM -lm)
+endif()
+configure_file(speex.pc.in speex.pc @ONLY)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/speex.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
+
+set(PACKAGE ${PROJECT_NAME})
+set(VERSION ${PROJECT_VERSION})
+configure_file(Speex.spec.in S...
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...tp://www.sightspeed.com
<p><p>diff -ru speex-1.0.3-orig/configure.in speex-1.0.3/configure.in
--- speex-1.0.3-orig/configure.in 2003-10-30 08:57:25.000000000 -0800
+++ speex-1.0.3/configure.in 2004-01-08 20:44:25.000000000 -0800
@@ -18,11 +18,11 @@
# For automake.
VERSION=$SPEEX_VERSION
PACKAGE=speex
+AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
AM_MAINTAINER_MODE
-AC_CANONICAL_HOST
AM_PROG_LIBTOOL
AC_C_BIGENDIAN
@@ -52,8 +52,18 @@
AC_CHECK_LIB(gnugetopt, getopt_long)
AC_DEFINE_UNQUOTED(VERSION, "${VERSION}")
+AC_DEFINE(GCC_COMPIL...