search for: volsung

Displaying 20 results from an estimated 68 matches for "volsung".

2001 Jan 20
4
"Infinite" wav files
Okay, before I submit my patch to make libao produce sorta-streamable wav files, I want to know what these partial wav files do to various players. I've posted two sample wav files on my webserver: http://volsung.dhcp.asu.edu/~stan/infinite.wav http://volsung.dhcp.asu.edu/~stan/zero.wav The first uses a riff and data length of 0xFFFFFFFF (approximately infinite) and second uses a riff and data length of 0. So far play (the frontend to sox) stops immediately on zero.wav and plays infinite.wav with a warnin...
2000 Oct 01
4
CVS Problem
I've been kind of busy lately, but I wanted to see what's up with ao after the build change. I was able to check out the vorbis module, but when I tried to check out the ao module I saw this: [stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot co -r branch_postbeta2 ao cvs server: Updating ao cvs server: Updating ao/doc cvs server: Updating ao/include cvs server: Updating ao/include/ao cvs server: Updating ao/src cvs server: Updating ao/src/.deps cvs server: Updating ao/src/...
2001 Sep 10
0
Mailflood
...t together its no wonder its broken ;-)) Kind regards, Mark -- Mark de Bokx Internet Service Engineer ICT Communication and Media Services Planet Media Group the Netherlands "This is not an add banner, click here to find out why" -- seen on the Web -----Original Message----- From: volsung@asu.edu [mailto:volsung@asu.edu] Sent: Monday, September 10, 2001 4:19 PM To: vorbis@xiph.org Subject: Re: [vorbis] Mailflood On Mon, 10 Sep 2001, Gian-Carlo Pascutto wrote: > Is anyone else on this list currently being flooded > into oblivion by a broken vietnamese mailserver? > > M...
2001 Feb 08
0
Conversion API for computer telephony systems (D ialogic Mu-law wa v format to PCM encoded wav format)
Thanks. sox was exactly what I was looking for. -----Original Message----- From: volsung@asu.edu [mailto:volsung@asu.edu] Sent: Thursday, February 08, 2001 2:06 PM To: vorbis-dev@xiph.org Subject: Re: [vorbis-dev] Conversion API for computer telephony systems (Dialogic Mu-law wa v format to PCM encoded wav format) On Thu, 8 Feb 2001, Giovanni Sanfelici wrote: > I am working on a p...
2001 Mar 06
1
ao patch (fwd)
...digo@aztec.asu.edu Subject: ao patch Hi, I just noticed a small typo in ao_esd.c. Here is a patch for it: --- ao_esd.c~ Sun Feb 25 03:06:05 2001 +++ ao_esd.c Wed Mar 7 01:14:41 2001 @@ -44,7 +44,7 @@ "ESounD output", "esd", "Stan Seibert <volsung@asu.edu>", - "Outputs to the Enlighted Sound Daemon." + "Outputs to the Enlightened Sound Daemon." }; void ao_esd_parse_options(ao_esd_internal_t *state, ao_option_t *options) Markus --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg projec...
2007 Apr 02
1
win32 driver for libao
Hi there. Sorry I may be a little off topics with this mail but I have already written to the official libao maintainer (volsung@xiph.org) and he is the one who suggest me to write here. As I did not see any more suitable mailing list @xiph.org here I am. My point is that I have recently written a win32 driver for the libao and I would be glad to see this contribution include to the official libao project. As the offici...
2000 Jul 10
0
libao/ogg123 update: ESD (fwd)
...by rcum.uni-mb.si (PMDF V5.2-32 #45903) with ESMTP id <01JRLKSIB1RC0016LW@rcum.uni-mb.si> for vorbis-dev@xiph.org; Mon, 10 Jul 2000 10:36:54 MET Date: Mon, 10 Jul 2000 10:36:46 +0200 From: David Balazic <david.balazic@uni-mb.si> Subject: Re: [vorbis-dev] libao/ogg123 update: ESD To: volsung@asu.edu Cc: vorbis-dev@xiph.org Message-id: <39698B1E.DE5CEE67@uni-mb.si> MIME-version: 1.0 X-Mailer: Mozilla 4.73 [en] (WinNT; U) Content-type: text/plain; charset=iso-8859-2 Content-transfer-encoding: 7bit X-Accept-Language: en Stan Seibert <volsung@asu.edu> wrote : > If there...
2000 Jun 18
3
Makefile dependencies in vorbis-tools
I've been trying to tackle the vorbis source. I ran across what I think is a missing dependency in the vorbis-tools directory. Since ogg123 and vorbize are staticly linked to libvorbis and vorbisfile, when those file change, the executables should be rebuilt. Below I've attached a patch. (I hope it works. I am sort of new to patch and diff.) BTW, I've been trying to find a good
2004 Oct 22
0
libao-0.8.5 patch
...o options! */ + + return 1; } diff -ur libao-0.8.5/src/ao_null.c libao-0.8.5.new/src/ao_null.c --- libao-0.8.5/src/ao_null.c 2001-12-18 23:39:23.000000000 +0100 +++ libao-0.8.5.new/src/ao_null.c 2004-10-22 12:13:26.000000000 +0200 @@ -37,6 +37,7 @@ "null", "Stan Seibert <volsung@asu.edu>", "This driver does nothing.", + NULL, AO_FMT_NATIVE, 0, ao_null_options, @@ -87,7 +88,8 @@ if (!strcmp(key, "debug")) { internal->debug_output = 1; - } + } else + return 0; return 1; } diff -ur libao-0.8.5/src/ao_raw.c libao-0.8.5.new/sr...
2002 Jan 14
6
RC2 better than RC3 ???
Since 1.0rc2 was released i have found that ogg@64k sounds almost like mp3@128k (in 95% of the 3000 files i encoded...) I tested 1.0rc3 and 64k bitrate (quality=0.0) gives less good quality than before. And bad : it takes longer to encode ! (1.7x vs. 2.0x on a P2/500MHz) Effectively 64k ogg files encoded with rc3 are smaller than files encoded with rc2. I hear people debatting on how satisfied
2001 Jan 14
3
Wave Header Question
I'm reordering the code in ao_wav.c that writes wav files to prevent the problem we had earlier. If ogg123 was improperly terminated (Segfault, kill -9, etc.), the output wav file was not even recognizable because the header was totally blank. I have found that at the start of playback (from libao's perspective), I know all of the wav header info except two things: 1) The length of the
2000 Jul 29
5
ogg123 HTTP streaming
I am about to commit HTTP streaming code for ogg123. This has no relation to the discussion about "real" steaming Ogg; it just downloads and plays at the same time. But unless you have a direct T3 connection, it'll almost definately break up quite frequently. Solution? Buffer. But I have other things to work on for the rest of the day... Any screaming objections? This has been
2001 May 21
1
SoX support
For those of you who want to be able to decode Ogg Vorbis files into other formats, SoX (the swiss army knife of audio programs) now has Ogg Vorbis support in CVS. It can read Ogg Vorbis files and export the audio in any format SoX supports. You can also write Ogg Vorbis with it, but, because of limitations in the design of SoX, only output at 128kbps is supported. Note: Instructions on how to
2002 Mar 21
0
OFFTOPIC Winamp plugins Was: quick question
volsung@asu.edu wrote : > On Wed, 20 Mar 2002, Andy (Dale) wrote: > > > why disable all dsp/effect plugins, eq? i can use them and make it 16 bit. > > or are you saying i can diable all those and use >16bit? > > Some DSP/effect plugins might be hardcoded to only play 16 bit an...
2002 Jul 01
1
Ogg Traffic is back.
Ogg Traffic has been revived. A new issue has been posted at: http://www.vorbis.com/ot/ They should be appearing once a week as before. Please send comments and suggestions to volsung@xiph.org. Thanks. --- Stan Seibert <p><p>--- >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-request@xiph.org' containing only the word 'unsubscribe' in t...
2000 Jun 19
1
PATCH: Falling off the end of linked lists.
[I'm still poking around in vorbis-tools. Here's another trivial patch.] In ogg123.c, the function get_stream goes down a linked list looking for the nth stream. Currently it will run off the end of the list and dereference the NULL pointer if the list is smaller than n. Attached is a patch to check for a null list and abort. Would assert() be a better way to do this? -=-=- Stan
2000 Sep 02
1
libao endian fix (attempt 2)
Okay, here's the patch that should fix byte-ordering madness. The basic rule with libao is that samples have to be in native byte order. All of the drivers will assume this, and libao provides a ao_is_big_endian() function for library clients (and sometimes drivers) to test their byte ordering. I would appreciate it if someone on a big endian platform test ogg123 and make sure that it works
2000 Sep 02
1
Future libao refinements
Just so people know what I'm working on (between physics assignments), here's a quick list of what's currently in the pipeline: * I received an IRIX patch which I am very excited about. I'll be submitting that shortly. * A month ago another user sent me a very small patch that improved ALSA performance on his machine. I don't understand what it does exactly, and would
2000 Sep 03
1
libao WAV patch
Ack! I hate it when I have to fix my own crappy code. :) I present the endian fix for the wav output driver. Apply it along with the endian-fix.patch I sent earlier and things should be okay. Hopefully. Kenneth can check me on this with his PowerPC. --- Stan Seibert --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe
2000 Dec 17
1
Re: libao api change
> Does anyone object to the attached patches? The main change is to be able > to call > > ao_append_option(&opts, "key", "value"); > I'm all for this one. The original form of the function is really poor design on my part. I hope this gets committed. --- Stan Seibert --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project