similar to: iaxclient (Activex)

Displaying 20 results from an estimated 100 matches similar to: "iaxclient (Activex)"

2007 May 06
0
Re: [Iaxclient-devel] iaxclient & speex
Hello, On 5/4/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > > As far as gain changes messing up the rest of the preprocessing chain: > > It would seem to mess up the denoiser, the VAD logic, etc., as well as > > the echo canceller. It might be possible (as I wrote earlier) to give > > the filter chain some hints about what the effects of the changes
2007 May 03
0
Re: [Iaxclient-devel] iaxclient & speex
David Brazier wrote: > Hi > > The latest SVN trunk for speex has changed the SpeexPreprocessState to > an opaque structure, for jolly good software engineering reasons. > However, the Analogue AGC (AAGC) feature of iaxclient (in audio_enode.c) > relies on some members of this. It uses speech_prob to detect when > there is enough speech to consider AAGC and then loudness2 to
2007 May 03
0
Re: [Iaxclient-devel] iaxclient & speex
Jean-Marc Valin wrote: >> I hate to be a talker and not a do-er, but I won't be able to write this >> myself, probably someone on the iaxclient team could do it. >> > > Anyway, let me know if/when someone's working on that. > > >>> Hmm, or does that mean the analogue AGC is actually completely >>> independent from the "real"
2007 May 03
0
Re: [Iaxclient-devel] iaxclient & speex
Jean-Marc Valin wrote: >> As you can tell, the AAGC integration with speex was really a classic >> hack. Instead of re-creating the hack, what's probably best here is to >> integrate AAGC back into speex, and have a proper API. >> > > Agreed here. If you can come up with a clean patch to add that feature, > it's something I'd like to see in
2007 May 03
4
Re: [Iaxclient-devel] iaxclient & speex
> I hate to be a talker and not a do-er, but I won't be able to write this > myself, probably someone on the iaxclient team could do it. Anyway, let me know if/when someone's working on that. >> Hmm, or does that mean the analogue AGC is actually completely >> independent from the "real" AGC. Any thoughts? >> > > It's actually a bit more
2009 Jun 25
0
iaxclient softphone: quality?
Hi All; Did anyone used iaxclient? I would like to know how is the voice quality? OS to be used Microsoft. Regards Bilal
2003 Jun 11
0
how to receive call on iaxclient
Hello, I have successfully tested the new IAXCLIENT release (even with GUI) to initiate calls. I wonder now how I could receive call on this client (using dynamic IP address) as I didn't see any kind of registration. Thanks and regards. Francois.
2003 Jun 18
0
IAXClient news
About 2 weeks ago, I made the first announcement to the list about the first IAXCLIENT cross-platform builds. What we had then, was a command-line application which could make a single outgoing call. We've since done quite a bit of work on the clients, and the client now has: 1) A working cross-platform GUI 2) Volume level controls, and re-tuned audio processing 3) Multiple call apparances
2004 Apr 08
0
Re: [Iaxclient-devel] codec negotiation ?
On Thu, 08 Apr 2004 10:14:09 -0400, Steve Kann wrote: >Gary wrote: > >>I have noticed lack of codec negotiation with calls thru a registrated >>asterisk box. >> >>No seen problems with outbound calls, (though I haven't specifically >>tried it), but the problem exists inbound. >> >>Easiest method for testing this was ring in via a sip client set
2005 Feb 01
2
How to compile "iaxclient" with MinGW/Cygwin
Hello, I can?t compile "iaxclient", because one needs to compile the new version "wiax.dll". I tried to compile it under MinGW/Cygwin, but I had the messages like: cc -I. -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio -Iportmixer/px_common -Ilibspeex/include -g -O2 -DSPEEX_PREPROCESS=1 -DNEWJB -Ilibiax2/src -IAXC_IAX -DLIBIAX -DSPEEX_EC=1 -DWIN32 -DBUILDING_DLL -c
2007 Nov 13
0
problem with speex and iaxclient
Hi All, I try to compile the last version of iaxclient with the new build system, i also compiled speex 1.2b2 . When the makefile try to compile the sample code testcall I have the following mistales: gcc -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/common -I/d/Lib/iaxclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a
2007 May 03
2
Re: [Iaxclient-devel] iaxclient & speex
> As you can tell, the AAGC integration with speex was really a classic > hack. Instead of re-creating the hack, what's probably best here is to > integrate AAGC back into speex, and have a proper API. Agreed here. If you can come up with a clean patch to add that feature, it's something I'd like to see in Speex. > For those of you just tuning in, what I call
2009 Jan 07
2
\iaxclient-2.0.2 compile problem
Hi, I had downlaoded iaxclient-2.0.2 and complie project *\iaxclient-2.0.2\contrib\win\vs2005* ** It gives many83 fatal and file missing error of file missing Error 1 fatal error C1083: Cannot open include file: 'portaudio.h': No such file or directory d:\mohit\asterisk\iaxclient-2.0.2\iaxclient-2.0.2\lib\portmixer\px_win_wmme\px_win_wmme.c 40 Error 2 fatal error C1083: Cannot open
2003 Jun 02
1
Announcing IAXCLIENT v0.02 A cross-platform IAX client.
Asterisk-people, Some of you may have heard that we were working on a simple, cross-platform IAX client library called "iaxclient". We've pretty much been "on vacation" with the project for a while, but recently have made some progress, and now have the library working across platforms, and a simple test client called "testcall", up and running on 3
2010 Dec 16
1
{ActiveX}{VBscript}{scarddlg.dll}Fail to open html pages with VBscript and ActiveX using wine builtin IE
Dear All, I have some problem using my online bank (IE only) with wine builtin IE. Here is the link: https://mybank.icbc.com.cn/icbc/enperbank/index.jsp This page runs well in wine Microsoft IE, follow these steps: *ENV*: wine1.3.9 from wine ppa winetricks_r2045 Ubuntu 10.10 x86_64 1. download winetricks_r2045 from http://winezeug.googlecode.com/svn-history/r2045/trunk/winetricks ( Thanks
2007 May 03
3
iaxclient & speex
Hi The latest SVN trunk for speex has changed the SpeexPreprocessState to an opaque structure, for jolly good software engineering reasons. However, the Analogue AGC (AAGC) feature of iaxclient (in audio_enode.c) relies on some members of this. It uses speech_prob to detect when there is enough speech to consider AAGC and then loudness2 to decide how to adjust the input mixer. We want to use
2007 Dec 18
2
Asterisk/iaxclient IAX2 source port
All, I have a simple question and a complicated reason for asking: Is it possible to change asterisk's source port for outbound IAX2 connections? I've tried using "sourceaddress" to no avail. I can set it to: proper.ip.of.box:4569 or 0.0.0.0:4569 and it works as expected. But if I try to set it to: proper.ip.of.box:5000 or 0.0.0.0:5000 it fails around line 8536 in
2007 Jul 06
0
[Wine} ActiveX component can't create object
Hello Partha Saradhi, I think, it uses active x controls. Can you let me know which Wine version rpm or tar file we should use for Fedora 6? I Have run the following command for registering: ../regsvr32 dao350.dll also tried the following: wine regsvr32.exe dao350.dll But still, it gives the same error i.e. "Unable to access the following configuration file. Error #429 Description:
2011 Dec 26
1
[need help] ActiveX component can't create object.
Hi there, I've been trying to crack this for a while now and have made no progress, whenever I run my exe in wine from the console I get: Run-time error '429': ActiveX component can't create object. The console output is as follows:? fixme:ole:OleLoadPictureEx (0x15380cc,2359358,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9b0), partially implemented.
2010 Aug 29
1
Easymail :Activex component can't create object.
Hi all, I wich to use EASYMAIL a Thrane&Thrane program to send/receive mail through a minisat-c satellite transceiver. Unfortunately, the manufacturer of this transceiver must be one of Bill Gate's friend and the program to communicate with it is windows only. http://www.thrane.com/maritime/products/satellite%20communication/inmarsat-c/easymail.aspx Therefore, I would like to run it in