search for: audioio

Displaying 20 results from an estimated 24 matches for "audioio".

2004 Aug 06
0
Sun audio driver for speexdec
...ystem. It should also work on Solaris, but I can't test that. --- configure.in.orig Tue May 13 00:58: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 defin...
2006 Jul 22
1
build speex-1.0.5 problem (undefined reference to `__strtol_internal')
...king how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking whether byte ordering is bigendian... no checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking for libogg... Ogg includes in /usr/include Ogg libraries in /usr/lib checking for sin in -lm... yes checking for getopt_long in -lgnugetopt... no configure: creating ./config.status config.status: crea...
2004 Aug 06
3
ices2 compilations problems
....o configure:8109: $? = 0 configure:8119: result: yes configure:8123: checking machine/soundcard.h presence configure:8134: gcc -E conftest.c configure:8140: $? = 0 configure:8159: result: yes configure:8195: checking for machine/soundcard.h configure:8202: result: yes configure:8238: checking sys/audioio.h usability configure:8251: gcc -c -O20 -fsigned-char -D_REENTRANT conftest.c >&5 configure:8295: sys/audioio.h: No such file or directory configure:8254: $? = 1 configure: failed program was: | #line 8240 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #...
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout. I have installed Libshout 2.0 in /home/Darkmeteor the configure line I'm using for ices2 is : ./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor Problem : checking for Ogg... yes checking for Vorbis... yes checking for Shout... no
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
...o configure:19601: $? = 0 configure:19611: result: yes configure:19615: checking sys/soundcard.h presence configure:19625: gcc -E conftest.c configure:19631: $? = 0 configure:19651: result: yes configure:19686: checking for sys/soundcard.h configure:19693: result: yes configure:19571: checking sys/audioio.h usability configure:19583: gcc -c -s -O3 -march=i686 conftest.c >&5 conftest.c:60:25: sys/audioio.h: No such file or directory configure:19589: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #defin...
2005 May 13
1
Problem configuring speex 1.1.8
...:19611: result: yes > configure:19615: checking sys/soundcard.h presence > configure:19625: gcc -E conftest.c > configure:19631: $? = 0 > configure:19651: result: yes > configure:19686: checking for sys/soundcard.h > configure:19693: result: yes > configure:19571: checking sys/audioio.h usability > configure:19583: gcc -c -s -O3 -march=i686 conftest.c >&5 > conftest.c:60:25: sys/audioio.h: No such file or directory > configure:19589: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #defi...
2005 May 08
2
Problem configuring speex 1.1.8
...o configure:19601: $? = 0 configure:19611: result: yes configure:19615: checking sys/soundcard.h presence configure:19625: gcc -E conftest.c configure:19631: $? = 0 configure:19651: result: yes configure:19686: checking for sys/soundcard.h configure:19693: result: yes configure:19571: checking sys/audioio.h usability configure:19583: gcc -c -s -O3 -march=i686 conftest.c >&5 conftest.c:60:25: sys/audioio.h: No such file or directory configure:19589: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #defin...
2008 Apr 03
0
configure patch to check for SSE
...rrent arch/CFLAGS) +AC_LINK_IFELSE([ +AC_LANG_PROGRAM([[ +#include <xmmintrin.h> +__m128 testfunc(float *a, float *b) { + return _mm_add_ps(_mm_loadu_ps(a), _mm_loadu_ps(b)); +} +]])], +[ +has_sse=yes +], +[ +has_sse=no +] +) +AC_MSG_RESULT($has_sse) AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h) @@ -102,12 +118,19 @@ AC_DEFINE([ENABLE_VALGRIND], , [Enable valgrind extra checks]) fi]) -AC_ARG_ENABLE(sse, [ --enable-sse Enable SSE support], [if test "$enableval" = yes; then -AC_DEFINE([_USE_SSE], , [Enable SSE support]) +AC_ARG_ENABLE(sse, [ --enable-sse...
2002 Aug 04
0
Wine release 20020804
...atches should be submitted to "wine-patches@winehq.com". Please don't forget to include a ChangeLog entry. WHAT'S NEW with Wine-20020804: (see ChangeLog for details) - Beginnings of an IDL compiler. - Several new winedbg features. - More OLE and shell improvements. - NAS and AudioIO sound drivers. - Still more Sparc portability fixes. - Lots of bug fixes. See the README file in the distribution for installation instructions. Because of lags created by using mirror, this message may reach you before the release is available at the ftp sites. The sources will be available f...
2010 Dec 24
0
Wine release 1.3.10
The Wine development release 1.3.10 is now available. What's new in this release (see below for details): - Support for notification balloons in system tray. - Obsolete AudioIO sound driver removed. - More work on ActiveX support. - Various MSI fixes. - Preloader now used for 64-bit too. - Translation updates. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.10.tar.bz2 h...
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...sys/soundcard.h usability... no checking sys/soundcard.h presence... no checking for sys/soundcard.h... no checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking whether byte ordering is bigendian... yes checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking for an ANSI C-conforming const... yes checking for uint64_t... yes checking for XM...
2008 Dec 08
0
sndio support for libao
...in to libao. sndio is OpenBSD's new audio API. diff -uNrp libao-0.8.8.orig/configure.ac libao-0.8.8/configure.ac --- libao-0.8.8.orig/configure.ac Thu May 24 12:51:05 2007 +++ libao-0.8.8/configure.ac Mon Dec 8 16:34:44 2008 @@ -300,6 +300,11 @@ dnl Check for Sun audio AC_CHECK_HEADERS(sys/audioio.h) AM_CONDITIONAL(HAVE_SUN_AUDIO,test "${ac_cv_header_sys_audioio_h}" = yes) +dnl Check for libsndio audio + +AC_CHECK_HEADERS(sndio.h) +AM_CONDITIONAL(HAVE_SNDIO_AUDIO,test "${ac_cv_header_sndio_h}" = yes) + dnl Check for AIX audio case $host in @@ -415,4 +420,4 @@ dnl P...
2004 Aug 06
2
Cross compiling
...tics... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking whether byte ordering is bigendian... (cached) no checking for sys/soundcard.h... (cached) yes checking for sys/audioio.h... (cached) no checking for libogg... Ogg includes in /usr/include Ogg libraries in /usr/lib checking for sin in -lm... (cached) yes checking for getopt_long in -lgnugetopt... (cached) no updating cache ./config.cache creating ./config.status creating Makefile creating libspeex/Makefile creating...
2001 Oct 23
4
Problems compiling under OS X
...full path to esd-config. > checking how to run the C preprocessor... cc -E -traditional-cpp > checking for sys/soundcard.h... no > checking for machine/soundcard.h... no > checking for snd_pcm_channel_params in -lasound... no > checking for sys/asoundlib.h... no > checking for sys/audioio.h... no > checking for artsc-config... no > updating cache ./config.cache > creating ./config.status > creating Makefile > creating src/Makefile > creating doc/Makefile > creating include/Makefile > creating include/ao/Makefile > creating include/ao/os_types.h > creati...
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
...e33 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-config. +PKG_PROG_PKG_CONFIG + +if test -n "$PKG_CONFIG"; then + PKG_CHECK_MOD_VERSION(OGG, ogg >= 1.1.3, ac_cv_ogg=yes, ac_cv_ogg=no) + src=src + fi +if test x$ac_cv_ogg != xyes; then + XIPH...
2004 Aug 06
0
Cross compiling
...orts shared libraries... no > checking whether to build shared libraries... no > checking whether to build static libraries... yes > creating libtool > checking whether byte ordering is bigendian... > (cached) no > checking for sys/soundcard.h... (cached) yes > checking for sys/audioio.h... (cached) no > checking for libogg... Ogg includes in /usr/include > Ogg libraries in /usr/lib > checking for sin in -lm... (cached) yes > checking for getopt_long in -lgnugetopt... (cached) no > updating cache ./config.cache > creating ./config.status > creating Makefile &...
2010 Aug 25
28
Still can't install from NanoCorp
Hi guys. Have wine 1.3.1 installed and the bug http://bugs.winehq.org/show_bug.cgi?id=23935 was reported as fixed, closed. So tried to install ispq9.msi and this is the output from the terminal. benjie1 at benjie1:~$ cd Downloads/ benjie1 at benjie1:~/Downloads$ ls 08-13-10.ic2 ICUBackup10.exe usr bookmarks icuii81.exe wine-1.3.1 email addresses ispq9.msi
2012 Mar 07
0
Wine release 1.4
...he Vista model. WinMM and DirectSound are implemented on top of the new MMDevAPI library. - The Alsa, OSS, and CoreAudio drivers have been rewritten to use the new model. They now serve as back-ends to the MMDevAPI dll, which no longer needs to rely on the OpenAL library. - The Jack, NAS, AudioIO, and ESD audio subsystems are no longer supported. Version 3 of the OSS subsystem is no longer supported either, version 4 is required. - The Audio tab in the Wine Configuration tool has been redesigned for the new audio subsystem. The appropriate driver is automatically selected and no lo...
2008 Apr 04
0
speexdec 1.2.3
...;fcntl.h> #endif #include <math.h> #ifdef __MINGW32__ #include "wave_out.c" #endif #ifdef HAVE_SYS_SOUNDCARD_H #include <sys/soundcard.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/ioctl.h> #elif defined HAVE_SYS_AUDIOIO_H #include <sys/types.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/audioio.h> #ifndef AUDIO_ENCODING_SLINEAR #define AUDIO_ENCODING_SLINEAR AUDIO_ENCODING_LINEAR /* Solaris */ #endif #endif #include <string.h> #include "wav_io.h" #include <...