search for: iargs

Displaying 7 results from an estimated 7 matches for "iargs".

Did you mean: args
2005 Sep 02
2
DTX mode using preprocessor?
Could a method be added to use the VAD from the preprocessor to send the packet with the 'dtx_enable' flag in it, so the decoder on the other end knows it's in dtx mode? (and SPEEX_GET_DTX_STATUS returns 1) At the moment, I can hack around it by doing something like: if (VAD for prev frame && ! VAD for this frame) { iArg = 0;
2009 Jun 25
2
stringsAsFactors has no impact in expand.grid()?
Hi I have the feeling, that the argument stringsAsFactors has no impact in the function expand.grid: a <- c("PR", "NC", "A2", "BS") b <- c(1, 0.5, 0.25, 0.125, 0.0625, 0.03125) class(expand.grid(css, fscs, stringsAsFactors=FALSE)[[1]]) [1] "factor" class(expand.grid(css, fscs, stringsAsFactors=TRUE)[[1]]) [1] "factor" Also, when
2005 Sep 04
0
DTX mode using preprocessor?
Hi, It could (and should) definitely be done, but it's somewhere (unfortunately not on top) on my TODO list. I think the simplest way (until I really integrate the preprocessor with the codec, which will take a while) to do it is to add a speex_encoder_ctl() call as you proposed. I'd call it SPEEX_SET_EXT_VAD_STATUS and I'm willing to merge a patch :-) Jean-Marc Le samedi 03
2012 Dec 27
0
Suggestion: 'method' slot for expand.grid() (incl. diffs)
...## x should either be a list or a set of vectors or factors nargs <- length(args <- list(...)) @@ -26,7 +27,9 @@ if(nargs == 0L) return(as.data.frame(list())) ## avoid classed args such as data frames: cargs <- args cargs <- vector("list", nargs) - iArgs <- seq_len(nargs) + seqArgs <- seq_len(nargs) + method <- match.arg(method) + iArgs <- if(method=="decreasing") seqArgs else rev(seqArgs) nmc <- paste0("Var", iArgs) nm <- names(args) if(is.null(nm)) ### ./src/library/base/man/expand.g...
2010 Oct 05
0
Please help me simplify my manipulation and printing of function calls
Background: I use R for a fair-sized graphics program, intended for na?ve users. This works, but a less-na?ve user wants it to generate code producing the graphs that he can then modify (but which will not contain my numerous manipulations and attempts to discern what the user wants). Quite possibly this is a standard R activity, but I've been unable to find it; likely I have a mental
2005 Sep 04
1
DTX mode using preprocessor?
> Hi, > > It could (and should) definitely be done, but it's somewhere > (unfortunately not on top) on my TODO list. I think the simplest way > (until I really integrate the preprocessor with the codec, which will > take a while) to do it is to add a speex_encoder_ctl() call as you > proposed. I'd call it SPEEX_SET_EXT_VAD_STATUS and I'm willing to merge > a
2012 Apr 27
4
GSoC xapian node binding
Posting recent offline discussion... On Fri, Apr 27, 2012 at 10:55 AM, Marius Tibeica <mtibeica at gmail.com> wrote: > Hi Liam, > > I've added the Enquire class and designed a query spec structured as a JS > object. Hope you like it :) > I'll probably be off a few days (there is a national holiday Tuesday which > means i have a long weekend :D) but maybe I'll