similar to: Integer Version with low bit rate for Linux Kernel?

Displaying 20 results from an estimated 5000 matches similar to: "Integer Version with low bit rate for Linux Kernel?"

2007 Jan 25
1
Integer Version with low bit rate for Linux Kernel?
Hello Segher Boessenkool I am writing a Linux Kernel Device-Driver for a low bitrate radio link, connected via USB to the PC. Incoming VOIP- IP Pakets go directly to the network interface of the kernel module. A transcoding from e. g. PCM or G723.1 to e. g. speex 2.15 is necessary, and also a header reduction RTP/UDP/IP. Egon -------------- next part -------------- An HTML attachment was
2007 Jan 26
1
Integer Version with low bit rate for Linux Kernel?
Hello Alexander, I hope, there is no error in speex, if so, of course,I have to fix it. In order to do the transcoding in user space, I have to transfer the voice paket received from VOIP-equipment within kernel to user space, transcode it, send it back to the kernel, send it over the radio link, send it from kernel to user space, transcode it back, send it to the kernel, send it from
2010 May 05
1
member server, doesn't show full browse list
Hello, I don't know how to put this on words, so maybe an example is better: On a PDC: zoolook at venkman:~$ smbclient -L localhost -U% Domain=[BENSA] OS=[Unix] Server=[Samba 3.4.7] Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers IPC$ IPC IPC Service (venkman server (Samba,
2016 Nov 25
27
[Bug 98852] New: Nvidia graphics card fan not running or to slow, danger of overheating
https://bugs.freedesktop.org/show_bug.cgi?id=98852 Bug ID: 98852 Summary: Nvidia graphics card fan not running or to slow, danger of overheating Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2007 Jan 24
2
Integer Version with low bit rate for Linux Kernel?
Hello, I am looking for a speech codec with low bitrate, 2000 (desired) to 2400 (max) bps. It should run in c code within the LINUX Kernel, fully integer based. Is this possible with speex? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070124/e816d13b/attachment.html
2007 Feb 21
1
Performance Problems while reading
Hi all We are using a 2 node cluster with drbd 8 (primary/primary state) and ocfs2. Reading a file on one node while it will be written on the other node is very slow. Reading a file on node while it will be written on the same node is fast. In the first case the node which wants to read the file has to ask the other to downgrade the locklevel. In my opinion this is a bottleneck, if the files are
2002 Mar 14
4
KDE frontend (PR#1384)
Full_Name: Egon Willighagen Version: 1.4.x OS: Linux/Solaris Submission from: (NULL) (131.174.179.30) I would like to have an gui for KDE (like gnome). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2001 Nov 13
2
r-gnome: plots go blank directly after R is finished plotting (PR#1167)
Full_Name: Dirk Eddelbuettel Version: 1.3.1 OS: Linux Submission from: (NULL) (65.184.214.9) [ This bug report has previously been filed as #116701 in the Debian Bug Tracking System. --edd ] From: Egon Willighagen <egonw@sci.kun.nl> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: r-gnome: plots go blank directly after R is finished plotting Date: Mon, 22 Oct
2004 Aug 06
4
REQ: Parent Id
Before the official release of icecast2 1.0 (non beta) i would like to see pid file management, ive discussed this before on how to capture the pid, but ended up with alot of bash rigamaroo that mounted to even more headaches. omething in the config file like <pid>/path/to/icecast.pid</pid> I would be willing to donate some bandwidth to xiph, to aleaviate this issue that causes sever
2002 Jun 17
1
O_EXCL unreliable?
Hi all, I fear I can't rely on "open (path, O_CREAT | O_EXCL)" behaviour on samba share. The libc's doc says: If both `O_CREAT' and `O_EXCL' are set, then `open' fails if the specified file already exists. This is guaranteed to never clobber an existing file. But this isn't probably true on network filesystems. When I run this tiny program on
2011 Jun 18
2
[LLVMdev] RFC: Integer saturation intrinsics
On Fri, Jun 17, 2011 at 4:50 PM, Eli Friedman <eli.friedman at gmail.com> wrote: >>>> The plan is to form calls to these intrinsics in InstCombine. Legalizer can expand these intrinsics if they are not legal. The expansion should be fairly straight forward and produce code that is at least as good as what LLVM is currently generating for these code sequence. >>>>
2002 Oct 14
4
log10(), floor() combo issue?
Hi all, in my search for a nice binary2decimal method, I received this nice code (thanx to Uwe Ligges): bindec <- function(b) sum(as.integer(unlist(strsplit(b, ""))) * 2^(floor(log10(b)):0)) It fails, however, with: > bindec(1000) [1] 4 Warning message: longer object length is not a multiple of shorter object length in: as.integer(unlist(strsplit(b, "")))
2004 Apr 29
1
second routing decision--when?
Hi, I''d like to mark locally generated packets in the OUTPUT chain and do policy based routing (selecting one of two default gateways) based on the mark value. But when the packet hits the OUTPUT chain (in ''mangle'' table), the routing decision seems to be already made. AFAIK, locally generated packets do not pass the PREROUTING chain (so trying to mark them there
2003 Sep 24
1
What is the difference?
Hi I am currently working on understanding Samba. I am reading the O'Reilly book Using Samba, 2nd edition. I have come across the options "create mask" and "force create mode" and I'm sorry to say I don't understand the difference between these two options. Can anybody explain me the difference? Egon Petersen
2005 Apr 24
5
"Debain" way of installing packages
Hello! I use Debian GNU/Linux at work and I really like apt-get tool. As far as I understand the whole picture, there are now some Debian packages of R packages. Build of Debian packages is done automagically by Perl script. By the way, what is the status of Debianizing R packages? Is it stopped, just holded, ... I don't know so I am asking There is also Bioconductor and I am aware that the
2003 Nov 20
6
best editor for .R files
Which is the best editor for .R files? I currently use kate on my linux as it has R highlighting and allows me to split the window into two: in one I edit the .R file and in the other I have a shell so I run R and can easily copy and paste the code. There are some features that I don't like and I am having a look on some alternatives. I've heard wonders of emacs with ess but I am a
1998 May 29
1
R-beta: multiv package from CRAN
Hallo Friedrich, I have read your announcement, downloaded and installed it in R-0.61.3. But now I have problems :) > hc <- hierclust(dist(t(pollen)), method=3) Error in pmatch(x, table) : argument is not of mode character > hc <- hclust(dist(t(pollen))) > members(hc) Error in .Fortran("assgn", n = as.integer(n), nplus1 = as.integer(nplus1), : C/Fortran function not in
2007 Feb 28
1
Data rate with HTB
Dear all, I''m making a script to implement DiffServ policies with HTB. Here it is : if test $1 = "help" -o $1 = "h" -o $# != 5 then echo "usage: ds.sh <DEVICE> <DS_RATE> <EF_RATE> <AF_RATE> <BE_RATE>" exit fi DEV=$1 DS_RATE=$2 EF_RATE=$3 AF_RATE=$4 BE_RATE=$5 sync tc qdisc del root dev $DEV tc qdisc add dev $DEV root handle
2011 Jun 19
0
[LLVMdev] RFC: Integer saturation intrinsics
On Jun 17, 2011, at 5:49 PM, Eli Friedman wrote: > On Fri, Jun 17, 2011 at 4:50 PM, Eli Friedman <eli.friedman at gmail.com> wrote: >>>>> The plan is to form calls to these intrinsics in InstCombine. Legalizer can expand these intrinsics if they are not legal. The expansion should be fairly straight forward and produce code that is at least as good as what LLVM is
2004 Aug 06
4
REQ: Parent Id
Thanks for the snippet, albeit id still like to see it added :) > PID files are quite useless junk on the harddisk in most cases... IMO > they make only sense if you have to run a program in the foreground and > send signals like SIGUSR1 to it (those that don't have hotkeys like > CTRL+C). Besides, they come with their own set of potential problems. > Anyways - Icecast2 is very