Displaying 19 results from an estimated 19 matches for "acust".
Did you mean:
cust
2004 Aug 06
2
--dtx alone does nothing?
...pecify either quality or
> bit-rate, so:
>
> CBR+quality = --quality <int>
> VBR+quality = --vbr --quality <float>
> CBR+bit-rate = --bitrate <int>
> VBR+bit-rate = --abr <int>
Okay, so are CBR+quality equivalent to CBR+bit-rate or is there some psycho-
acustics that make them different?
What is the range of quality <float>? 0-10 like the int or 0.0-1.0?
Thanks for helping to clear this up for me, Jean-Marc.
Cheers,
David
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe...
2003 Dec 20
1
sound library
I'm collaborating with and electronic musician to experiment on the production of music from number sequences. As I'm an R user I started playing around with the sound library and I found it very useful. However there are several things I do not understand (I'm not an expert in acustic nor audio signal treatment).
The first thing I'd like to understand is: let s be a normalized sample and suppose it generates a waveform with non audible frequencies. Then if I play it trough the function "play" (I'm using an R-window version) I won't hear anything. Then I...
2000 Jan 11
1
a +1 shift overlaying lines/points on a boxplot (PR#398)
...0 4 3 3 2 4 3 3 4
[297] 4 1 0 0
> boxplot(a~b)
> lines(lowess(a~b))
> points(a~b)
> boxplot(a~b)
> lines(lowess(a~b+1))
> points(a~b+1)
>
Thanks for your consideration and thanks a million for all the work. R is a
pleasure
to work with.
Best in the new year,
adrian custer
acuster@nature.berkeley.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:...
2000 Jun 29
3
Overal plot title after mfrow and .Rhistory questions.
...would like to be able to save the .RData and .Rhistory files and move to
another machine. Right now I have to quit R which looses the plots I am working
on.
3) Setting the size .Rhistory:
What is the maximum size of .Rhistory and where is it set?
Thanks in advance for any replys,
--adrian
acuster at nature.berkeley.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To...
2004 Aug 06
0
--dtx alone does nothing?
...meet the target. There might be ways to improve, it's
very rough right now. Also, note that you'll likely get better results
by trying several --quality until you get the right bit-rate than with
--abr.
> Okay, so are CBR+quality equivalent to CBR+bit-rate or is there some psycho-
> acustics that make them different?
--quality 8 and --bitrate 15000 are exactly equivalent. That's not the
case with --abr.
> What is the range of quality <float>? 0-10 like the int or 0.0-1.0?
0-10
Jean-Marc
--
Jean-Marc Valin, M.Sc.A.
LABORIUS (http://www.gel.usherb.ca/labor...
2009 Jan 14
0
search in sql client
...#39;m russian and i have problem with wine.
i have client for SQL server windows.
working client get table with street and keep it in his memory.
All names are russian
I have field where i enter first letter of street and client find similar street in table.
For example...
A = ABRIK
AC = ACAN
ACU = ACUSTIC
But i have problem.
1) table in my client on wine is unsorted (in windows it sorted)
2) When i press letter client >ffers strrets on this letter and on slightly next
For example...
B = ABRIK
BE = ABUR
BER = BAK
BERU = BERU
I try with any version of wine. Now i have 1.1.12. I try ubuntu, open...
2000 Jun 21
1
converting a string to an element in a function call
...bject to update.\n")
cat(" as in script.name(facvec,base.lm).\n")
stop()
}
a_0
i_0
base.r2_summary(base.lm)$r.squared
for (i in 1:length(facvec)){
a[i]_c(fac=summary(update(base.lm,.~.+as.name(facvec[i])))$r.squared-base.r2)
i_i+1
}
return(a)
}
Thanks for any help,
adrian
acuster at nature.berkeley.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)...
2000 May 22
0
RE:bug 548 graphics '*' (PR#549)
> From: acuster@nature.berkeley.edu
> Date: Mon, 22 May 2000 00:13:41 +0200 (MET DST)
> To: r-devel@stat.math.ethz.ch
> Subject: [Rd] RE:bug 548 graphics '*' (PR#549)
> CC: R-bugs@biostat.ku.dk
> X-Loop: R-bugs@biostat.ku.dk
> X-Keywords:
>
> Full_Name: Adrian Custer
> Versio...
2000 May 19
2
graphics character misplaced (PR#548)
Full_Name: Adrian Custer
Version: 1.01
OS: gnu-linux (mandrake 7.1beta)
Submission from: (NULL) (128.32.251.234)
The character "*" displays too high in comparison to the graph space and other
characters in the plot. Consider:
> a_-0.15
> plot(c(0,100),c(0,1))
> for (i in 1:100){ points(i,(1-exp(a*i)),pch=".",col="blue")}
> for (i in 1:100){
2004 Aug 06
2
--dtx alone does nothing?
...y until you get the right bit-rate than with
> --abr.
Okay, good for files, but not probably what the telephony guys want, but
it makes sense, it's a fairly straightforward way to do it.
> > Okay, so are CBR+quality equivalent to CBR+bit-rate or is there some psyc=
> ho-
> > acustics that make them different?
>
> --quality 8 and --bitrate 15000 are exactly equivalent. That's not the
> case with --abr.
I was thinking there was going to be a 1:1 like that. Cool.
> > What is the range of quality <float>? 0-10 like the int or 0.0-1.0?
>
> 0-1...
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
2000 Jul 15
0
seg.fault in eval.c (PR#608)
...091274 in R_ReplConsole (rho=0x3adf3c, savestack=0, browselevel=0)
at main.c:173
#7 0x8091955 in run_Rmainloop () at main.c:457
#8 0x8091994 in Rf_mainloop () at main.c:471
#9 0x80e6bfc in main (ac=0, av=0xbffff894) at system.c:490
(gdb) quit
The program is running. Exit anyway? (y or n) y
[acuster@tsetse tocrashR]$
--/9DWx/yDrRhgMJTb
Content-Type: application/octet-stream
Content-Disposition: attachment; filename=RData
Content-Transfer-Encoding: base64
UkRYMQoAAAAlAAAAAAAAAAYAAAAGc291cmNlAAAAAAADAAAAA2NleAAAAAAFAAAABW91dGVy
AAAAAAAABAAAAARzaWRlAAAABQAAAAVtdGV4dAAAAAAAAAEAAAABfgAAAAAAAA...
2000 Jun 29
2
Question on an alternative to ls() and expanded R object types
...ort. Similarly, expanding the base
object with object histories, times and comments may be too much work. If I
remember correctly, there is a substantial difference between Splus5 objects
and earlier types which may be relevant to the ability to do such things.
Thank you for any responses,
adrian
acuster@nature.berkeley.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To...
2000 Jan 21
0
Bug list summary (automatic post)
...ate: 29 Dec 1999 11:59:50 +0100
* PR# 394 *
Subject: formatC (bug and fix)
From: "=?iso-8859-1?Q?Jens_Oehlschl=E4gel-Akiyoshi?=" <jens.oehlschlaegel-akiyoshi@mdfactory.de>
Date: Tue, 4 Jan 2000 10:31:53 +0100
* PR# 398 *
Subject: a +1 shift overlaying lines/points on a boxplot
From: acuster@nature.berkeley.edu
Date: Tue, 11 Jan 2000 02:53:56 +0100 (MET)
* PR# 400 *
Subject: X11 troubles
From: Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk>
Date: 13 Jan 2000 14:31:42 +0100
* PR# 401 *
Subject: bug in setting length of a list
From: Saikat DebRoy <saikat@stat.wisc.edu>
Date:...
2004 Mar 19
3
Incomplete Gamma Functions and GammaDistribution Doc errata.
Hello all,
In the course of trying to implement the CDF of an
InverseGammaDistribution, I have run across the need for an igamma()
function. Several others have needed this function but the answers I
have found so far are not totally clear to me. I'm writing for three
reasons:
1) to present a small error in the docs
2) to clarify the approach we are expected to take
3) to request,for the
2002 Jul 02
1
the name of the statistical notation in R
Hey everyone,
I know I've come across this somewhere, in either the blue or white
books or in one of the help docs but I can't put my hand on it.
What's the name of the statistical notation used in R?
responseVar ~ anExplantory:anotherExplantory + thridExplantory
Is this part of a coherent framework of notation that is as applicable
to models which are not generalized linear models
2008 Oct 30
0
Samba + Nested Groups
Hello for all,
I'm having a doubt that I could not find in samba man and even google.
My need is to do with samba ldap something similar to what the AD (NT4
does too?) made with windows nested groups, which include groups within
groups at different levels (not just one).
Problem example: create a local or global group (better yet) called
GRUPO_ALL, which contains two other global groups
2004 Feb 13
1
ISBN number registartion
Hello all,
I notice that the R package, the manuals and even the FAQ have ISBN
numbers. I help write the Gnumeric (GNOME's spreadsheet) manual and
wondered how you all managed to get those numbers. Also are these
numbers interrelated so that if you gain a document, its number would
follow from your existing numbers.
Any pointers to information would be appreciated.
Thanks,
--adrian custer
2004 Feb 13
4
How to plot a blank plot
Hello everyone,
In plotting several graphics, I'd like to be able to plot a blank plot
as in:
par(mfrow=c(2,1))
plot(BLANK)
hist(rgamma(100000,6463.7,scale=0.015471),xlim=c(0,120),main="Emergence")
I realize screen allows me to do this, but I figure the functionality
must be there. Is there an equivalent to plot(BLANK)?
thanks,
adrian
PS. please reply direct as I'm not