Displaying 20 results from an estimated 1000 matches similar to: "docs URL"
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:
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 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
2000 Aug 23
0
explicit header deps: patch
Here are some very small header patches to make header dependencies
less visible. If other developers would like to use cxref to produce
cross-referenced html source, I can post a Makefile to do this.
Sorry about not being able to send it as an attachment. You can
also get it at http://216.164.32.243/~kruus/vorbis/ for now, but my
net connection is slow.
'cxref' suits my purposes,
2000 Oct 11
3
More CVS trouble
Well after a week out for a training course, I'm back to trying
to check out the postbeta2_branch. so I do
cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2
vorbis
and everything is fine.
Trying
$ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2
ogg
I get...
cvs server: Updating ogg
cvs server: Updating ogg/doc
cvs server: Updating
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
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)
2020 Sep 01
3
Instalar paquete en nueva versión de R
Hola, me estoy crispando con un tema que no es la primera vez que he
resuelto pero (extraamente) ahora no puedo resolver. Estoy instalando
un paquete que no est disponible en la versin 4 de R:
packageurl <-
"http://cas.uqam.ca/pub/R/bin/macosx/el-capitan/contrib/3.6/CASdatasets_1.0-10.tgz"
install.packages(packageurl, repos = NULL, dependencies = TRUE,
type="source")
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
2000 Sep 13
0
vq: postbeta2 patch
There are some missing fixes for reading floats
and a few unused variables
Now I have the postbeta2 branch behaving like the main one, at least!
diff -bBu2 branch_postbeta2/vq/bookutil.c vorbis-postb2/vq/bookutil.c
--- branch_postbeta2/vq/bookutil.c Thu Aug 31 05:00:02 2000
+++ vorbis-postb2/vq/bookutil.c Wed Sep 13 17:59:15 2000
@@ -309,5 +309,5 @@
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
2008 Mar 31
0
what''s the purpose of line page table (PML4 entry 258)
Hi,
When I read the code of do_update_va_mapping, I find that it update the pte
entry in the line page table by looking up the line page table via
guest_map_l1e() :
2998 <http://lxr.xensource.com/lxr/source/xen/arch/x86/mm.c?a=x86_64#L2998>
int do_update_va_mapping
<http://lxr.xensource.com/lxr/ident?a=x86_64;i=do_update_va_mapping>(unsigned
long va, u64
2006 Jan 17
3
Anova problem with order of terms in model
Hi
I have a linear model and I want to tests whether the model terms are
significant
I used anova but F and P value depend on the order of the terms in the
model.
I have repeated the same analysis in another stat software and F and P value
did not differ with order of terms in the model.
Can anyone can explain what happen or what am I doing wrong ?
In R
> anova (lm(Y~X.1+X.2))
Analysis of
2013 Oct 06
0
example_encoder.c patch to read successfully from FIFOs
Hello,
Some years back I tried to use example_encoder.c with mkfifo FIFO
buffers to encode content as it was being decoded by mplayer. This
deadlocks, because to do this you need two FIFOs (one for decompressed
audio and one for video) that mplayer alternates writing output to, and
that encoder_example similarly alternates reading chunks of audio and
video input from. The trouble is, mplayer
2000 May 22
1
Winamp plugin compile problems and fix/docs
The winamp plugin would not compile. I am using the Cygnus environment
(gcc, and a lot of other GNU utils)
on Windows NT.
_beginthread() is not found. That doesn't look like a function
application code should ever call directly.
I converted it to use CreateThread and it compiles and works.
Change this:
thread_handle = (HANDLE)_beginthread(DecodeThread,0, (void *)(&killDecod
eThread)
2005 Apr 25
0
(sans objet)
Hi
I’m working in behavioural ecology I’m interesting in doing a
multi-factorial MANOVA with a random effect as of independent variable.
Do you know if it’s possible to do that and how I can do it?
Thanks
Julien
Julien Martin
Laboratoire de Denis Réale
Chaire de Recherche du Canada en écologie comportementale
Canadian Research Chair in behavioural ecology
Département des sciences
2005 Jan 15
0
Centered variables and mixed-model
Martin,
You got some fine response already from other r-users. Indeed,
centering explanatory variables is quite common and it really
can have benefits in numerical accuracy.
However one might also use centering for response variable and
even standardization i.e. x - mean(x) / sd(x). This
might increase the robustness of multivariate analysis, where
variables have very different scales. For
2005 Jan 05
7
count element in column
Hi,
I 've a matrix n*1 (thus a column) and I would like to
count the number of negative element inside.
Can you help me?
Thanks!
eg:
res[,1]= 1
-3
-1
How obtain the number 2 (number of negative-element)?
2012 Dec 15
2
troubles reading a text file
Dear R experts,
For quite some time I have been trying to solve a mistery of reading a seemingly trouble-free text file. The data is temperature reconstruction arranged as a huge grid, preceded by seven "header lines" (which you see better if file is opened in Firefox or Chrome).
This is the data (gridded temperature reconstruction)