Displaying 20 results from an estimated 21 matches for "crocked".
Did you mean:
cracked
2011 Jul 29
3
plot, graphic
hi,
i`m trying to use the plot function to show more variable-funktions in one
graphic. so for example i would like to show Chinas Income in different
sectors in one graphic. obviousely typing plot(ChinaIncome) the graphics are
split and there is one graphic for agriculture, one for industry.... i would
like to put them togheter in one graphic, maybe with different colors for
every function,
2005 Mar 08
4
Nortel ATA not passing dtmf tones to fxo
I am trying to integrate a Nortel Norstar system with an Asterisk service
using a TDM04B card (4 fxo). So far everyting works from Asterisk to Nortel.
The problem is when someone dials from the Nortel PBX to the Asterisk server.
Asterisk answers the call and provides a dialtone (with DISA) but appartently
the DTMF tones are not passed to asterisk and the call cannot proceed.
This only
2004 Aug 06
1
more on building with lame
On Tuesday, 26 June 2001 at 16:55, Darrell Berry wrote:
> so, for ices 0.1.0:
>
> can't build with versions less than 3.88?
>
> BUT
>
> versions about 3.86 don't support reencoding?
this part is a crock. of course it supports reencoding, if it didn't
there would be no reason to link it in at all.
As for VBR, just try it. :)
--- >8 ----
List archives:
2006 Nov 05
1
Call Quality Issues with IAX?
Hey all,
I recently got a message from my provider about IAX:
> We do not recommend the use of IAX. It is a lossy protocol that is
> known to cause crackling, loss of audio and other issues. You can
> use IAX if you want, but we will not assist with any issues you may
> encounter.
Does anyone else know about these "known" problems? I'm not sure
where this provided got
2004 Apr 12
3
Decoding with 8 bit-samples
Hi!
I'd like to make a stereo 8-bit wav file
from a stereo (16 bit) ogg vorbis file
(in delphi, with the vorbisfile).
I use:
ret := ov_open_callbacks(filein,vf,nil,0,ops_callbacks);
if ret = 0 Then
begin
fileOut := TFileStream.Create(savedlg.FileName,fmCreate);
repeat
ret := ov_read(VF, pcmout, BufferSize, 0, 1, 1, nil); //'cause of the 8-bit
2004 Apr 19
3
encoding from 22050Hz source
Hi!
I'd like to encode from a 22050 Hz source wav file (only in that case),
but i get the following error message: "Invalid floating point operation"
I use delphi:
vorbis_encode_init_vbr(vi,2,22050,0.5)
.
.
.
While (i < readCount div 4) Do
Begin
buffer[0][i] := smallInt((pArray(@readbuffer)[i shl 2 + 1] shl 8) or pArray(@readbuffer)[i shl 2 + 0]) / 32768;
2010 Apr 24
7
Pushing a file only if another does not exist.
I am trying to write a module for tripwire. I need to push out the
twcfg.txt and twpol.txt files only if the tw.cfg and tw.pol files do
not currently exist.
How can do I this with File{}? I''m can''t seem to find a way to do it.
In general times, how can you deploy file A only when file B does not
exist?
And... tripwire... what a mess. I am trying to use push out the site
key,
2001 Jul 18
0
configure: sense of --enable-utmpx test et al. reversed
...isable use of utmp even if detected [no]],
[ AC_DEFINE(DISABLE_UTMP) ]
)
AC_ARG_ENABLE(utmpx,
[ --disable-utmpx disable use of utmpx even if detected [no]],
[ AC_DEFINE(DISABLE_UTMPX) ]
)
etc.
other than this complaint (assuming it's valid and that i'm not crocked),
i'm an immensely satisfied customer--thanks very much, folks
2006 Apr 24
0
Shielding of T1/E1 cables WAS RE: Pinouts for T1/E1 crossovercable WAS "RE: what cable to connect a legacy PBX to aTE410P ?"
>>
>>Good thing he doesn't work for a cable manufacturer as that's
>>a total crock of crap that even an inexperienced person
>>should be able to detect. (You can't twist two wires to make
>>them weight three times as much, or cost three times as much.)
He may have started out as an underground lineman, posibly inhaling too
much swamp gas and CO from
2004 May 05
1
vorbis_encode_init_vbr() probleme
Hi!
In the SDK documentation it is written:
"base_quality
Desired quality level from 0.0 to 1.0"
But, i can give less than 0 parameter too. Why?
Although, if i give greater than 0.9, encoding is halt
with "floating point division by zero" message. Why?
Thank you for your reply,
crc
---------------------------------
Do you Yahoo!?
Win a $20,000
2004 Aug 06
3
more on building with lame
On Tuesday, 26 June 2001 at 11:15, Denys Sene dos Santos wrote:
>
> I'm running Ices 0.1.0, but the reencoding don't works
> with lame3.88. I prefer 3.88, it's more clean, but with the 3.86
> that the reencoding works.
How did you get it to build? ices 0.1.0 explicitly checks version
info, and besides that makes library calls that don't exist in 3.86.
you are
2006 Apr 24
1
Shielding of T1/E1 cables WAS RE: Pinouts for T1/E1 crossover cable WAS "RE: what cable to connect a legacy PBX to a TE410P ?"
I was once told by a lineman that the cables they use didn't have that
many twists in them because it wasn't needed, and that the extra twists
would effectively use more cable and thus cost and weigh more than
triple what they do now. He told me that with the number of twists in
the Cat 5 cable it would cancel out any interference, but he also stated
that the effective length was
2003 Nov 08
2
Encoding in Delphi - Help
Hi!
I've made a vorbis encoder in delphi, but it's very verey slow!
It takes 5 minutes to encode a pcm file.
And i don't know why. Could anyone help me???
----------------------------------------------------------------------------------
result := ogg_stream_flush(os, og);
while result <> 0 do
begin
OutFile.Write(Pointer(og.header)^, og.header_len);
2006 Jan 18
5
SMS to fixed phone line
Telstra (Australian Telco) has recently introduced a feature to allow
the sending of SMS direct to fixed analogue lines, with an appropriate
handset.
As best as I can figure out, this appears to use CID type signalling, or
at least on a line that otherwise has no CID on it, CID is sent, but
with a standard modem I can only receive the date, time, and phone
number (eg normal CID info).
After that
2003 May 22
0
[PATCH 2.5.69 3/3] Bandaids for gen_init_cpio and initramfs
Last patch for now. This gets gen_init_cpio into a state where it can
pick up a "kinit" binary from usr and stuff it into the cpio archive as
/sbin/init. This is obviously a crock, but it suffices for testing
until something sane is done about integrating klibc into the kernel
tree.
The patch also adds a bit of instrumentation to initramfs.c, to try to
help flush out bug 740.
2008 Dec 19
0
Fwd: win32-security 0.1.0
Hi,
These were some suggestions from Clifford Heath regarding
win32-security and Windows security in general.
Regards,
Dan
PS - I''ll be on vacation until Jan, 2009. Merry Christmas and Happy
New Year everyone!
---------- Forwarded message ----------
From: Clifford Heath <clifford.heath at gmail.com>
Date: Fri, Dec 19, 2008 at 12:34 AM
Subject: Re: [ANN] win32-security 0.1.0
2004 Dec 02
0
Quotes from BHH2e
Yesterday I had the opportunity to attend a seminar by George Box where
he discussed some of the ideas that will be incorporated in the second
edition of Box, Hunter, and Hunter "Statistics for Experimenters" due
out in a few months.
At the end of the presentation he distributed a list of quotes from the
book and I felt that many of these would be appealing to members of this
2007 Nov 28
1
Digium TE120P versus Sangoma A101D-X
Hello List,
We purchased a TE120P card from Digium and it works great. The only
problem is that we are still experiencing echo on some calls. I've tried
various echo cancellers (right now we are using OSLEC) and still no
luck.
My question has anyone gone from the TE120P to a Sangoma A101D-X Single
Port T1/E1/J1 w/ echo cancellation? Have you noticed a difference?
Also I called
2003 May 25
4
Call for help with Samba Printing and WinNT
Hi [Samba]s
This is a call for some generous people to try out the process of
installation of a Samba printer on WinNT and WinNT Terminal Server
Edition. I am working through Kurt Pfeifle's HOWTO on Printing and CUPS
printing in Samba 3.0, and finding some issues with NT/TSE. It would be
good if we had some confirmation or otherwise of these problems so that
Kurt can update his HOWTO (this is
2004 May 05
0
I need some example
Hi!
I need some (delphi) example:
- which can encode from 22050Hz wav file
- wich can encode from a 8bit wav file
I wolud be very grateful!
Thank you in advance,
crc
---------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: