Displaying 20 results from an estimated 200 matches similar to: "Windows Libraries and echo cancellor support"
2007 Jun 19
1
VS2005 build
Hi
I downloaded speex-1.2beta2 from svn.xiph.org/releases/speex and am
trying to build the win32/VS2005/libspeex/lipspeex.vcproj
When I try to build the Release configuration, I get the following
error:
LNK1181: cannot open input file '.\Release\medfilter.obj'
Trying to build the Debug or Release_Dynamic configurations gives a
related error:
C1083: cannot open source file:
2006 Jan 19
4
Disabling zap echo cancellor from dialplan
Anybody knows if it's possible to disable zap echo cancellor from
dialplan only for certain outbound calls ??
I share the same phone lines for voice calls and faxes. Iaxmodem works
fine for me only turning off the echo cancellor, but I need it for
voice calls.
Any ideas ?
maxx
2007 Dec 06
1
Echo cancellor on Windows, a few questions.
what i want to achieve is simple, i want to be able to sitback in my chair
and talk over a voip call using speex. as the mic and the speakers are
built into the laptop, an echo canceller is required.
what i am doing is this :
First, each time i finish writing a block to the waveout, i copy it into a
buffer like this:
Segment *pseg = (Segment *)phead;
waveOutUnprepareHeader(waveOut, phead,
2005 Apr 18
1
Echo cancellor
jean -
there is a new header for echo cancellation in 1.1.7. can you give me any
pointers about playing with it? i didn't see any sample code that uses it.
should the speex manual be updated to reflect this and the preprocessor
API? is there anything i can do to help with the documentation?
this week, i shall submit the tested binaries for ARM with 1.1.7.
- farhan
2007 Dec 22
0
Echo cancellor causing synthetic noise..?
Hi,
Merry Christmas to all. :)
I have been trying out new 1.2beta3 here and facing some noise problems, (I
can't say this is 1.2beta3 problem because I haven't tried out previous
version yet) and was wondering if anyone also has faced and solved similar
difficulties.
When the speex encoding/decoding (wideband) process starts, the voice is
crispy clear with almost no noise in the
2007 Aug 03
2
Missing source file ?
Hello to all,
I am trying to build speex for the Windows Mobile platform.
However I am not able to build it even on Windows x86 because a source
file (medfilter.c)
while declared in the project settings is missing. So linker cannot find
medfilter.obj and I am not able to build it.
Please could anyone tell me if this is an error that I should fix
manually (for example ignore the file and fix
2007 Aug 08
2
need help on compile speex-1.2beta2.tar.gz
Hi, Jean-Marc,
I have another quick question, I got following message when compile
speexdec.exe:
Linking...
libspeex.lib(sb_celp.obj) : error LNK2001: unresolved external symbol
_lpc_window
Release/speexdec.exe : fatal error LNK1120: 1 unresolved externals
Where does this lpc_window declare?
Thanks a lot,
-Allen
On 8/8/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
2020 Mar 05
2
Samba as DC member UDP ports used
Hello,
I have a customer that complains that Samba (as DC member) uses UDP
during? AD authentication when clients mount a share.
I have run a test and traced network packet and it seems UDP is used by
the CLDAP (Samba server is 10.50.50.35, AD is 10.50.50.85)
Frame 1: 133 bytes on wire (1064 bits), 133 bytes captured (1064 bits)
on interface vmxnet3s0, id 0
Ethernet II, Src:
2007 Aug 08
2
need help on compile speex-1.2beta2.tar.gz
Hi, all,
I am new to this mail list. I have a question here. I just downloaded
speex-1.2beta2.tar.gz and wanted to compile it with Visual Studio
2003. but I failed because I can not find the following file:
speex-1.2beta2\libspeex\medfilter.c
Could any one help me on this?
Thanks,
-Allen
2011 Mar 27
6
Asking Favor For the Script of Median Filter
Hello,everybody. My name is Chuan Zun Liang. I come from Malaysia. I am just
a beginner for R. Kindly to ask favor about median filter. The problem I
facing as below:
> x<-matrix(sample(1:30,25),5,5)
> x
[,1] [,2] [,3] [,4] [,5]
[1,] 7 8 30 29 13
[2,] 4 6 12 5 9
[3,] 25 3 22 14 24
[4,] 2 15 26 23 19
[5,] 28 18 10 11 20
This
2007 Jun 01
1
help on Blackfin
hello,
i try to add a speex compression on the TDM Talkthrough on the BF-533 EZ-KIT
LITE but when i compile i obtain the following errors:
[Error li1021] The following symbols referenced in processor 'p0' could not
be resolved:
'speex_bits_destroy [_speex_bits_destroy]' referenced from
'Debug\Process_data.doj'
'speex_bits_init [_speex_bits_init]' referenced from
2005 Sep 04
0
Asterisk SMS via IAX2?
In v1.2beta1, README.sms mentions that SMS() allows sending and
receiving of text messages over the PSTN (and that it's not likely to
work over a compressed link.) I think this likely answers my
following question, but I wanted to ask because maybe someone has
accomplished this:
Is it possible to route an incoming SMS via a PSTN terminated IAX2
trunk using SMS()? Ideally, I'd
2006 Jan 12
1
Problem compiling testenc.c on WinXP(newbie)
Hello,
I want to compile testenc.c with Borland C/C++ compiler, but get a lot
of errors. What's wrong?
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
testenc.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_speex_encoder_init' referenced from
D:\SPEEX\TESTENC.OBJ
Error: Unresolved external '_speex_decoder_init'
2006 Jan 12
0
Problem compiling testenc.c on WinXP(newbie)
I have no problems compiling with Borland compiler (in
fact it helped uncover a couple of math issues during
run-time). I use BDS 2006. What's happening in your case
is that the Speex itself is not linked in. I suggest you
create a library out of the C sources and link it in with
your test app.
HTH,
.a
-----Original Message-----
From: speex-dev-bounces@xiph.org
2007 Nov 04
3
WaveIn/WaveOut and Speex
Hello,
I know my question has been asked before because I spent the last week
searching the web for how to use Speex in combination with
WaveIn/WaveOut and I ran into a few posts, but none of them answer the
question. There is still a lot of confusion how to use WaveIn/WaveOut
and Speex by junior developers such as myself. Even after examining code
for SpeexDec and SpeexEnc, I cannot get clear
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
Hi!
I want to use LLVM for my own "pet" programming language compiler as a backend.
Currently it generates C code, but I am not satisfied with this approach as generating
high-level C (with proper type declarations!) is horrible.
So here are my questions/problems with LLVM:
1.) Are there operations that add, sub, mul integers with overflow checking? How much work would it be to add
2005 Aug 26
3
bug tracker bug?
Cant submit bugs - error 1303, invalid value for field when submitting a new issue.
Bug info
Failure on build with 1.2beta1 on fresh FC4 install
ast_expr2f.c:1784: warning: no previous prototype for ?ast_yyget_column?
ast_expr2f.c:1860: warning: no previous prototype for ?ast_yyset_column?
ast_expr2f.c:1259: warning: ?yyunput? defined but not used
gcc -g -o asterisk -Wl,-E io.o
2007 Dec 04
2
[PATCH] Add Visual Studio 2008 Prject files
On Dec 3, 2007 1:24 PM, Stefan Reuther <streu@gmx.de> wrote:
> John Miles wrote:
> > What's wrong with a plain old .bat file, or even an NMAKE .mak file?
> > Ship two files, debug.bat and release.bat, and call it good.
> >
> > It is best to leave project-file creation up to individual users,
> > in my opinion.
>
> I second that. When I played around
2005 Oct 27
1
Linker error in Code for Echo canceller of Speex 1.1.10
hi all,
i want to use the echo canceller feature of Speex 1.1.10. For that i hav added speex_echo.h in my code.and have called the function. till compilation everything is fine but on linking it is giving me uresolved symbol error ...
speexenc.obj : error LNK2001: unresolved external symbol _speex_echo_state_init
Debug/speexenc.exe : fatal error LNK1120: 1 unresolved externals
Error executing
2007 Mar 01
1
compiling echo cancellation
dear all
I got this error when I try to use libspeex in visual studio. when I
include speex/speex_echo.h, it complains about unresolved external symbol
_speex_echo_state_init. And when I include mdf.c into the source, it
generates whole bunch of errors. Any idea? thanks so much
--------------------Configuration: audio - Win32 Debug--------------------
Compiling...
mdf.c
C:\Documents and