similar to: DTX mode using preprocessor?

Displaying 20 results from an estimated 100 matches similar to: "DTX mode using preprocessor?"

2005 Sep 04
0
DTX mode using preprocessor?
Hi, It could (and should) definitely be done, but it's somewhere (unfortunately not on top) on my TODO list. I think the simplest way (until I really integrate the preprocessor with the codec, which will take a while) to do it is to add a speex_encoder_ctl() call as you proposed. I'd call it SPEEX_SET_EXT_VAD_STATUS and I'm willing to merge a patch :-) Jean-Marc Le samedi 03
2005 Sep 04
1
DTX mode using preprocessor?
> Hi, > > It could (and should) definitely be done, but it's somewhere > (unfortunately not on top) on my TODO list. I think the simplest way > (until I really integrate the preprocessor with the codec, which will > take a while) to do it is to add a speex_encoder_ctl() call as you > proposed. I'd call it SPEEX_SET_EXT_VAD_STATUS and I'm willing to merge > a
2005 Oct 14
2
T1/E1 Cards
This is probably a really bad question to ask but here goes. Does asterisk work with any of the T1/E1 cards from SBE? I'm sure SBE is a competitor to Digium, but I have access to SBE cards and the linux driver. Just curious more than anything. Thanks. -- Michael J. Lynch What if the hokey pokey IS what it's all about -- author unknown
2010 Oct 05
0
Please help me simplify my manipulation and printing of function calls
Background: I use R for a fair-sized graphics program, intended for na?ve users. This works, but a less-na?ve user wants it to generate code producing the graphs that he can then modify (but which will not contain my numerous manipulations and attempts to discern what the user wants). Quite possibly this is a standard R activity, but I've been unable to find it; likely I have a mental
2004 Aug 06
4
Framesize for UWB vs. WB encoding
Hi there. I am having a little trouble understanding the frame sizes chosen by the codec. testenc_uwb.c from the speex-1.0 source distribution has a framesize of 640 hardcoded and makes use of this value exclusively. However, a mode query on the actual codec returns 320 as a framesize for this mode. int tmp; speex_mode_query(&speex_uwb_mode, SPEEX_MODE_FRAME_SIZE, &tmp);
2005 Mar 29
1
ATM with linux router
Does anyone here have experience with an ATM connection from their ISP running into a linux based router? We have a DS3 circuit for which we we thought we could use an SBE wanpci-1t3 card. The isp verified the card would work with their network, but apparantly didn''t cross check the particular circuit they were providing us. Is it possible to do the IP packet <-> ATM cell
2004 Aug 06
2
SPEEX_GET_SAMPLING_RATE of encoder is wrong
Hi, I'm using speex 1.1.4 and when I query SPEEX_GET_SAMPLING_RATE as in speex_encoder_ctl ( m_pEncoderState, SPEEX_GET_SAMPLING_RATE, &m_SampleRate ); I get 2 The encoder is initialized with m_pEncoderState = speex_encoder_init ( &speex_wb_mode ); On the decoder side, the correct sampling rate is returned: m_pDecoderState = speex_decoder_init ( &speex_wb_mode );
2009 Oct 29
8
conditional restart of service
I''m trying to have a exec dependency on a service object that would keep it from being restarted if the exec fails. Unfortunately, the service gets refreshed regardless whenever the exec is run, failure or not. I''ve tried various combinations of subscribe/require/notify, but can''t find an elegant way to not restart the service when the dependency fails. I must be
2000 Apr 24
5
Suppressing Form Feeds
Try adding the 'sf' option to the printer definition in /etc/printcap. The 'sf' stands for 'suppress form feeds'. If this doesn't work, let me know and I'll send you a copy of my printer definition, since I had the same problem and was able to fix it with one of the options. -- Derek Pizzagoni I.T. Manager SBE, Inc. URL: http://www.sbei.com >Date: Sun, 23
2006 Jun 07
1
NSS/PAM LDAP Config
Ok, I've been literally throwing things in my effort to fix this. Please help me from damaging something valueable! :) I've installed Samba 3.0.22 and OpenLDAP etc. I've used the IDEALX scripts to create the LDAP tree etc. Everything goes swimmingly until I try to check and see if NSS/PAM is working right. I use the following command as shown in SBE to check NSS/PAM working. getent
2012 Apr 27
4
GSoC xapian node binding
Posting recent offline discussion... On Fri, Apr 27, 2012 at 10:55 AM, Marius Tibeica <mtibeica at gmail.com> wrote: > Hi Liam, > > I've added the Enquire class and designed a query spec structured as a JS > object. Hope you like it :) > I'll probably be off a few days (there is a national holiday Tuesday which > means i have a long weekend :D) but maybe I'll
2009 Jun 26
1
Looks to be some unused memory in sb_celp.c
Hi again JM, I hate to nit-pick, but it seems that the memory pointed to by the member "h1_mem" in the SBEncState structure is allocated, freed and initialized but never actually used. Perhaps it's a leftover from some previous incarnation of the QMF code? Hope I'm not wasting your time here. John Ridges
2006 May 24
1
NSCD, should it be used or not with LDAP, pam, nss
Again, another confusing issue in two how-to's I'm trying to resolve. In the SBE (samba-3 by example) Pg 161 in the PDF states. (It's actually page 200 of the PDF, but 161 of the numbered document pages.) "The name service caching daemon (nscd) is a primary cause of difficulties with name resolution, particularly where winbind is used." But the Authconfig in the IDEALX
2006 May 24
1
How-To questions... ldap.conf
Ok, first of probably numerous questions. In my FC5 setup, there are two ldap.conf files. /etc/openldap/ldap.conf /etc/ldap.conf If I understand things properly, the first is used to tell NSS and PAM modules to talk to LDAP. The second is for LDAP clients. (Is that right?) However a further point also is confusing. In the IDEALX how-to, the two files are configured differently, with the
2004 Aug 06
1
SPEEX_GET_SAMPLING_RATE of encoder is wrong
Hi, No, it only happens with speex_wb_mode. But like I said, it is because in wideband mode, the function sb_encoder_init is called and this function initializes the sampling rate using speex_*de*coder_ctl instead of speex_*en*coder_ctl In narrowband mode, the sampling rate is just initialized to 8000 st->sampling_rate=8000; BTW, I saw that my email was added to an existing thread instead of
2005 Jul 15
1
Samba PDC - Samba Member Server
The configuration I'm trying to use is a SAMBA PDC with a SAMBA Member Server, using tdbsam. Binaries for SuSE 9.3 from the samba web page, version 3.0.14a-4.1.i586.rpm. This is SuSE 9.3 Pro with patches and kernel up-to-date thru 20050708. I need to use Samba 3.0.14a because in production the Samba PDC will have to work with several Samba member servers and 3 Windows 2003 member servers.
2006 Jan 12
9
winbind without localuser account
Paul Matthews wrote: > hi there, > > i'm trying to get my winbind working without having a local account > on the machine, but it's just not working for me > > can someone show me an example of a pam module that requires only a > Active directory password.(i'm working with /etc/pam.d/dovecot) > > i can use my AD password as long as i have a local
2004 Sep 14
4
One Question:CLI dial cmd
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040915/65a2736a/attachment.htm -------------- next part -------------- Hi friends, I tried to dial 111 from CLI without any hard/soft phones. I used the following config when i called 111 from CLI by CLI> dial 111 I got these errors -- Executing Dial("OSS/dsp",
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
Hi Jean-Marc, Hi Jim, I have also seen some problems with the 1.1.8 release on the C55x. So far I have boiled down the issues to the following: 1) We need our own "fixed_xx.h" header file. I don't know why, and haven't had time to investigate, but there is a definite improvement when I use the attached fixed_c55x.h file which has turned all the maths into inline functions.
2006 Jan 09
6
allowing users to install printers
What is the easiest way to allow normal users to install printers (which are available through a Samba server)? Normally, Windows 2000 and XP need to have a printer installed by the admin first on a given workstation - only the it can be used by the user. I want to allow the user to install own printers. Now, when one trises to right click on a printer on a server and "connect", he