search for: avoice

Displaying 2 results from an estimated 2 matches for "avoice".

Did you mean: voice
2005 Feb 10
2
rewrite of scatter.smooth to handle NAs
...ases(x,y) x<-x[i] y<-y[i] ################## prediction <- loess.smooth(x, y, span, degree, family, evaluation) lines(prediction) invisible() } The changes I made are between the '###########'. The idea was only to pass complete cases on to loess.smooth and thus avoice the NA error you'd usually get by calling scatter.smooth with missing values. I had to move the plot above the loess.smooth, whereas in the orginal scatter.smooth is was just below to take adavantage of prediction$y to set the ylim in the plotting function. But if I try to plot after creat...
2004 Jul 27
0
Strange RTP audio errors on console
...ultiple repeats of the following two errors: rtp.c:1215 ast_rtp_write: Not sure about sending format SLINR packets rtp.c:1058 ast_rtp_raw_write: Not sure about timestamp format for codec Any thoughts, comments, suggestions? Google has been less than helpful given any keywords I came up with to avoice all the NAT/Firewall one way audio posts. -Chris