similar to: [LLVMdev] LLVM under Syllable

Displaying 20 results from an estimated 400 matches similar to: "[LLVMdev] LLVM under Syllable"

2009 Jul 02
0
[LLVMdev] LLVM under Syllable
[ cc: llvmdev -- please cc the list rather than only emailing me ] 2009/7/2 Dmitry <rohan at land.ru> > Here is result http://clip2net.com/clip/m0/1246553178-clip-125kb.png Look > like it's compilled sucessfully > Note that the entire bulk of the code is surrounded with #ifdef DEBUG == 1 .... code ... #endif but you're compiling it with: % gcc test.c -o test so
2016 Jan 27
2
asterisk 13 mixmonitor - random missing syllables
hi, i have strange problem with asterisk 13 mixmonitor, recording to wav (centos6) when the system is under load, there are sometimes missing syllable there arent BIG spikes on cpus recordings are to ramdisk (/dev/shm) any hints? -- --------------------------------------- Marek Cervenka =======================================
2016 Jan 27
2
asterisk 13 mixmonitor - random missing syllables
Dne 27.1.2016 v 13:14 A J Stiles napsal(a): > On Wednesday 27 Jan 2016, Marek ?ervenka wrote: >> hi, >> >> i have strange problem with asterisk 13 mixmonitor, recording to wav >> (centos6) >> when the system is under load, there are sometimes missing syllable >> >> there arent BIG spikes on cpus >> recordings are to ramdisk (/dev/shm) >>
2016 Jan 28
2
asterisk 13 mixmonitor - random missing syllables
Dne 27.1.2016 v 17:50 A J Stiles napsal(a): > On Wednesday 27 Jan 2016, Marek ?ervenka wrote: >> Dne 27.1.2016 v 13:14 A J Stiles napsal(a): >>> On Wednesday 27 Jan 2016, Marek ?ervenka wrote: >>>> hi, >>>> >>>> i have strange problem with asterisk 13 mixmonitor, recording to wav >>>> (centos6) >>>> when the system is
2016 Jan 29
2
asterisk 13 mixmonitor - random missing syllables
Dne 28.1.2016 v 13:37 Brian :: napsal(a): > when you say load - how many concurrent calls? Is there transcoding > happening? sip / PRIs ? what load? > 12 concurrent calls no transcoding SIP under 1.5 with 4x 1Ghz vcpus (its vmware VPS) > On Thu, Jan 28, 2016 at 9:57 AM, Marek ?ervenka <cervajs at fpf.slu.cz > <mailto:cervajs at fpf.slu.cz>> wrote: > >
2011 Aug 01
6
AgeOfConan successfully started but without textures ...
[Image: http://clip2net.com/clip/m78332/thumb640/1312198861-clips32590-536kb.png ] (http://clip2net.com/s/15qO7) I have run ConanPatcher.exe with -opengl option.
2004 Feb 11
6
Spelling (PR#6570)
I came across this in connection with an unrelated issue > beta[2] Error in beta[2] : object is not subsettable > beta[2] <- 5 Error in "[<-"(`*tmp*`, 2, value = 5) : object is not subsetable One of the messages must be wrong, but I need a native English speaker to tell me which one. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of
2004 Sep 10
2
Re: nice idea
On Fri, Oct 04, 2002 at 01:57:03PM -0400, Hod McWuff wrote: > Agreed that the oversampling isn't useful in the long term. I'm not sure > what you mean by 'dictioniary overhead'. > > I'd like to see an easy-to-invoke set of parameters that will spare no > cpu expense and produce the tightest theoretically possible output. > > I'm guessing the best of
2008 Feb 15
2
Voice activity detection
Hey sorry to hijack this thread, but I just remembered a request I wanted to make to the speex devs. I tried using the activity detector, but I just couldn't get it working well. I ended up using my own, where I think it just considered voice on if it passed a certain threshold (I know, pretty primitive). I also tried one that checked for a signal, like if the strongest frequency
2016 Oct 11
2
Port to other Operating Systems
As part of our port of OpenVMS to x86-64, we are using LLVM with our own frontends on OpenVMS Itanium. We are writing a converter between our old backend's IR and the LLVM IR. We can cross-compile (hosted on OpenVMS Itanium) and link/execute on x86-64 CentOS. At present, we pass over 88% of our C test suite. Porting starts with being able to compile the code. Since we are stuck with a
2004 Sep 10
2
Re: nice idea
--- Hod McWuff <hod@wuff.dhs.org> wrote: > On Fri, 2002-10-04 at 10:26, Marco "elcabesa" Belli wrote: > > oversampling.. i maean digitally change the wave file rate form > 44khz to 440 > > khz > > > > it make next sample easyer predictable > > OK, IANASPE (signal processing engineer) but it seems to me that if a > simple shift like that can
2006 Jun 08
7
Fun with Echo
I've spent the last week or so troubleshooting echo problems at my Wife's business, and I've been able to clear up about 99% of the echo, but there is still a little residual echo that I can't seem to "tweak out". The users describe it as "buzzing or crackling", but what it sounds like to me is a slight echo, but just of one syllable of the word.
2006 Jan 06
2
SPA-3000 is translating vocal sounds into DTMF
I'm sure there must be a setting I'm missing somewhere, so I thought I might was well ask here. Conversations are punctuated by sudden replacement of a given syllable or so of conversation with a DTMF tone. I would hope perhaps there's some kind of setting that has to do with the way it detects inband DTMF? I'm pretty sure it's an artifact of this particular ATA; my
2007 Apr 22
1
SLES?
Hi all, Just curious, Quite a while a go, i was checking for supported SW-platform. AFAIR, it was RHES and SLES Now it's only RHES-4 and FC-3 or FC-4. Not a single syllable about CentOS or SLES-9 or SLES-10 It probably just runs fine, but any chance of getting support for their *-enterprise version? (just in case of, if one needs it) Hans -- pgp-id: 926EBB12 pgp-fingerprint: BE97 1CBF
2008 May 09
2
attr_accessor_with_default funny
I created some virtual attributes in a model in order to store intermediate calculated values. I wanted to use attr_accessor_with_default so that I could give the calculated values an initial value to allow me to use += to easily accumulate values. When I did so I came across some slightly perplexing behaviour which I was wondering if anybody could explain to me. When I tried to create a method
2004 Sep 10
2
Re: nice idea
On Sat, Oct 05, 2002 at 12:26:12PM -0400, Hod McWuff wrote: > On Sat, 2002-10-05 at 03:19, Miroslav Lichvar wrote: > > On Fri, Oct 04, 2002 at 01:57:03PM -0400, Hod McWuff wrote: > > > Agreed that the oversampling isn't useful in the long term. I'm not sure > > > what you mean by 'dictioniary overhead'. > > > > > > I'd like to see
2011 Jun 03
1
unconitionally use socketpair?
Does anyone actually use sshd on a system that doesn't have socketpair? It's used elsewhere so the don't-have path seems like it'd never be exercised these days. Index: monitor.c =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh/monitor.c,v retrieving revision 1.147 diff -u -p -r1.147 monitor.c --- monitor.c
2008 Feb 27
1
Can AMD detect Service Provider Message.
Is there a way to detect Service Provider message such as invalid number, using AMD or some other application. Regards, Sanjay.
2011 Jan 26
1
Making up a graph and its equation which better fits two groups of data
Dear R-folks: I have a group of data ('x' and 'y' axis), but I'd like to know how to draw a graph which would fits my data in a better way, I also need its equation. Could you give me any R-rutine ideas?. I thank you in advance for your kind support. [[alternative HTML version deleted]]
2001 Jul 20
2
How do you pronounce 'Ogg Vorbis'?
Greets, Every linux user that sets up a sound card using sndconfig heres Linus pronouncing "Linux" - I confess that's how I learned to pronounce it right, until then I prononced it 'l-EYE-nucks' - I was wondering - what's the correct pronounciation of 'Ogg Vorbis'? I pronounce it 'OOOg' (a long 'O' sound or a portuguese 'U' if you must