Displaying 20 results from an estimated 360 matches for "abres".
Did you mean:
abreu
2007 Feb 15
1
bootcov and cph error
Hi all,
I am trying to get bootstrap resampled estimates of covariates in a Cox
model using cph (Design library).
Using the following I get the error:
> ddist2.abr <- datadist(data2.abr)
> options(datadist='ddist2.abr')
> cph1.abr <- cph(Surv(strt3.abr,loc3.abr)~cov.a.abr+cov.b.abr,
data=data2.abr, x=T, y=T)
> boot.cph1 <- bootcov(cph1.abr, B=100, coef.reps=TRUE,
2003 Apr 29
3
VBR vs ABR
Hello,
I purchased the "CD Ripper 2" plugin for Winamp 3 and need help choosing
an ogg encoding format. It seems I have the choice between VBR and ABR
formatted oggs. I am familiar with VBR (variable bit rate) but not sure
what ABR stands for?
Is it possible/desirable to specify a bit rate when encoding oggs, or
does the nature of the ogg format make use of varying bit rates?
2008 Mar 02
1
Speex: complexity, VBR, ABR, CBR, quality
Hi All;
If someone used speex and has experience with its
settings, then who can help to explain the following:
1) When it is recommended to use VBR (vbr => true)?
2) If there relation between setting the vbr => true
and the abr value (for example to be 0 or 1 or 10) and
the relation between this value and abr (true /
false).
3) Any relation between the quality value and the abr
value?
2002 Aug 03
1
vbr / cbr / abr API calls
Hi,
Maybe this is documented somewhere, if so, please send me a link to the
documentation.
My question is: how to set up different (VBR, CBR, ABR) modes when
calling the Ogg Vorbis API?
Currently I do:
CBR:
ret = vorbis_encode_setup_managed( &vorbisInfo,
getInChannel(),
getOutSampleRate(),
2001 Jul 03
2
ABR or CBR?
Just in case my quotation causeed misunderstnaing...
Forget about what I quoted before. Probably, by CBR, Monty meant ABR
since CBR is stupidly patented and this is the reason why Vorbis has
no CBR option. If you know this, it cannot be a problem but I see there
is a question asking what is ABR in the mailing list.
>On Thu 28 Jun 2001, 23:27:41 PDT, Monty (xiphmont@xiph.org)Wrote:
>then
2005 Dec 15
1
ABR troubles
Hi,
I'm having a bit of trouble with the ABR. I'm a developer of Mumble, a
voicechat application for gamers, and up to now we've just used VBR
quality to determine the bitrate. In an effort to make the resource
requirements a little more determinable (and limitable) for hosting, I
tried switching to ABR, as there doesn't seem to be a way to determine
the absolute peak
2006 Oct 24
2
Does VAD/DTX work without VBR and Preprocessor
Hello,
I'm try to run speex on some ARM processor.
I'd like to cut away some speex features including VBR, ABR and preprocessor
while still supporting VAD/DTX.
But I've found some puzzles in the source code regarding VAD as below,
1) there are VAD related codes in the source file preprocess.c.
Will VAD still work If I don't use the source file preprocess.c?
2)The speex manual
2020 Apr 16
4
My VMs don't get IP with libvirt and dnsmasq
Hello there,
I wanted to share a problem I'm having with libvirt, for the case someone
here could know how to solve it.
I'm using an Ubuntu 18.04 LTS, I have libvirtd already installed and I
think I got all the dependencies installed. So, I'm using virsh net-create
to create this network:
<network>
<name>pepito</name>
<forward mode='nat'/>
2004 Aug 06
2
--dtx alone does nothing?
> All you say look normal to me.
Okay, clarification requires less code to be written than a bug. :)
> > Does that makes sense? I would have thought that --dtx alone would have =
> doen it,
> > but maybe it needs perfect digital silence to work? Or only uses the voi=
> ce activation
> > to know when there's silence?
>
> DTX requires the VAD to know when
2002 Aug 09
1
How to distinguish ABR & VBR ogg files?
I want to display info about Ogg files to Windows users.
The docs tell me how to distinguish CBR (nom=min=max bitrate), but how
do I distinguish between ABR and VBR streams?
When I created my Ogg files (with CDex) I set the 'quality'. Is there
some way to read this from the Ogg file?
Should I avoid calling the ov_bitrate function because it has to read
through the whole stream?
2020 Sep 23
2
ORDEN GRÁFICO POR MESES
Hola,
Estoy haciendo un gráfico con:
#############################################################################
## GRAFICO BARRAS : VALORES AL DEBE MENSUALIZADO
ggplot(Diario_S2, aes(x=mes_AAA, by = MES , y=ARS_DEB))+ # ASIGNAR
VARIABLES
geom_bar(stat="identity", width=0.7, # ANCHO BARRAS
colour="grey", fill="darkgreen", #
2020 Sep 22
3
EXTRAER MES EN LETRAS Y CASTELLANO
Buenas tardes,
Estoy precisando generar una nueva variable que contenga el mes en tres
letras, por ejemplo: ENE , FEB, MAR , ABR y así sucesivamente a partir de
los valores que ahora tengo en el Dataset, que son 1, 2, 3, 4 y así
sucesivamente.
Entiendo que sería con mutate, pero consulto acerca del comando completo..
Gracias,
Jesús
_________________
*Jesús MARTÍN FRADE *
Skype:
2006 Oct 24
1
Does VAD/DTX work without VBR and Preprocessor
Hi Marc,
Thanks for your quick response.
So if VAD is enabled then VBR will be enable although it's a special VBR.
How about take out the VAD code from the VBR and remove the code else?
Lianghu
On 10/24/06, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
> > 1) there are VAD related codes in the source file preprocess.c.
> > Will VAD still work If I
2004 Aug 06
2
--dtx alone does nothing?
> > So there should be some equivalency between --abr values and --quality
> > values? Or do they effect the rate in different ways.
>
> Actually, --abr adjusts the quality in real-time so that the average
> bit-rate meets a certain target. with just --quality, the final average
> bit-rate is dependent on the data, so that's why --abr is there.
Is there some time
2005 Jan 03
2
Speex codec for 8Kbps setting ?
Hi,
I am looking how to setup speex codec in codecs.conf for 8 Kbps and 6 Kbps.
In config file are many parameters for setting.
I don't know what is need to change for narrowbad like 8 Kbps and 6 kbps.
Any suggestion?
[speex]
;0-10
quality => 4
;0-10
complexity => 4
; true / false
enhancement => true
; true / false
vad => false
; true / false
vbr => false
; 0 = off, otherwise,
2020 Apr 17
0
Re: My VMs don't get IP with libvirt and dnsmasq
Hi,
I've seen this before.
First, the simple steps:
have you started that network? (virsh start network-name)
do you have installed the tools to work with bridges in your OS?
can you check if the bridge exist in your OS and if the vm's interface is
attached to it? In rhel you use the command brctl to do that, don't know
about ubuntu...
Best Regards,
DR
On Thu, Apr 16, 2020 at
2002 Jan 02
2
vorbis API calls
Hi devs,
I am developing winLAME, a frontend for LAME, and it also supports Ogg
Vorbis decoding and encoding.
I've got a question about the new API function
vorbis_encode_init_vbr(). Do I have to call vorbis_encode_init()
before to set the bitrate(s)? And what is a good default value for the
"base_quality" parameter?
I read on the mailing list that ABR use in Ogg Vorbis is not so
2006 May 31
12
3510 configuration for ZFS
hi all,
I am hoping to move roughly 1TB of maildir format email to ZFS, but
I am unsure of what the most appropriate disk configuration on a 3510
would be.
based on the desired level of redundancy and usable space, my thought
was to create a pool consisting of 2x RAID-Z vdevs (either double
parity, or single parity with two hot-spares). using 300GB drives
this would give roughly 2.4TB of usable
2009 Jan 08
0
Average Bit Rate in UWB mode question
Hi list!
There seem to be some oddities in using ABR. The first thing I notice is
that because "abr_count" increases without bound, after a while the
weight of the bitrate history will completely swamp any change in the
current bitrate and the ABR adjustment will essentially stop happening.
This seems to be true in any mode (not just UWB) and perhaps a solution
is to cap
2018 Apr 09
3
Warning en modelo ZINB
¿Quieres decir que para un nivel de una variable categorica todas las
observaciones de la variable respuesta sean ceros?
Gracias
El Lun, 9 de Abril de 2018, 19:59, Carlos J. Gil Bellosta escribió:
> ¿Podría ser que para algún nivel de alguna variable independiente
> categórica solo hubiese ceros? En ese caso, casi seguro, aparecería ese
> tipo de warning.
>
> El lun., 9 abr. 2018 a