Displaying 20 results from an estimated 7000 matches similar to: ""Infinite" wav files"
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
2001 Mar 06
1
ao patch (fwd)
Can someone apply this patch? It corrects a silly typo on my part.
---
Stan Seibert
---------- Forwarded message ----------
Date: Wed, 07 Mar 2001 01:20:48 +0100
From: Markus Keller <markus@mercury.net.dhis.org>
To: indigo@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
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
2002 Jun 21
1
Changing "What do all the names mean?"
This question seems a little vague. I propose the following change (or
something like it):
<p>Q: What do all the names mean?
<p>A: "Ogg" refers to the Ogg project, a blanket project designed to create a
fully open multimedia system. "Ogg" also refers to a general container file
format that can hold any type of multimedia data. "Vorbis" is the name of
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 project
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 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
Hi!
There are some little inconvenience in libao-0.8.5.
- The biggest is may that:
the documentation and the header file declare the ao_file_extension function,
which give a hint for the file extension where the device is realy a sound
file. This function is missing.
-An other: the alsa 0.5 and the alsa 0.9+ drivers short name. It will be better
if the alsa 0.5's name will be alsa05 and the
2001 Sep 10
0
Mailflood
Dude if it is a mail server that people from Getronics put 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]
2000 Jul 10
0
libao/ogg123 update: ESD (fwd)
------- Forwarded Message
Return-Path: owner-vorbis-dev@xiph.org
Delivery-Date: Mon Jul 10 01:38:16 2000
Delivered-To: xiphmont@localhost.xiph.org
Received: from localhost (localhost [127.0.0.1])
by bloopfish.xiph.org (Postfix) with ESMTP id 1A4A48882F
for <xiphmont@localhost>; Mon, 10 Jul 2000 01:38:15 -0700 (PDT)
Delivered-To: xiphmont@xiph.org
Received: from xiph.org
2008 Mar 28
2
swfdex-extract tool extracts mp3 files as wav files.
Hello.
I'm running the swfdec-extract tool built from the 0.6.0 source tarball
under gentoo and I'm finding that it's not able to rip the MP3s from the SWF
file. I'm getting this:
SWFDEC: ERROR: swfdec_codec_gst.c(269): swfdec_gst_decoder_init: failed to
create decoder
It manages to save the file as a WAV file, but I'd prefer the MP3 to get at
the ID3 info in the file.
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 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
2001 Mar 28
1
Whining about the raw driver.
Hi, I'm whining again about the inclusion of the raw driver in libao. Can
someone please commit the patch I posted in message:
http://www.xiph.org/archives/vorbis-dev/0098.html
(which will turn into http://www.xiph.org/archives/vorbis-dev/200103/0098.html
in 4 days.)
I've got people who want it included asking me what's the hold up.
---
Stan Seibert
--- >8 ----
List archives:
2006 May 31
5
Converting .wav to .WAV
Hi,
how can I convert .wav files to .WAV:
# file greet.*
greet.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit,
mono 8000 Hz
greet.WAV: RIFF (little-endian) data, WAVE audio, GSM 6.10, mono 8000 Hz
using 'sox'?
Thanks
--
Domenico Viggiani
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
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
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
2001 Mar 14
1
get_latency() ?
I was looking back through the libao source after some time away from it and I
noticed the addition of a plugin_get_latency() function to the plugin
API. What is the purpose of this function and what was the motivation for
adding it?
---
Stan Seibert
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a
2001 Jul 21
1
Preview of next version of libao
I just committed what will eventually become the next version of libao. I've
made some major changes: renamed stuff, redesigned the API, actually
documented things. It *will* break any current libao applications (like
ogg123).
It is on its own branch, so it shouldn't affect the mainline libao code for a
while. But beware: I want to land this branch before Vorbis 1.0 goes out.
Please