|
2010-06-13
, 20:31
|
Posts: 8 |
Thanked: 0 times |
Joined on Mar 2010
|
#32
|
|
2010-06-15
, 12:50
|
Posts: 10 |
Thanked: 19 times |
Joined on Jun 2010
|
#33
|
|
2010-06-15
, 19:23
|
Posts: 8 |
Thanked: 0 times |
Joined on Mar 2010
|
#34
|
@Hext: do you have libcelt0-0 installed? If not see the previous messages in this thread on how to install libcelt. If you are missing libcelt the server should inform your client that you may not be able to comunicate with all the other clients. Also neither you should hear your friend nor your friend you. If your friend can hear you without problems and only you cann't hear your friend there is another problem.
I discovered yesterday that there seems to be some other problem. I joined yesterday in a conversation with two of my friends. Sending to both of them worked, but I was only aviable to hear one of them. From the other one I didn't hear anything wihle he was sending. All of us were using celt as codec. I have no idea were the problem is yet.
|
2010-06-18
, 12:56
|
Posts: 8 |
Thanked: 0 times |
Joined on Mar 2010
|
#35
|
|
2010-07-08
, 06:28
|
Posts: 7 |
Thanked: 1 time |
Joined on Feb 2010
@ Vienna, Austria
|
#36
|
|
2010-07-19
, 19:23
|
Posts: 5 |
Thanked: 0 times |
Joined on May 2010
@ Up a Tree somewhere near Stonehenge
|
#37
|
|
2010-08-13
, 15:28
|
Posts: 1 |
Thanked: 0 times |
Joined on Aug 2010
|
#38
|
Okay got it working..
Deleted first all the mumble files then reboot reinstall reboot.
Run audio wizard default settings, latency 60ms, and default codec setting. I think the codec setting was where i got wrong last time cos it stopped from working when changed to low (speex) mby no lib for it?
Well now all works ofc no text-to-speech but its not needed any ways.
|
2010-08-14
, 10:11
|
Posts: 1 |
Thanked: 0 times |
Joined on Aug 2010
|
#39
|
|
2010-08-19
, 16:17
|
Posts: 156 |
Thanked: 44 times |
Joined on Dec 2007
|
#40
|
A part of the problem with the stuttering seems to orginate from the powermanagement and the dynamic scaling of the cpu frequence. Setting the minimal and maximal cpu frequence to the same value helps in reducing the stuttering a lot. simpy type in your xterm:
sudo gairoot
echo 599000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
to set your allowed frequencies to 599-600 MHz
you can check this by typing:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
Since having your cpu always clocked at 600MHz drains more energy and produces more heat than scaling between 250MHz and 600MHz dont forget to revert the setting if you don't need it by typing:
sudo gainroot
echo 250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
to you xterm.