search for: ao_oss

Displaying 13 results from an estimated 13 matches for "ao_oss".

2000 Sep 05
1
[kcarnold@xiph.org: [xiph-cvs] cvs commit: vorbis/vorbis-tools/libao ao_alsa.c ao_oss.c audio_out.c audio_out.h]
...o the "ao" module, so copy the changes... jack. ----- Forwarded message from "Kenneth C. Arnold" <kcarnold@xiph.org> ----- Delivered-To: cvs-outgoing@xiph.org Delivered-To: cvs@xiph.org To: cvs@xiph.org Subject: [xiph-cvs] cvs commit: vorbis/vorbis-tools/libao ao_alsa.c ao_oss.c audio_out.c audio_out.h Date: Tue, 5 Sep 2000 14:38:49 -0700 (PDT) From: kcarnold@xiph.org (Kenneth C. Arnold) Precedence: bulk Reply-To: cvs@xiph.org kcarnold 00/09/05 14:38:48 Modified: vorbis-tools/libao Tag: branch_postbeta2 ao_alsa.c ao_oss.c audio_out.c au...
2000 Jul 31
0
NetBSD patches
...1.7 +++ vorbis-tools/vorbize.c 2000/07/30 03:12:05 @@ -48,7 +48,7 @@ #include <string.h> #include <time.h> #include <math.h> - -#include <getopt.h> +#include "getopt.h" #include "vorbis/modes.h" #include "riff.h" Index: vorbis-tools/libao/ao_oss.c =================================================================== RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/libao/ao_oss.c,v retrieving revision 1.1 diff -u -p -r1.1 ao_oss.c - --- vorbis-tools/libao/ao_oss.c 2000/07/22 01:57:05 1.1 +++ vorbis-tools/libao/ao_oss.c 2000/07/30 03:12:05 @@...
2000 Aug 17
1
patch for netbsd
...- vorbis-tools/libao/configure.in- Fri Aug 18 01:32:17 2000 +++ vorbis-tools/libao/configure.in Fri Aug 18 01:32:31 2000 @@ -97,3 +97,3 @@ case $host in - *-*-linux*|*-openbsd*|*-freebsd*) + *-*-linux*|*-openbsd*|*-freebsd*|*-netbsd*) LIBAO_OBJS="$LIBAO_OBJS ao_oss.o" $NetBSD: patch-ab,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ --- vorbis-tools/libao/configure- Fri Aug 18 01:32:43 2000 +++ vorbis-tools/libao/configure Fri Aug 18 01:32:51 2000 @@ -1301,3 +1301,3 @@ case $host in - *-*-linux*|*-openbsd*|*-freebsd*) + *-*-linux*|*-openbsd...
2000 Jul 27
3
Mainline nonportability
Hi folks, I'd like to remind people with write access on the CVS mainline not to put any tools/libs/patches into the main build that are not portable... I'm getting not-very-pretty flames from NetBSD folks because libao fails to *configure* under NetBSD (let alone build), thus breaking building the build for the entire CVS mainline. Specifically: >checking size of int...
2001 Mar 16
3
Patches for NetBSD
...,8 @@ HAVE_OSS_TRUE='#' HAVE_OSS_FALSE= fi +HAVE_OSS_TRUE= +HAVE_OSS_FALSE='#' echo $ac_n "checking for snd_pcm_open in -lasound""... $ac_c" 1>&6 $NetBSD: patch-ab,v 1.1.1.1 2001/03/15 20:35:58 wiz Exp $ --- ../libao-0.6.0.orig/src/plugins/oss/ao_oss.c Fri Feb 23 17:31:48 2001 +++ src/plugins/oss/ao_oss.c Wed Mar 14 22:12:22 2001 @@ -113,7 +113,7 @@ } } else { /* default: first try the devfs path */ - state->dev = strdup("/dev/sound/dsp"); + state->dev = strdup("/dev/audio")...
2004 Oct 22
0
libao-0.8.5 patch
..."Outputs to the Network Audio System.", + NULL, AO_FMT_NATIVE, 10, ao_nas_options, @@ -117,7 +118,8 @@ internal->buf_size = atoi(value); if (internal->buf_size <= 2) return 0; - } + } else + return 0; return 1; } diff -ur libao-0.8.5/src/plugins/oss/ao_oss.c libao-0.8.5.new/src/plugins/oss/ao_oss.c --- libao-0.8.5/src/plugins/oss/ao_oss.c 2004-03-09 01:05:44.000000000 +0100 +++ libao-0.8.5.new/src/plugins/oss/ao_oss.c 2004-10-22 12:07:44.000000000 +0200 @@ -49,6 +49,7 @@ "oss", "Aaron Holtzman <aholtzma@ess.engr.uvic.ca>&quot...
2002 Apr 10
1
libao: FreeBSD OSS patchlet
machine/soundcard.h was only a compatibility symlink to sys/soundcard.h and just went away. >From Motoyuki Konno <motoyuki@bsdclub.org>. --- src/plugins/oss/ao_oss.c.orig Wed Apr 10 21:56:57 2002 +++ src/plugins/oss/ao_oss.c Wed Apr 10 21:57:11 2002 @@ -32,8 +32,6 @@ #include <math.h> #if defined(__OpenBSD__) || defined(__NetBSD__) #include <soundcard.h> -#elif defined(__FreeBSD__) -#include <machine/soundcard.h> #else #include <sys/...
2001 Apr 23
1
building libao under Debian
...should use the default (/usr/local/lib) with `-Wl,--rpath -Wl,/usr/local/lib' flag, so LD_LIBRARY_PATH doesn't have to be set. (But I may be wrong.) 3) After installing vorbis-tools, oss wouldn't work. So I changed /dev/dsp to /dev/audio in the libao source libao-0.6.0/src/plugins/oss/ao_oss.c and it worked. Jeremy C. Reed http://www.reedmedia.net/ --- >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 'unsubscr...
2001 Mar 17
2
ao: Sun audio plug-in
...nor tweaks it now also compiles on Solaris 2.7. Alas, I can't verify whether it actually plays anything there. I guess this could also with little effort be made to work on SunOS4. Attached: - Diff to configure.in and src/plugins/Makefile.am. - sun/Makefile.am - sun/ao_sun.c (derived from oss/ao_oss.c) -- Christian "naddy" Weisgerber naddy@mips.inka.de <HR NOSHADE> <UL> <LI>text/plain attachment: ao.patch </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: ao.patch Type: application/octet-stre...
2002 Jul 27
0
libao patch
...kefile Only in libao-0.8.2-new/src/plugins/esd: libesd.la Only in libao-0.8.2-new/src/plugins/irix: Makefile Only in libao-0.8.2-new/src/plugins/macosx: Makefile Only in libao-0.8.2-new/src/plugins/oss: .libs Only in libao-0.8.2-new/src/plugins/oss: Makefile Only in libao-0.8.2-new/src/plugins/oss: ao_oss.lo Only in libao-0.8.2-new/src/plugins/oss: ao_oss.o Only in libao-0.8.2-new/src/plugins/oss: liboss.la Only in libao-0.8.2-new/src/plugins/sun: Makefile -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 233 bytes Desc: n...
2001 Feb 27
2
building under NetBSD and using /dev/audio
...e a .wav file and playing it with splay. (splay uses /dev/audio.) How can I modify ogg123 (or liba0) so I can use /dev/audio as the default sound device? Or maybe it would be better to add a new device (for ao_get_driver_id) so I can use /dev/audio. I did try patching libao's src/plugins/oss/ao_oss.c to use /dev/audio instead of /dev/dsp. (It seems like this /dev/dsp should not be hardcoded in.) But this made no difference. "oss" appears to not be used in the first place -- ogg123 reports: "No such device oss." In addition, ogg123 is using null as the default: "Devic...
2001 Mar 13
2
Followup to compiling Ogg on NetBSD-1.5/i386
...trying to follow and implement things as I understand: 1. libao needs <sys/soundcard.h> and <machine/soundcard.h>, and so I linked /usr/include/soundcard.h there. 2. Since `soundcard.h' doesn't have SNDCTL_DSP_GETODELAY, I uncommented that particular line in `src/plugins/oss/ao_oss.c'. These steps made sure that I had liboss files created in /usr/pkg/lib/ao/. 3. After that, I went to vorbis-tools. (**I had compiled libogg and libvorbis earlier -- do I need to compile them again now that I have made changes in libao ?** I think not, but I still ask). 3. The rest of the...
2001 Jan 27
4
ogg123 oss plugin plays garbage
I tried to use the current cvs version of ogg123 with oss output and the ogg just sounds like static. I wanted to document it on the list in case anyone else is having the problem. I can make ogg123 write wav files fine. Also Vakor does not have any trouble playing oggs with ogg123, so I am not certain what the problem is. I have tried compiling all of ogg vorbis (ao,ogg,vorbis,vorbis-tools)