Displaying 20 results from an estimated 3000 matches similar to: "Whining about the raw driver."
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 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ?
IMHO the original ao_open() was fine - if you wanted to set the
filename for output, you could add an option via ao_append_option
and if you wanted to avoid overwriting an existing file, you could
stat() it yourself.
Having ao_open_live() and ao_open_file() just makes more work for
the user of the library for no gain, AFAICT.
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ?
IMHO the original ao_open() was fine - if you wanted to set the
filename for output, you could add an option via ao_append_option
and if you wanted to avoid overwriting an existing file, you could
stat() it yourself.
Having ao_open_live() and ao_open_file() just makes more work for
the user of the library for no gain, AFAICT.
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 Apr 23
1
building libao under Debian
Here are some of my notes with building and using vorbis-tools-1.0beta4
under Debian Linux 2.2.
1) building libao:
make[3]: Leaving directory
`/home/jeremy/src/ogg/libao-0.6.0/src/plugins/alsa'
Making all in arts
make[3]: Entering directory
`/home/jeremy/src/ogg/libao-0.6.0/src/plugins/arts'
/bin/sh ../../../libtool --mode=compile gcc
-DPACKAGE=\"libao\"
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 Dec 27
1
ao_arts
Hi,
I've written an ao plugin for aRts, the soundserver that comes with KDE.
Any chance of including this in the ao distribution ? Pretty please ? :)
Sources and patches attached. This is a very simple plugin because it
uses the easy-to-use 'artsc' C wrapper that aRts installs.
configure.in.diff is for ao/configure.in
Makefile.am.diff is for ao/src/plugins/Makefile.am
Makefile.am
2001 Nov 04
5
ogg123 running under MacOS X
I finally managed to compile ogg123 under MacOS X, after creating a PB
project for it.
Rillian, do you want to include the PB project in cvs? (it needs a LOT
of polishing, though).
----------
Ogg123 from PACKAGE VERSION
by Kenneth Arnold <kcarnold@arnoldnet.net> and others
Usage: ogg123 [<options>] <input file> ...
-h, --help this help
-V, --version display
2001 Jun 21
1
ogg123, buffering, tag
I was just about to commit a big buffer overhaul when I realized that
it would probably break a lot of stuff and I'd get yelled at, so it's
in the kcarnold_work tag (or will be momentarily...). Have a look at
it, try to make it deadlock. If I messed up the CVS tagging, also let
me know -- I know only enough about CVS to be dangerous :)
This should also reduce CPU usage noticably. 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
2000 Nov 10
2
source browser updated
http://surf.chimie.uqam.ca/~kruus/vorbis/ now contain
branch_beta3 and trunk subdirs that are updated daily
(until branch_beta3 becomes historical next week, like
the other snapshots at that URL).
to web-browse the source code, go to
http://surf.chimie.uqam.ca/~kruus/vorbis/lxr/http/source
erik (back after audio-video sync miniproject. Yay!)
--- >8 ----
List archives:
2001 Jan 23
2
feature request: control in ogg123
Hi people!
I think it would be cool if ogg123 had a mode in which you could conrol it
with stdin. pausing, quitting/stopping and seeking would be enough imho.
mpg123 already has something like this (I think -e). I'd do it myself but I'm
busy. Shouldn't take much time.
Bye,
Peter Surda (Shurdeek) <surda@bigfoot.com>, ICQ 10236103, +4369910964300
--
The dark ages
2001 Feb 21
1
Better buffer fix.
Looking at it, I think this patch is actually better than the one I sent before,
mainly because it keeps from adding a bunch of weird parameters to functions at
the expense of a single global variable (globals... ick).
Aaron Plattner
<HR NOSHADE>
<UL>
<LI>text/plain attachment: ogg123.diff.2
</UL>
-------------- next part --------------
A non-text attachment was
2001 Feb 27
1
Ogg123 buffering
I tried to use ogg123 -b to play from a slow HTTP server, and I realized that
ogg123 starts to play immediately even if the buffer isn't full, so if it can't
read the ogg fast enough it skips, even with a huge buffer. Is this the way
it's supposed to work? It seems to me like the buffer shouldn't start playing
until it's full. Am I misunderstanding the purpose of having a
2001 Apr 13
1
making debian packages
hi,
how could i make debian packages out of the nightly snapshot. there is a
debian
directory, but i never build a debian package before and the README only has
instructions for building rpm.
moerk
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To
2001 Jan 02
1
best encoding
I've got some songs that I need OGG-ified as high quality as possible for my site, and I'm not sure how to go about doing it. I've checked out the tools available, but I'm wondering if there's anything else I should know about the process (above and beyond how to run the apps).
Any advice in this area would be greatly appreciated. These suckers have got to be PERFECT...
2001 Jan 27
1
OGG + DivX ?
Hi
There have been some discussions regarding OGG as audio stream in DivX video at http://forums.projectmayo.com/. Is there or will there be an OGG codec like Frauhofer MPEG 3 & Microsoft Audio?
This could boost the usage of OGG (mainly underground?). :)
But on the other hand it could give OGG bad reputation when associated with 'illegal' copies of video. :(
Matts
--- >8
2001 Sep 13
1
encoding documentation
Hello,
I'm an Electrical Engineering student. I'm doing a
research job about audio compressing.
I'm looking for documentation about Vorbis analysis,
synthesis, coding and decoding. I took a look at Xiph
page documentation section, but it's not complete yet.
There's this site about encoding, but i only found
information about Vorbis windowing:
2000 Dec 29
2
ogg123 / Solaris
Speaking of ogg123 fixes and Solaris... <getopt.h> doesn't appear to
exist in Solaris. Hence, ogg123 won't compile on Solaris at all (even
with gcc).
I originally mentioned this back in November
(http://www.xiph.org/archives/vorbis-dev/200011/0291.html).
Can this be fixed?
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
2001 Jan 08
2
[fwd] ogg123 (from: pfk@fuchs.offl.uni-jena.de)
A feature request that sounds reasonable and a bug report.
----- Forwarded message from Frank Klemm <pfk@fuchs.offl.uni-jena.de> -----
Delivery-Date: Sat Jan 6 06:35:21 2001
Date: Sat, 6 Jan 2001 15:26:43 +0100
From: Frank Klemm <pfk@fuchs.offl.uni-jena.de>
To: xiphmont@xiph.org
Subject: ogg123
X-Mailer: Mutt 1.0.1i
For ogg123 I need the following feature:
- Decode one .ogg file