Displaying 20 results from an estimated 700 matches similar to: "source browser updated"
2000 Sep 09
1
floating point exceptions, and questions
#include <float.h>
should define DBL_MIN and FLT_MIN, as well as
DBL_MIN_EXP and FLT_MIN_EXP (such that 10eFLT_MIN_EXP is a valid float)
This is a standard header file. But gcc now hides it away (mine was
in /usr/lib/gcc-lib/i386-linux/<compiler-version>/include/ )
BTW - any corrections for my surf.chimie.uqam.ca/~kruus/vorbis/ stuff?
Erik Kruus <kruus@on2.com>
--- >8
2000 Sep 05
2
docs URL
Hi. I've put up some docs related to my first encounter with the
vorbis source code at
http://surf.chimie.uqam.ca/~kruus/vorbis/encoder/index.html
It documents a newbie's first look and [serious] attempts to trace
through examples/example_encoder.c . Don't laugh too hard!
Even though the docs are quite un-doc-like,
I've stopped working on them indefinitely, since Monty
2000 Nov 16
1
Documentation gripes
I have been a member of the mailing list for a couple months now. I have
not contributed anything because it has been difficult to gain a toehold
from which I could really understand the concepts used in Ogg Vorbis.
I would like to help out, but it is hard to get an idea of the overall
architecture with docs like http://www.xiph.org/ogg/vorbis/doc/vorbis.html ,
in which every link is dead.
2000 Sep 14
1
Fixed-point Vorbis decoder
Hi,
I'm the author of a fixed-point MPEG audio decoder called MAD:
http://www.mars.org/home/rob/proj/mpeg/
I've been considering the possibility of writing a similar fixed-point
decoding library for Ogg Vorbis. Unfortunately, every time I've looked for
Vorbis decoding specifications, I have found them incomplete. :-(
I'd rather not try to reverse-engineer specifications
2011 Apr 20
3
succession time series graph
Dear gracious R community,
I would like to produce charts of phytoplankton biomass changes
through time. Each species has a line, and the biomass varies in
mirror form along the line for each species along the X time axis.
Here is an example of what I'd like to do:
http://www.er.uqam.ca/nobel/r30240/Succession.jpg
Any suggestions?
Thanks
David Bird
UQAM, Montreal
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
2004 Aug 20
2
R-devel and gcc 3.4
I tried compiling R-devel from the subversion sources using gcc 3.4.1
and it fails in make check at d-p-q-r-tests. It compiles and works
using gcc 3.3.4. Can post more details if needed (don't remember the
exact error off the top of my head). Linux-i686.
--
robert.kruus at utoronto.ca
linux: the choice of a GNU generation
(ksh at cis.ufl.edu put this on Tshirts in '93)
2001 Oct 18
4
libvorbisrtp-0.1
alpha. (that about sums it up)
Will encode and play back via an sdp file and multicast on one
computer (over the net if you transfer the sdp file over by hand).
rc/rtenc3 and src/rtdec3 are in the style of encoder/decoder_example
...so this means you MUST edit it them to suit your system. For example,
I specify my rtenc3 to multicast just on eth1 (to avoid pissing off
my cable supplier on
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
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 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
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 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:
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 Nov 05
1
branch_beta3 merged onto mainline
I merged branch_beta3 (modules ogg and vorbis) onto the mainline.
Monty
--- >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 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be