The Following User Says Thank You to rajil.s For This Useful Post: | ||
|
2011-01-16
, 08:48
|
Posts: 6 |
Thanked: 4 times |
Joined on Aug 2009
@ Franken
|
#42
|
I thought my problem was fixed with pr1.3, but I just had this problem today a few minutes into my call.
@grinsekaze I might have to give those drivers shot. Those are the drivers you have to donate for, correct?
The Following User Says Thank You to grinsekatze For This Useful Post: | ||
|
2011-01-16
, 09:06
|
Posts: 306 |
Thanked: 106 times |
Joined on Feb 2010
|
#43
|
The Following User Says Thank You to rajil.s For This Useful Post: | ||
|
2011-01-18
, 03:20
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#44
|
|
2011-01-18
, 03:32
|
|
Posts: 1,076 |
Thanked: 176 times |
Joined on Mar 2007
|
#45
|
|
2011-01-26
, 23:15
|
Posts: 306 |
Thanked: 106 times |
Joined on Feb 2010
|
#46
|
None of the solutions provided in this thread worked for me, audio in SIP always got choppy after only a few seconds into the call and somehow every new PR made things worse. I think it might have something to do with all my routers running DD-WRT, but anyhow ...
Today I installed the bleeding-edge wl1251 wifi driver by lxp. This one really does wonders! I made two - albeit short - SIP calls and one longer Skype call and all three of them went quite smoothly. No choppiness at all. There was some lag on the SIP calls but that's most likely caused by low upstream (64 kbit/s).
I'd really urge everyone who still has troubles with SIP to give this one a shot.
|
2011-02-05
, 01:23
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#47
|
None of the solutions provided in this thread worked for me, audio in SIP always got choppy after only a few seconds into the call and somehow every new PR made things worse. I think it might have something to do with all my routers running DD-WRT, but anyhow ...
Today I installed the bleeding-edge wl1251 wifi driver by lxp. This one really does wonders! I made two - albeit short - SIP calls and one longer Skype call and all three of them went quite smoothly. No choppiness at all. There was some lag on the SIP calls but that's most likely caused by low upstream (64 kbit/s).
I'd really urge everyone who still has troubles with SIP to give this one a shot.
|
2011-02-13
, 21:07
|
|
Posts: 355 |
Thanked: 205 times |
Joined on Jun 2010
@ Germany
|
#48
|
I the meantime I found a solution that works for me. I use the ilbc codec for a few weeks now without choppy audio.
To archive this I made the following two changes to my n900:
1.) Install the new pulseaudio package provided by the user MohammadAG as discussed here
2.) Set the processor speed to 600MHz (fix) during sip calls (I think the stock kernel does this, however it seems not to work with the power Kernel).
To set the processor speed to 600MHz during a sip call I use a dbus script. I added the following config file to the /etc/dbus-scripts.d/ directory with the following content:
And created the two files in /usr/sbin/.Code:/usr/sbin/speedadaptnormal * * com.nokia.mce.signal sig_call_state_ind active * /usr/sbin/speedadaptfix * * com.nokia.mce.signal sig_call_state_ind none *
speedadaptfix
speedadaptnormalCode:#!/bin/bash echo 125000 250000 500000 550000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies kernel-config limits 600 600
As said before this works perfect for me. No choppy audio anymore!Code:#!/bin/bash echo > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies kernel-config limits 125 1000
|
2011-02-14
, 13:32
|
|
Posts: 355 |
Thanked: 205 times |
Joined on Jun 2010
@ Germany
|
#50
|
Try these updated gstreamer packages which Olivier built for me. One of the files will go in /usr/lib and the other in /usr/lib/gstreamer-0.10/. Dont forget to do a backup first of the original files.
This should solve some of the choppiness.
------------------------------------------------------------------
Voice choppy on sip calls
Please vote for bug number 10388