Simon Morlat | 3 May 2005 19:49

Re: Re: feature request: alternative ring audio device

Hello,

Did you made progresses on this patch ?
If not, do you want me to do it ?
Just to be sure that we'll not both do the same thing...

Simon

Le Mercredi 27 Avril 2005 07:22, Jesse D. Guardiani a écrit :
> On Fri, 2005-04-22 at 18:00 +0200, Simon Morlat wrote:
> > Rewrite the patch, I mean.
> > If you want to do it, run cvs update and take model of what I've done to
> > setup different cards for recording and playing.
> > Don't focus on playing the ring on different cards simultaneously, I
> > think it's too complex.
> > * Use GtkComboBox as for recording and playing devices (easier to use
> > because it uses an index )
> > * add a 'int ring_sndcard' to the LinphoneCore::sound_conf structure
> > * add new SndCard * argument to ring_start(), and that should be all.
> > gzip or bzip2 are fine for me.
> > Thanks a lot,
> >
> > I'll be unjoinable during these two coding days... If you have questions,
> > wait for Tuesday.
>
> I'd love to give this a try, but I'm unable to build the cvs version I
> downloaded today:
>
Simon Morlat | 3 May 2005 19:33

Re: any codecs on ARM SA110 -feedback

Hello,

This problem is usually caused by "not really good" oss sound drivers, 
especially in full duplex mode. I hope alsa drivers to solve that (as they 
did for PCs) but there are not finished for all PDA's sound chipsets of the 
world.

Simon

Le Mercredi 27 Avril 2005 19:15, Anand S. Katti a écrit :
> Dear All,
>
>
> I have tried almost all possible options to get uncluttered voice on
> strong ARM PDA. Now im left with no options other than this list.
>
> cross compilation of libosip2 and linphone-1.0.1= OK
> cross compilation os SPEEX 1.17			= OK
> sound driver					= oss
> ALSA DRIVERS=tried cross compiling for strong ARM but failed 1000 times in
> 	     asm code.
> VOICE CALL	= OK
> CODECS used	= GSM, PCMU,PCMA
> SPEEX		= quality pathetic, may be because of FP OPERATIONS.
>
> PROBLEM= with any of the above codec, i hear very choppy voice, quality is
> ok but its cluttered. I feel as if the sound card is closing and
> opening....
>
> Could you any of you please get the odd man out of this ?
(Continue reading)

Simon Morlat | 3 May 2005 16:33

Re: Re: feature request: alternative ring audio device

Hello, and sorry for this late answer:
The usual way to build from cvs is to run
./autogen.sh on the top level directory, then ./configure && make as usual.
The ECONNREFUSED error is strange: nothing changed recently there.
Normally it's defined when including <errno.h>
Simon

Le Mercredi 27 Avril 2005 07:22, Jesse D. Guardiani a écrit :
> On Fri, 2005-04-22 at 18:00 +0200, Simon Morlat wrote:
> > Rewrite the patch, I mean.
> > If you want to do it, run cvs update and take model of what I've done to
> > setup different cards for recording and playing.
> > Don't focus on playing the ring on different cards simultaneously, I
> > think it's too complex.
> > * Use GtkComboBox as for recording and playing devices (easier to use
> > because it uses an index )
> > * add a 'int ring_sndcard' to the LinphoneCore::sound_conf structure
> > * add new SndCard * argument to ring_start(), and that should be all.
> > gzip or bzip2 are fine for me.
> > Thanks a lot,
> >
> > I'll be unjoinable during these two coding days... If you have questions,
> > wait for Tuesday.
>
> I'd love to give this a try, but I'm unable to build the cvs version I
> downloaded today:
>
> Making all in exosip
> make[2]: Entering directory
> `/usr/local/src/linphone/20050426-cvs/linphone/exosip'
(Continue reading)

Jesse D. Guardiani | 3 May 2005 17:56
Favicon

Re: Re: feature request: alternative ring audio device

On Tue, 2005-05-03 at 19:49 +0200, Simon Morlat wrote:
> Hello,
> 
> Did you made progresses on this patch ?
> If not, do you want me to do it ?
> Just to be sure that we'll not both do the same thing...

No I didn't. I've been waiting for your reply on the cvs
issues I've been having. Yes, I ran the autogen.sh thing,
but it still gave me trouble with speex/mediastreamer
(which I solved by setting CPPFLAGS manually) and exosip
(which I never could solve). I haven't tried since I sent
the original email, so I'll be sure to check out a fresh
version and get to it. If I can build it, then I'll be
happy to finish the patch myself.

Give me a few days though. I'm in the middle of a job
transition, and this week is my last week at WingNET,
so I'm a bit pressed for time. It might have to wait
till this weekend.

> Simon
> 
> Le Mercredi 27 Avril 2005 07:22, Jesse D. Guardiani a écrit :
> > On Fri, 2005-04-22 at 18:00 +0200, Simon Morlat wrote:
> > > Rewrite the patch, I mean.
> > > If you want to do it, run cvs update and take model of what I've done to
> > > setup different cards for recording and playing.
> > > Don't focus on playing the ring on different cards simultaneously, I
> > > think it's too complex.
(Continue reading)

Simon Morlat | 4 May 2005 19:19

Re: any codecs on ARM SA110 -feedback

The sound control code for oss is in mediastreamer/osscard.c. I think your oss 
driver doesn't like the way linphone uses it: minimum latency using the 
SUBDIVDE ioctl() and non-blocking read() (uses select with 0 timeout before).
You can try some changes in osscard.c to try to figure out what is going 
wrong.
Good luck,
Simon 

Le Mercredi 4 Mai 2005 07:27, Anand S. Katti a écrit :
> Hi Simon,
>
> 	Im glad to get your comments on this.
> I have suspected scheduling issue at the read/write operation. To find out
> , i just wrote a voice send/receive socket program for simputer PDA.
> I have a small jitter buffer of 5x160 bytes. This program worked well, i
> could speak and hear proerly on the PDA. There was no voice clutter or
> delay in playback.
>
> Simputer has on board Philipls sound chipset.
>
> Could you please suggest me any alternatives on solving this problem.
>
> Thanking you in advance,
> Anand
>
> On Tue, 3 May 2005, Simon Morlat wrote:
> > Hello,
> >
> > This problem is usually caused by "not really good" oss sound drivers,
> > especially in full duplex mode. I hope alsa drivers to solve that (as
(Continue reading)

Simon Morlat | 4 May 2005 17:39

Re: Re: feature request: alternative ring audio device


>
> No I didn't. I've been waiting for your reply on the cvs
> issues I've been having. Yes, I ran the autogen.sh thing,
> but it still gave me trouble with speex/mediastreamer
> (which I solved by setting CPPFLAGS manually) and exosip
> (which I never could solve). 
Can you give me details (error messages) for this speex issue ?
What is your linux distrib ? This exosip error message seems strange to me. 
The ECONNREFUSED macro is defined in /usr/include/asm-generic/errno.h on my 
linux box, this file being included by <errno.h>.
Can you check that your linphone's cvs build is not conflicting with other 
linphone's libs or header installed in /usr or /usr/local ?

I use speex>=1.1.6, installed in /usr

> I haven't tried since I sent 
> the original email, so I'll be sure to check out a fresh
> version and get to it. If I can build it, then I'll be
> happy to finish the patch myself.
>
> Give me a few days though. I'm in the middle of a job
> transition, and this week is my last week at WingNET,
> so I'm a bit pressed for time. It might have to wait
> till this weekend.
No problem!
>
>
Anand S. Katti | 4 May 2005 07:27
Picon

Re: any codecs on ARM SA110 -feedback

Hi Simon,

	Im glad to get your comments on this.
I have suspected scheduling issue at the read/write operation. To find out
, i just wrote a voice send/receive socket program for simputer PDA.
I have a small jitter buffer of 5x160 bytes. This program worked well, i
could speak and hear proerly on the PDA. There was no voice clutter or
delay in playback.

Simputer has on board Philipls sound chipset.

Could you please suggest me any alternatives on solving this problem.

Thanking you in advance,
Anand

On Tue, 3 May 2005, Simon Morlat wrote:

> Hello,
>
> This problem is usually caused by "not really good" oss sound drivers,
> especially in full duplex mode. I hope alsa drivers to solve that (as they
> did for PCs) but there are not finished for all PDA's sound chipsets of the
> world.
>
> Simon
>
> Le Mercredi 27 Avril 2005 19:15, Anand S. Katti a écrit :
> > Dear All,
> >
(Continue reading)

Heber Junior | 7 May 2005 00:30
Picon

Functionalities

hi all,

somebody can say which to me is the funcinalidades of linphone?

heber junior
[]'s

_______________________________________________
Linphone-users mailing list
Linphone-users <at> nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users
Mikhail Ramendik | 7 May 2005 00:36
Picon

ILBC support

Hello,

Some time ago, draft ilbc support files were posted here.

Simon: did you try compiling them in? I'm completely a dummy on autotools; so 
I'd try them as soon as you get them compiled it.

Pleeease... ILBC is a requirement for my VoIP provider now.

--

-- 
Yours, Mikhail Ramendik
Jesse D. Guardiani | 7 May 2005 19:04
Favicon

Re: Re: feature request: alternative ring audio device

On Wed, 2005-05-04 at 17:39 +0200, Simon Morlat wrote:
> >
> > No I didn't. I've been waiting for your reply on the cvs
> > issues I've been having. Yes, I ran the autogen.sh thing,
> > but it still gave me trouble with speex/mediastreamer
> > (which I solved by setting CPPFLAGS manually) and exosip
> > (which I never could solve). 
> Can you give me details (error messages) for this speex issue ?

Please see the attached file for complete build log. It's commented
and gzipped.

> What is your linux distrib ?

Gentoo

Build environ is:

# qpkg -I -v 'auto*'
sys-devel/automake-1.9.4 *
sys-devel/automake-1.5 *
sys-devel/autoconf-2.13 *
sys-devel/automake-1.6.3 *
sys-devel/automake-wrapper-1-r1 *
sys-devel/automake-1.8.5-r3 *
sys-devel/autoconf-2.59-r6 *
sys-devel/automake-1.7.9 *
sys-devel/automake-1.4_p6 *
sys-devel/autoconf-wrapper-2-r1 *

# qpkg -I -v 'gcc*'
sys-devel/gcc-3.3.5.20050130-r1 *
sys-devel/gcc-config-1.3.10-r2 *

# qpkg -I -v 'speex*'
media-libs/speex-1.1.7 *

>  This exosip error message seems strange to me. 
> The ECONNREFUSED macro is defined in /usr/include/asm-generic/errno.h on my 
> linux box, this file being included by <errno.h>.
> Can you check that your linphone's cvs build is not conflicting with other 
> linphone's libs or header installed in /usr or /usr/local ?
> 
> I use speex>=1.1.6, installed in /usr
> 
> > I haven't tried since I sent 
> > the original email, so I'll be sure to check out a fresh
> > version and get to it. If I can build it, then I'll be
> > happy to finish the patch myself.
> >
> > Give me a few days though. I'm in the middle of a job
> > transition, and this week is my last week at WingNET,
> > so I'm a bit pressed for time. It might have to wait
> > till this weekend.
> No problem!
> >
> >
--

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net
Attachment (20050507-bugs.txt.gz): application/x-gzip, 14 KiB
_______________________________________________
Linphone-users mailing list
Linphone-users <at> nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users

Gmane