Displaying 20 results from an estimated 10000 matches similar to: "overhead ??"
2003 Dec 28
1
psychoacoustic model
Hello everyone,
I need to know which kind of psychoacoustic model is
used in vorbis to encode signal.
Thanks for answers
__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a
2003 Jun 28
4
lacing values clarifications
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I thought I would separate this out into a separate mail since it's not
comment specific stuff --
There seem to be a couple of inconcistanies in the Ogg spec as regards to
lacing values:
*) "The raw packet is logicaly divided into [n] 255 byte segments and a last
fractional segment of < 255 bytes." However, in the wild, I've
2005 Jun 02
1
Lacing Values
I noticed that, when decoding an ogg vorbis file that was encoded with
the xiph library, that the comment header and setup header are encoded
on one page. Okay, the vorbis documentation says you can do this, no
problem. My question is, the lacing values seem to indicate where the
packet boundaries for the two of these are, is this required, or is this
just a hint?
Further, I'm seeing
2004 Nov 11
1
Ogg spec
Hi,
I'm currently trying to implement the Ogg specification in pure Java
from scratch. (I know, something like that does exist, but that's a rewrite
from C, at least that's my impression).
I'm a bit confused with the number of lacing values/segments in a page,
and the maximum length a page can have. The specification says, that
there can be 255 segments in a page, 255 bytes each
2007 Mar 14
1
AW: AW: packets and OGG pages
>Searching for 'vorbis' to find the packet boundary is wrong however.
>The lacing values in the Ogg page header tells you exactly where the
>division is.
OK, so given the fact that a page can also contain multiple packets this
means that the lacing values of one page could be like the following example:
255
255
189 (something less than 255, indicating that a new packet starts
2000 Aug 15
1
Ogg Vorbis Framing
Hi all,
Here are some thoughts on Vorbis framing, which may make it easier to
stream Vorbis in real time. The suggested changes also move more audio data
closer to the beginning of each page. A note in the Vorbis framing spec suggests
a simple 'bandwidth limited' mode whereby important information is placed at the
front of each page and the end of each page is discarded. When operating
2001 Feb 04
2
Am I missing something?
Hey all,
If my understanding is right, there's a serious big in vorbisfile.c, in
the routine _fetch_headers(), which will only show up when comment
packet spans multiple pages. The code to read the first 3 Vorbis
packets ogg_stream_pagein() once, then calls ogg_stream_packetout().
The problem is that ogg_stream_pagein() only adds a single page to the
ogg stream state, whereas
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
Hi all,
just letting you know that I am about to submit the final version of the
Ogg 1.0 file format Internet-Draft to the IETF. It is due by today
(March 3, Monday - Internet Draft final submission cut-off at 09:00 ET)
for the next IETF meeting and I expect they will promote it to RFC
status at the meeting. Please send any last-minute changes to me.
Cheers,
Silvia.
<p><p>
2003 Mar 02
1
Final Ogg 1.0 submission to IETF
Hi all,
just letting you know that I am about to submit the final version of the
Ogg 1.0 file format Internet-Draft to the IETF. It is due by today
(March 3, Monday - Internet Draft final submission cut-off at 09:00 ET)
for the next IETF meeting and I expect they will promote it to RFC
status at the meeting. Please send any last-minute changes to me.
Cheers,
Silvia.
<p><p>
2007 Aug 25
0
Protecting Your Search Engine Rankings
Your website''s ranking on search engines is a vital element of your
overall marketing campaign, and there are ways to improve your link
popularity through legitimate methods. Unfortunately, the Internet is
populated by bands of dishonest webmasters seeking to improve their link
popularity by faking out search engines.
The good news is that search engines have figured this out, and are
2007 Mar 15
1
AW: packets and OGG pages
Ralph, thanks for your help.
>>Since the length of the precedent identification header is fixed, this even is a fixed offset
>>into the logical ogg stream.
>This will work for all the vorbis-only files I've seen (because no one
>pads the first packet). You should really implement a proper ogg parser,
>but by all means get a hack working first.
I will of course use the
2000 Aug 20
1
question about encoding of lacing values
Hi,
I'm reading the logical bitstream framing doc, and I have a question about
lacing values, which encode the length of a packet (I think). For example,
the values
255, 255, 243
encode a length of 753.
I'm wondering whether a format more like this was considered
length bytes encoding
0-254 1 value in one byte
255-65534 3 one 255 + value in two bytes
2003 Feb 13
2
Changes to Ogg format IETF I-D
Howdy,
yeah, I've finally collected all your feedback on my I-D on the Ogg
encapsulation format, many thanks to all of you! Below, I've listed the
changes that I have made to the previous version and the attachment
contains the complete new I-D. If there are any more change requests,
please send me wording proposals as it's easier to include. :)
Monty, in case you are doing any
2003 Feb 13
2
Changes to Ogg format IETF I-D
Howdy,
yeah, I've finally collected all your feedback on my I-D on the Ogg
encapsulation format, many thanks to all of you! Below, I've listed the
changes that I have made to the previous version and the attachment
contains the complete new I-D. If there are any more change requests,
please send me wording proposals as it's easier to include. :)
Monty, in case you are doing any
2007 Nov 30
1
Puzzling message: "no man files in this package"
Dear R developers,
When building/checking my package (in R 2.6.1 under windows) I run into
some messages that I do not completely understand and that do not give
me precise enough leads to pinpoint where the error in my package is. I
would be very grateful for any suggestions. Did anyone else encounter
the same problem before?
When building or installing the package, I get the message (no error
2011 May 01
1
Different results of coefficients by packages penalized and glmnet
Dear R users:
Recently, I learn to use penalized logistic regression. Two packages
(penalized and glmnet) have the function of lasso.
So I write these code. However, I got different results of coef. Can someone
kindly explain.
# lasso using penalized
library(penalized)
pena.fit2<-penalized(HRLNM,penalized=~CN+NoSus,lambda1=1,model="logistic",standardize=TRUE)
pena.fit2
2013 Mar 06
1
Constrained cubic smoothing spline
Hello everone,
Anyone who knows how to force a cubic smoothing spline to pass through a particular point?
I found on website someone said that we can use "cobs package" to force the spline pass through certain points or impose shape constraints (increasing, decreasing). However, this package is using B-spline and can only do linear and quadratic
2008 Aug 15
0
Fwd: Fwd: New Ogg Dirac mapping draft
On Wed, Aug 13, 2008 at 3:05 AM, ogg.k.ogg.k at googlemail.com wrote:
> And that's the canonical way AFAIK. Comparing times computed from
> the granpos you get from pages you get from a bsearch requires good
> knowledge of the codec, whereas comparing granpos can seek within
> any codec.
No. it's in general impossible to calculate the granulepos that
corresponds to a
2009 Oct 14
1
different L2 regularization behavior between lrm, glmnet, and penalized?
The following R code using different packages gives the same results for a
simple logistic regression without regularization, but different results
with regularization. This may just be a matter of different scaling of the
regularization parameters, but if anyone familiar with these packages has
insight into why the results differ, I'd appreciate hearing about it. I'm
new to
2012 Jun 21
2
MGCV: Use of irls.reg option
Hi,
In the help files in the ?mgcv package for the gam.control() function,
there is an option irls.reg. The help files describe this option as:
For most models this should be 0. The iteratively re-weighted least squares
method by which GAMs are fitted can fail to converge in some circumstances.
For example, data with many zeroes can cause problems in a model with a log
link, because a mean of