search for: kruus

Displaying 20 results from an estimated 27 matches for "kruus".

Did you mean: krugs
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)
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 minip...
2000 Aug 23
0
explicit header deps: patch
...e 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, and perhaps yours, but if there is interest (and a web site) I would consider setting up a more 'serious' web-centric source-code browser like lxr. Please consider adding this to the CVS tree. cxref.patch...
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 09
1
floating point exceptions, and questions
...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 ---- 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...
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 announced a forthcoming vorbisenc...
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)?
2001 Oct 18
4
libvorbisrtp-0.1
...r, so normal folks don't have to have the decoder do anything special to retrieve codebooks. Codebook packets are checked by md5 sum) http://vorbis.on2.com/libvorbisrtp-0.1.tar.gz (oh it doesn't make a lib yet either, just links whatever is needed, but will... "soon" :-) Erik Kruus --- >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...
2000 Aug 22
1
vorbis' configure
It seems that the configure script in CVS does not check the CFLAGS environment variable at all. Indeed, on line 121 of configure.in, CFLAGS is explicitly set to be blank. Is this done for a reason? I see that several sets of CFLAGS are passed into the Makefiles by configure based upon specific architecture/compiler combinations -- perhaps this is the reason...? I ask because users may wish to
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
2001 Jan 02
3
now i'm a real vorbis guy.
unemployed like you ex-icast folks :) (half the company was axed) Erik. --- >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
2000 Dec 17
3
what script or command makes the codebooks?
Pardon my ignorance or laziness (as the case may turn out), but is there documentation or a script/Makefile somewhere that describes exactly how the current codebooks were produced? (I mean, the exact arguments, as opposed to "in general") Are the (exact) training data sets available somewhere? Thanks, --Mike -- [O]ne of the features of the Internet [...] is that small groups of
2005 Jan 26
3
Still avoiding loops
Dear all, I have a matrix X with 47 lines and say 500 columns - values are in {0,1}. I'd like to compare lines. For that, I first did: for (i in 1:(dim(X)[1]-1)) for (j in (i+1):dim(X)[1]) { Y <- X[i,]+Y[j,] etc. but, since it takes a long time, I would prefer avoding loops; for that, my first idea was to add this matrix: X1=X[,rep(1:46,46:1)] to this one: res=NULL for (i in
2000 Dec 19
0
what script or command makes the codebooks? (fwd)
---------- Forwarded message ---------- Date: Mon, 18 Dec 2000 15:50:05 -0500 (EST) From: Erik Kruus <kruus@on2.com> Reply-To: vorbis-dev@xiph.org To: vorbis-dev@xiph.org Subject: Re: [vorbis-dev] what script or command makes the codebooks? I've been through the entire vq table process during the last week. Some folks have already suffered through listening to .ogg files encoded with a...
2004 Aug 06
1
Newbie question - on demand streaming?
Jack Moffitt wrote: > Once more clients use RTP then there's a large case for using a > streaming media server for on-demand as opposed to using apache. As > right now they both use TCP and most HTTP too, it's better to use the > better tool. Any chance of seeing a UDP-based transport for icecast in the near future? Also, downscaling in case of degrading bandwith? Akos ---
2000 Sep 12
2
who has .m scripts?
Hi, I was wondering whether anyone had any perl or other scripts to reorganize the .m files as vq datasets? I cant' be the first one doing this. erik. --- >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'
2001 Jan 04
0
moved doc site.
...any that paid me, in part, to start the vorbis code documentation in the first place. It was a great place to work. Once again, e-mail me personally with complaints/fixes/comments, (or to vorbis-dev for technical questions that everybody will benefit from) Happy vorbis source-code browsing. Erik Kruus --- >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...
2001 Jan 01
2
Signal Theory && Ogg file format
I'm a french programmer and i'm very interested in the ogg/vorbis project. But before all, i need a good signal theory tutorial about audio/video. Who has a good set of URLs ? I'm currently analysing the ogg file format, and i could add a 'text streaming' capabilities (a new codec!) and 'jpeg streaming' (one more new codec!, just to create multimedia slide shows).
2001 Jan 16
1
Memory Footprint issues
Hello to everyone on the list, This is my first message sent to the list so bare with me on this one :) I've started learning C++ of September of last year in school. I think I'm fairly competent(I Hope :) at it and we were recently discussing bloatware in class. Vorbis seems so large and complex that I offen get intimidated, so I was wondering if anyone else would like to
2005 Jan 07
6
coercing columns
Dear all, I have a data frame that looks like this: c1 c2 c3 A B C B C A A A B and so on; I?d like to produce one single vector consisting of the columns c1,c2, c3, such that vector=("A","B","A","B","C","A","C","A","B") I guess it?s easy to do but I don?t know how...Can anyone