Displaying 20 results from an estimated 43 matches for "6416".
Did you mean:
64,6
2007 Apr 11
0
Fwd: [ mocha-Bugs-6416 ] Mock objects shouldn''t define #to_s
---------- Forwarded message ----------
From: noreply at rubyforge.org <noreply at rubyforge.org>
Date: 11-Apr-2007 15:07
Subject: [ mocha-Bugs-6416 ] Mock objects shouldn''t define #to_s
To: noreply at rubyforge.org
Bugs item #6416, was opened at 2006-10-31 15:34
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=7477&aid=6416&group_id=1917
Category: None
Group: None
Status: Open
Resolution: None...
2006 Jan 19
2
TI 6xxx platform performance
...ph.org
Subject: Re: [Speex-dev] TI 6xxx platform performance
> To get a feel for the computational load, I am running 1 second (50
frames)
> of voice through the encoder.
You might want to use a bit more just so you don't see the
initialization complexity at all.
> My profile of the 6416 indicates I'm at 27.4M cycles/channel. I need to
get
> below 720Mhz/32 channels = 22.5M cycles per channel. I did a little work
on
> inner_prod() and normalize16() and I'm confident I can get 32 channels by
> optimizing 5 or 6 functions. I expect these numbers to translate over...
2006 Jan 18
2
TI 6xxx platform performance
I'm trying to make a design decision between a TI 6416 or DM642 (fixed
point) and 6713 (floating point) platform. The application is a 32 channel
speech encoder. (CBR only, 8khz, 8kbps)
To get a feel for the computational load, I am running 1 second (50 frames)
of voice through the encoder.
My profile of the 6416 indicates I'm at 27.4M cycles/ch...
2006 Jul 25
0
pam winbind seems to have trouble with idmap backend = ldap
...------------------
-- tail of var/log/messages --------------------------------------
Jul 25 11:14:25 jamesdirtest winbind: winbindd startup succeeded
Jul 25 11:14:25 jamesdirtest smb: smbd startup succeeded
Jul 25 11:14:25 jamesdirtest smb: nmbd startup succeeded
Jul 25 11:14:41 jamesdirtest smbd[6416]: [2006/07/25 11:14:41, 0]
smbd/service.c:set_current_service(51)
Jul 25 11:14:41 jamesdirtest smbd[6416]: chdir (/setup-staging) failed
Jul 25 11:14:41 jamesdirtest smbd[6416]: [2006/07/25 11:14:41, 0]
smbd/service.c:set_current_service(51)
Jul 25 11:14:41 jamesdirtest smbd[6416]: chdir (/s...
2007 Nov 05
1
i need a help in getting some files which are missing in speex-1.2 beta 2
Sir,
iam a PG student doing thesis work in CELP based speech coding
i need to implement the same in ti-6416 kit and i have seen the open
source "speex.org"
but i found 3 files missing in the source files package
the files are the following :
1. types.h
2. alloca.h
3. _G_config.h
also i haven't got the source files ( *.snd files and *.dat files) to
be encoded
that is male.snd...
2006 Jan 19
2
TI 6xxx platform performance
...LLOC, because I am not sure if the
memory usage is identical for the fixed point build, and the constants in
config.h are set for the fixed point build. Are you testing on the
simulator, or on an eval board? It does not look like the 6713 has enough
memory to hold Speex (64K vs. 1024K for the 6416), and your performance
could suffer badly running from external memory.
I would be very surprised if you can get below 9.3MIPs/channel for floating
point, since Jean-Marc has posted raw MIPs numbers somewhere around 10 MIPs
for the algorithm itself. And that is discounting the memory issues....
2006 Jan 19
0
TI 6xxx platform performance
...LLOC, because I am not sure if the
memory usage is identical for the fixed point build, and the constants in
config.h are set for the fixed point build. Are you testing on the
simulator, or on an eval board? It does not look like the 6713 has enough
memory to hold Speex (64K vs. 1024K for the 6416), and your performance
could suffer badly running from external memory.
I would be very surprised if you can get below 9.3MIPs/channel for floating
point, since Jean-Marc has posted raw MIPs numbers somewhere around 10 MIPs
for the algorithm itself. And that is discounting the memory issues....
2008 Mar 23
1
zap callerid problem
HI,
im having problem with callerid. Im using tdm2400P and i get this from
asterisk logs
-- Starting simple switch on 'Zap/4-1'
[Mar 24 02:07:48] ERROR[2358]: callerid.c:564 callerid_feed: fsk_serie made
mylen < 0 (-1)
[Mar 24 02:07:48] WARNING[2358]: chan_zap.c:6416 ss_thread: CallerID feed
failed: Success
[Mar 24 02:07:48] WARNING[2358]: chan_zap.c:6516 ss_thread: CallerID
returned with error on channel 'Zap/4-1'
-- Executing [s at main:1] Wait("Zap/4-1", "5") in new stack
-- Executing [s at main:2] Answer("Zap/4-1&quo...
2010 Oct 11
1
MWI Assistance
...ed "mailbox=1 at company2" (1 being the name of the mailbox)
However, the phone doesnt subscribe to the mailbox status.
In the Polycom documentation, it asks me to provide:- ASCII encoded string containing digits (the user part of a SIP URL) or a string that constitutes a valid SIP URL (6416 or 6416 at polycom.com)
But I have no idea what to enter. I've tried everything I can think of but I get this in the Asterisk CLI:-
[2010-10-11 23:06:08] NOTICE[18424]: chan_sip.c:16331 handle_request_subscribe: Received SIP subscribe for peer without mailbox: company2_201
company2_201 is the...
2004 Jan 05
2
Message waiting indicator
What is required to get the mwi to work? Is it more of a phone subject
or *? I have the mailbox= line in sip.conf, but only one extension is
named, and in some of the examples, I have seen that there are two...
What is that all about and how does it affect the extensions.conf and
voicemail.conf?
Thanks again.....
Just some background as you start seeing my lists, I just started my own
business
2004 Sep 16
1
Development on DSP 6711
Jean: The 6711 is actually a floating point processor so it can do the
floating point without emulation. I am working on the 6416 which does
not have it. Working with fixed point may still speed things up possibly.
Muhammad: It seems like you might have to start getting into linear
assembly to speed things up. If you are serious to getting speex working
on TI DSP we should work together on the routines.
C
Jean-Marc Vali...
2006 Jan 18
2
Errors in speex lib with Blackfin
Hello!
I'v downloaded speex lib 1.1.11.1.
I am trying to port speex lib to Blackfin processor.
I am using VisualDSP++ 4.0.
If I am compiling source codes with using floating point everything
ok.
When I am compiling with FIXED_POINT defined everything's ok and code
works about two times faster.
But when I am defining BFIN_ASM I am getting several compiling errors
in Blackfin assembler
2009 Jun 16
1
[Announce] Samba 3.3.5 Available for Download
...#####################################
Changes
#######
Changes since 3.3.4:
--------------------
o Michael Adam <obnox@samba.org>
* BUG 6320: Handle registry config source in file_list.
* BUG 6415: Filter out of range mappings in default idmap config in
idmap_tdb.
* BUG 6416: Filter out of range mappings in default idmap config in
idmap_tdb2.
* BUG 6417: Filter out of range mappings in default idmap config in
idmap_ldap.
* Prevent infinite include nesting.
* Mark registry shares without path unavailable.
o Jeremy Allison <jra@samba.org>...
2009 Jun 16
1
[Announce] Samba 3.3.5 Available for Download
...#####################################
Changes
#######
Changes since 3.3.4:
--------------------
o Michael Adam <obnox@samba.org>
* BUG 6320: Handle registry config source in file_list.
* BUG 6415: Filter out of range mappings in default idmap config in
idmap_tdb.
* BUG 6416: Filter out of range mappings in default idmap config in
idmap_tdb2.
* BUG 6417: Filter out of range mappings in default idmap config in
idmap_ldap.
* Prevent infinite include nesting.
* Mark registry shares without path unavailable.
o Jeremy Allison <jra@samba.org>...
2009 May 31
2
install.packages hangs RGui with frozen rpwd process at bottom of process tree (PR#13734)
...cmd under the CMD prompt
and it successfully generated a CHM file, as shown by this fragment of the
output I captured:
>>> Building/Updating help pages for package 'scupper'
Formats: text html latex example chm
Microsoft HTML Help Compiler 4.74.8702
Compiling z:\R.INSTALL.6416\scupper\chm\scupper.chm
Compile time: 0 minutes, 0 seconds
1 Topic
0 Local links
0 Internet links
1 Graphic
Created z:\R.INSTALL.6416\scupper\chm\scupper.chm, 14,448 bytes
Compression increased file by 9,624 bytes.
That didn't work when I tried it again, but the R tem...
2009 Jun 01
0
install.packages hangs RGui with frozen rpwd process at (PR#13739)
...file, as shown by this fragment of
>> the
>> output I captured:
>> >>> Building/Updating help pages for package 'scupper'
>> Formats: text html latex example chm
>> Microsoft HTML Help Compiler 4.74.8702
>>
>> Compiling z:\R.INSTALL.6416\scupper\chm\scupper.chm
>>
>> Compile time: 0 minutes, 0 seconds
>> 1 Topic
>> 0 Local links
>> 0 Internet links
>> 1 Graphic
>>
>> Created z:\R.INSTALL.6416\scupper\chm\scupper.chm, 14,448 bytes
>> Compression increased...
2019 May 20
0
Directory name have some malicious characters.
....gif
Type: image/gif
Size: 343 bytes
Desc: not available
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190520/e3ea2c53/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c9c77b51290ff5d9ec8215eb7aefdb34942.jpg
Type: image/jpeg
Size: 6416 bytes
Desc: not available
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190520/e3ea2c53/attachment.jpg>
2006 Jan 18
0
TI 6xxx platform performance
> To get a feel for the computational load, I am running 1 second (50 frames)
> of voice through the encoder.
You might want to use a bit more just so you don't see the
initialization complexity at all.
> My profile of the 6416 indicates I'm at 27.4M cycles/channel. I need to get
> below 720Mhz/32 channels = 22.5M cycles per channel. I did a little work on
> inner_prod() and normalize16() and I'm confident I can get 32 channels by
> optimizing 5 or 6 functions. I expect these numbers to translate over...
2009 Jan 03
0
kcapid heavy cpu usage
...the top output below.Can any
one suggest me how to fix the same since it is my critical production
i need your help urgently .
Top output
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
27 root 15 -10 0 0 0 R 98 0.0 5572:18 kacpid
25578 root 16 0 6416 1208 752 R 9 0.0 0:08.96 top
6822 root 15 0 1343m 77m 14m S 4 1.0 87:21.45 java
6102 root 16 0 41192 9900 1292 S 0 0.1 0:24.37 aws_sadmin
1 root 16 0 4756 552 460 S 0 0.0 0:01.38 init
2 root RT 0 0 0 0 S 0 0.0 0:00.0...
2007 Jul 20
1
CentOS-fasttrack.repo
Hi,
where I can find former file centos/4/fasttrack/CentOS-fasttrack.repo?
Thanks,
David