search for: 637k

Displaying 4 results from an estimated 4 matches for "637k".

Did you mean: 637
2009 Aug 26
0
[LLVMdev] Slow jitter.
On Aug 26, 2009, at 6:57 AM, Óscar Fuentes <ofv at wanadoo.es> wrote: > > Yup, llc -O0 takes 37.5 seconds. > > llc -pre-RA-sched=fast -regalloc=local takes 26 seconds. Another important flag for testing llc time is llc -asm-verbose=false. Dan
2007 Oct 25
2
24/7/365 ogg-vorbis client
...M -0500, Dick Trump wrote: > My streaming client is MPG123 and the solution is specific to that. I'm > quite sure there is no Ogg-Vorbis support as MPG123 is obsolete and no > longer supported. Are you sure? http://www.mpg123.de/download/ mpg123-0.67.tar.gz 07-Aug-2007 02:10 637K PS. You don't need to CC the individual you're replying to when you make a reply to a mailing list. -- Paul Martin <pm@nowster.org.uk>
2007 Oct 24
2
24/7/365 ogg-vorbis client
Don't know if this is the proper place for this question ... I'm setting up an audio stream from a public radio station's studios to a remote transmitter. We're using icecast for the server, and it's performed remarkably well (it's been up for over two years now). I need a client for the remote location. Requirements are it must run on linux, come up at boot, operate
2009 Aug 26
4
[LLVMdev] Slow jitter.
Eli Friedman <eli.friedman at gmail.com> writes: > On Tue, Aug 25, 2009 at 4:58 PM, Óscar Fuentes<ofv at wanadoo.es> wrote: >> Eli Friedman <eli.friedman at gmail.com> writes: >> >>> On Wed, Aug 26, 2009 at 1:10 AM, Óscar Fuentes<ofv at wanadoo.es> wrote: >>>> While compiling some sources, translating from my compiler's IR to LLVM