Displaying 20 results from an estimated 26 matches for "eneric".
Did you mean:
generic
2006 Feb 14
1
Bug in vbr_analysis
Hi Jean-Marc,
I used the following code after init of the encoder to
get the frame size of my RTP packets.
char pcm_data[3200];
char speex_data[3200];
SpeexBits bits;
memset(pcm_data, '\0', 3200);
memset(speex_data, '\0', 3200);
speex_bits_init(&bits);
speex_bits_reset(&bits);
speex_encode_int(codec_info->enc,
2005 Dec 12
1
Getting SING errors
Hello!
I'm getting SING errors from the log() function. Here is
the code inside the vbr_analysis() function.
if (ener<60000)
{
if (vbr->consec_noise>2)
qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3));
if (ener<10000&&vbr->consec_noise>2)
qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3));
if (qual<0)
qual=0;
2006 Feb 14
0
Bug in vbr_analysis
This was reported by me (and most likely others). Here is
the exchange about this. The reason the problem is
visible in Delphi is that Borland (C++ and Delphi)
initialize the FPU differently from other RTLs.
Also, there is another problem that will be visible with
Delphi
---------------------------------------------------------
-------------
Yes, that's definitely a bug in the vbr code,
2007 May 14
3
x axis problems
I have been searching for the R manual, unable to solve my problem.
Questions
1) How can I put the x axis at the top of the plot?
2) I am plotting data from a CTD. I want to add series sal, obs and fluo
at the same plot by using points(sal,deepth) ets. The data have
different values so I want to use multiple x axis (4) with different
scaling. How can I do that?
2009 Feb 24
1
building asterisk-1.6.0.6 failed!
Hi!
I have problems building asterisk 1.6.0.6.
./configure --prefix=/usr
make
gets me:
enerating embedded module rules ...
[CC] extconf.c -> extconf.o
In file included from /usr/local/include/datatypes.h:50,
from /usr/local/include/err.h:49,
from extconf.c:45:
/usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
or directory
In file
2004 Oct 22
1
FIXED_POINT warns on compute_weighted_codebook
hi,
i am trying to compile a fixed point version of lipspeex on desktop
windows environment. a short reason for the complicated story is that
we need to keep the 'engine' part of our project same across the various
ports of our voip project (blame the pointy haired boss).
now, when i compile with FIXED_POINT defined in the Visual C++ 6.0, i get
these errors:
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...IG_SHIFT 14
#define VERY_SMALL 0
#ifdef ARM5E_ASM
#include "fixed_arm5e.h"
#elif defined (ARM4_ASM)
#include "fixed_arm4.h"
#elif defined (FIXED_DEBUG)
#include "fixed_debug.h"
#elif defined (C55X_ASM)
#include "fixed_c55x.h"
#else
#include "fixed_generic.h"
#endif
#else
typedef float spx_mem_t;
typedef float spx_coef_t;
typedef float spx_lsp_t;
typedef float spx_sig_t;
typedef float spx_word16_t;
typedef float spx_word32_t;
typedef float spx_word64_t;
#define LPC_SCALING 1.
#define SIG_SCALING 1.
#define LSP_SCALING 1.
#define GAMMA_SC...
2015 Aug 24
1
abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected
Hi All,
I've been tuning a server recently and just today this has started to
appear in my top/htop output.
[root at db1 ~]# ps -aux | grep kernel
root 1011 0.0 0.0 212048 4532 ? Ss 13:34 0:00 /usr/bin/abrt-watch-log -F
BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected
ernel BUG at list_del corruption list_add corruption do_IRQ: stack
overflow: ear stack overflow
2020 May 06
2
du hung, wild display in ps
Hi!
On Centos-7:
$ cat /etc/centos-release
CentOS Linux release 7.8.2003 (Core)
Was running du to examine the sizes of my backups and
found du hung, running "ps -eLf /mnt/backup/backups" shows this:
# ps -eLf | grep du
root 1185 1 1185 0 1 May01 ? 00:00:00 /usr/bin/abrt-watch-log -F Backtrace /var/log/Xorg.0.log -- /usr/bin/abrt-dump-xorg -xD
root 1281
2006 Mar 12
1
Calls from PSTN , answering, When transfered get Hungup 'Zap/1-1'
Hi All
After lots of try I was successfull in connecting
to PSTN to make and recevice calls , I used AMP for
this purpose , now I wanted to try out this Asterisk
server answers the call , ask for the extensions and
then after the extension entered the call is forwarded
/transfered to the extension no , I use Asterisk
1.2.4, configured using AMP , on RHEL3
I did some configuration for my
2015 Oct 15
3
potencia fracional de un número negativo
Mirando los comentarios, realmente lo que deseo es encontrar la raíz real
de (-0.5)^(1/5) la cual debería ser -0.87055056329. José me hace caer en
cuenta que además de no encontrar la raiz real, tampoco da todas las raiz
complejas. Habría alguna manera de que tuviera en cuenta?
> ------------------------------
>
> Message: 6
> Date: Thu, 15 Oct 2015 11:25:39 +0200
> From: José
2003 Mar 24
3
winbind and bad permissions mapping from NT to Samba
I'm installed Samba 2.2.8 with the intetion of use it as file share for
a NT Domain.
I have also an interest to the use of extended ACL so I recompiled the
kernel (2.4.20) with the acl patch and I added to my system acl, attr,
e2fsprogs and fileutils packages.
After all I join the samba server into the NT domain:
smbpasswd -j SAMBATEST -r SAMBA-SRV -U Administrator
where SAMBATEST is the
2005 Dec 26
8
Add notes to a graph
Hi, I have done a search on this in vain. How can I add a note to the foot of a graph example below
|-----------------------|
| Title |
| -------- |
| | my | |
| | graph | |
| | | |
| | ______| |
|note: source |
|-----------------------|
Many thanks
Ronnie
2010 Jun 13
5
script/server vs mongrel_rails start issue
I am having different results between when I start mongrel with script/
server and with mongrel_rails start.
When I run script/server to boot mongrel everything runs fine, no
errors.
When I run mongrel_rails start I get the following errors - verified
the problem on a fresh app and on two different environments (mac and
yes, windows server 2008). The actual line of fault changes but the
problem
2015 Oct 16
2
potencia fracional de un número negativo
El problema del módulo es que pierde el signo.
En tu caso sale igual porque has invertido el signo del coeficiente en
el polinomio (en realidad se me pasó a a mí advertir que el término
independiente debe ir con signo negativo):
.> polyroot(z=c(0.5,0,0,0,0,1))
[1] 0.7042902+0.5116968i -0.2690149+0.8279428i -0.2690149-0.8279428i
[4] 0.7042902-0.5116968i -0.8705506+0.0000000i
.>
.>
2018 Dec 20
0
abrt-watch-log -F BUG: WARNING:
Hi,
Please what is this error ?
/usr/bin/abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible
recursive locking detected ernel BUG at list_del corruption list_add
corruption do_IRQ: stack overflow: ear stack overflow (cur: eneral
protection fault nable to handle kernel ouble fault: RTNL: assertion failed
eek! page_mapcount(page) went negative! adness at NETDEV WATCHDOG ysctl
table
2012 Aug 24
2
TukeyHSD output
Hi all,
Is there a R-function that orders Tukey results with conveniant letters, similar to the SPSS output (A, AB, ABC, C, etc.) .
[[alternative HTML version deleted]]
2007 Dec 10
7
Sweave : change value in rnw file to generate multiple "single" reports ?
Hello,
I'm still trying to make the life of my colleagues easier. Nice, isn't it ?
At the moment, I'm looking for a way to generate multiple "single report".
In fact I have a .rnw file which send a query to a MySQL database
(rs<-dbSendQuery(con, statement="select * from treatdata where
name='Device1'")
But of course my colleagues have many devices and
2018 Jun 28
1
How to Join Mac OSX workstation as AD domain member
On Wed, 27 Jun 2018 23:11:05 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> On Wed, 27 Jun 2018 19:31:58 +0100 Rowland Penny wrote:
> > Only Windows uses GPO's (as yet). GPO's operate on the registry and
> > only Windows has the registry.
>
> I suspected that, but didn't know for sure. That's great! I'm not a
> fan of GPOs. I
2017 Jun 24
6
[Bug 101573] New: GP107 crash with no HDMI connected on 4.12.rc6
...dm_bi
o_prison dm_bufio loop ecryptfs cbc encrypted_keys trusted ctr ccm cmac rfcomm
pci_stub vboxpci(O) xt_tcpudp iptable_filter iptable_nat nf_conntrack_ipv6
nf_conntrack_ipv4 nf_defrag_ipv4 nf_defrag_ipv6 nf_nat_ipv4 xt_conntrack nf_nat
nf_co
nntrack ip6table_filter ip6_tables libcrc32c crc32c_generic bnep joydev
mousedev uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2
hid_multitouch videobuf2_core videodev btusb btrtl media fuse
snd_hda_codec_realtek snd_hda_codec_g
eneric arc4 iTCO_wdt iTCO_vendor_support nls_iso8859_1 nls_cp437 vfat fat
i2c_designware_platform iwlmvm i2c_designware...