Displaying 20 results from an estimated 1000 matches similar to: "error during make"
2007 Feb 15
1
error during make while installing Linphone-1.5.1
Hi All,
I am getting this error during make.
please help me./
speexec.c: In function `speex_ec_process':
speexec.c:112: syntax error before "noise"
cc1: warnings being treated as errors
speexec.c:133: warning: implicit declaration of function
`speex_echo_state_reset'
speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes
pointer from integer without a cast
2007 Feb 14
2
frame of silence
Okay, you've answered part of my question, which is "What value equals
silence?". I assume then that a (decoded) frame of silence would be a
buffer the size of my frame (320 bytes) full of 0's.
Passing this frame (a frame of all 0's) through the encoder causes it to
blowup though..
In response to your answer below, I don't think I want to overwrite the
decoded
2007 Feb 15
1
error during make while installing Linphone-1.5.1
Hi All,
I am getting this error during make.
please help me./
speexec.c: In function `speex_ec_process':
speexec.c:112: syntax error before "noise"
cc1: warnings being treated as errors
speexec.c:133: warning: implicit declaration of function
`speex_echo_state_reset'
speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes
pointer from integer without a cast
2007 Feb 14
0
frame of silence
In what fashion does the encoder 'blowup' when passed a frame of zeroes
to encode?
What version of speex are you using?
________________________________
From: Chris Cowden [mailto:ccowden@ncsoft.com]
Sent: Thursday, 15 February 2007 7:57 AM
To: David Hogan; speex-dev@xiph.org
Subject: RE: [Speex-dev] frame of silence
Okay, you've answered part of my question, which is
2007 Feb 07
1
error during make
Hi All,
I am getting this error when i try to compile the "Linphone" package
by typing----- make.
please help me i am feeling very frustrated with this error pasdt from
7 days i am getting this error.
please help me.
speexec.c: In function `speex_ec_process':
speexec.c:112: `spx_int32_t' undeclared (first use in this function)
speexec.c:112: (Each undeclared identifier is
2007 Feb 15
0
Re: Speex-dev Digest, Vol 33, Issue 18
Hi All,
I am getting this error during make.
please help me./
speexec.c: In function `speex_ec_process':
speexec.c:112: syntax error before "noise"
cc1: warnings being treated as errors
speexec.c:133: warning: implicit declaration of function
`speex_echo_state_reset'
speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes
pointer from integer without a cast
2007 Feb 15
0
error during make while installing Linphone-1.5.1
Hi All,
I am getting this error during make.
please help me./
speexec.c: In function `speex_ec_process':
speexec.c:112: syntax error before "noise"
cc1: warnings being treated as errors
speexec.c:133: warning: implicit declaration of function
`speex_echo_state_reset'
speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes
pointer from integer without a cast
2007 Feb 14
2
frame of silence
Hi, I'm new to this list. I'm using Speex as the base codec in a voice
chat application (with DirectSound as the audio playback/capture
interface).
To help me debug some of my network-related issues, I would really like
to insert frames of "silence" into speech. Is there a convenient
function call or API call that takes in a buffer that is the size of a
frame and writes a
2008 Nov 12
1
SPEEX on iPhone ?
Why don't you just try it?
From what others have been reporting, it shouldn't take you long to
get it running.
You can use speexenc and speexdec for testing.
On Nov 12, 2008, at 2:26, "Vincent Burel" <vincent.burel at vb-audio.com>
wrote:
> ok, thanks for these precision, and do you have some measure about
> CPU load
> ?
> i really would like to get a
2007 Feb 15
0
error during make while installing Linphone-1.5.1
Hi All,
I am getting this error during make.
please help me./
speexec.c: In function `speex_ec_process':
speexec.c:112: syntax error before "noise"
cc1: warnings being treated as errors
speexec.c:133: warning: implicit declaration of function
`speex_echo_state_reset'
speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes
pointer from integer without a cast
2007 Mar 22
1
[SPAM] RE: Encoding audio sampled at 44.1 khz?
________________________________
Hi David,
Thank you very much for your reply. Since I need to resample the audio in the program itself, I decided to try out the resampling API in speex.
But now, I have another problem. The resampled sound is very much distorted and clicks appear quite often. (I have attached the source code I used for testing it below).
The test data I had was a file sampled
2009 Feb 10
2
Speex on windows, audio cutting out ("bug" discussion and fixes)
David Hogan a ?crit :
> Are you calling the speex API from multiple threads?
>
> If so, I suspect that if you use a mutex to ensure that only one
> thread can access the speex API at a given moment, the problem will
> go away. Obviously this reduces the scalability of your program, but
> it makes a good test. If that fixes it, then I recommend changing the
> code to ensure
2004 Aug 10
1
Firefly and *... Argh!
Okay, I've read as much as I can, and I think i've followed
instructions, but I'm still having problems with * and firefly... I can
get outgoing to other freshtel working, but not incoming (I get the "not
available" voicemail), or outgoing to landline.
I'm using the debian asterisk package (0.9.1-RC1-4)
My iax.conf has in general (under my FWD register, which
2004 Sep 06
1
forwarding calls thru Freshtel
Hi,
I'm having some problems getting calls to go out via freshtel.
There dosn't seem to be any specific information on how to get it
working anywhere.
The only information I've found is here:
http://www.voip-info.org/wiki-Freshtel
and that dosn't give you any idea of how to actually get it working.
I've tried adapting information from other IAX2 provider examples but
have
2006 Dec 11
1
Sampling Rate
Hi,
I'm no DSP or audio expert by any means, but I can share what works for
me. People in the know, I would appreciate tips on whether this stuff is
ok.
You could sample at 32000Hz (or 48000Hz, any AC97 card will support
this), run a 8000Hz lowpass filter over the data (16000Hz sample rate
can only represent frequencies up to 8000Hz) and then drop every second
(or 2 out of 3 for
2008 Nov 12
2
SPEEX on iPhone ?
I can confirm that it will run in real time on iPhone if you compile
with FIXED_POINT defined; it will also run in real time if you have
FLOATING_POINT defined and disable 'Compile for Thumb' in the target's
build settings in xcode. Wideband works too.
Cheers,
Dave
2005 May 29
1
LCR
Ladies and Gents....
Please be patient as I try to explain what I am trying to achieve..
I have a PSTN line and a Freshtel account, what I want to do is have the
PSTN line as the first choice for outgoing calls for local calls and
Freshtel as the second choice. The problem is that it's easy enough to set
up both individually but how do I get the "second choice" drop the leading
2005 Oct 04
1
Firefly 2 third-party version?
I found version 2.0.0 of Firefly on the Freshtel site, but it only has
the network setup options for the Freshtel network, despite the final
statement on the page http://www.freshtel.net/firefly/download/ that
says:
-----------------
Standalone SIP / IAX mode:
If you want to use Firefly on our network (with your own voicemail etc.)
you will need to register a Firefly number. However, you can
2009 Jan 19
2
error
Hello,
I'm trying to compile linphone 3.0.0 in Ubuntu
And I'm getting the following compilation error.
I somewhere read that the fault happens because of the gcc 4.3.2 that
debian based linux uses.
Is there any solution (except downgrading gcc)
Thank you in advance
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.. -I../include/ -I.. -I../../oRTP/include
2004 Dec 12
1
Totally LOST with dialplan and Extensions.
Ok I have spent the last week working on getting my small PBX to work.
I will in the end only have 4 SIP extensions being either softphones of
IP phones. Currently only 1 SIP config for testing.
And at the this point it should be all fairly easy with all inbound and
outbound to PSTN will be going Via Firefly/Freshtel.net in Australia via
IAX. Inbound does work in it's current basic state.