Displaying 8 results from an estimated 8 matches for "rossb".
Did you mean:
ross
2006 Dec 01
2
promptClass misses methods
I've had repeated problems with promptClass missing methods, usually
telling me a class has no methods when it does.
In my current case, I've defined an S4 class "mspathCoefficients" with
a print method
setMethod("print", signature(x="mspathCoefficients"), function(x, ...)
{ # etc
The file promptClass creates has no methods in it.
>
2006 Nov 30
1
printing coefficients with text
I want to print the coefficient estimates of a model in a way
as consistent with other output in R as possible. stats provides the
printCoefmat function for doing this, but there is one problem. I
have an additional piece of textual information I want to put on the
line with the other info on each coefficient.
The documentation for printCoefmat says the first argument must be
numeric, which
2007 Mar 18
1
R CMD check ignores .Rbuildignore?
The contents of .Rbuildignore seems to affect
R CMD build
but not
R CMD check.
I'm using R 2.4.0 on Debian.
Is my understanding correct? And is there anything I can do about it?
In my case, some of the excluded files contain references to other
libraries, so linking fails under R CMD check. I realize I could add
the library to the build (with Makevars, I guess), but I do not want
to
2009 Dec 17
5
?setGeneric garbled (PR#14153)
Full_Name: Ross Boylan
Version: 2.10.0
OS: Windows XP
Submission from: (NULL) (198.144.201.14)
Some of the help for setGeneric seems to have been garbled. In the section
"Basic Use", 5th paragraph (where the example counts as a single line 3rd
paragraph) it says
<quote>
Note that calling 'setGeneric()' in this form is not strictly
necessary before calling
2011 Feb 17
2
[OT] high quality point-to-point audio streaming software?
Hi Guys
Sorry, this is off-topic here but relates to current use of CELT and/or Opus
in real-world systems. If there's a better forum to ask this question please
let me know.
I'm wondering if anyone can point me in the direction of software I can use
right now that will give me high-quality point-to-point live audio streaming
accross the internet. Kind of like Skype, but designed
2011 Apr 05
1
CELT support for iPad
Hi,
Does anyone have experience with running CELT decoder on iPad?
thanks,
Doron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20110406/6e1af203/attachment-0002.htm
2010 Nov 30
1
PLC cpu performance badness
Hello all
Firstly thanks to everyone involved for creating CELT. It is really very
useful :-)
One of my targets is current generation Apple iPod with the fixed point
decoder (latest version from website, 0.9.1)
Based on my simple time-stamp based profiling of my running app it looks
like decoding a null buffer for PLC costs a lot more than decoding a normal
buffer. For example a standard
2012 Dec 08
0
Fwd: Re: Opus for ASR - update and questions
On 8/12/2012 10:21 AM, Gregory Maxwell wrote:
>> Sounds like the queuing theory suggestion is the right way to
>> proceed. If you have any particular pointers within that domain,
>> your advice would be appreciated.
>
> Everything I've seen for producing queuing traces involved e.g
> running NS2 simulations of whole networks with many network stacks.
> Kinda