| #2 - 3 декабря 2011 в 00:23 | |
В общем, отвечаю сам себе:
Hello. The problem is that the microphone is in the wrong sound rate by the pulse audio. As a user do the following:
Code:
gedit $HOME/.pulse/daemon.conf
and put the following line on the file:
Code:
default-sample-rate = 16000
save it, and then restart pulseaudio as a user with the following command
Code:
pulseaudio --kill && pulseaudio --start
This should solve the problem.
Костыль, но работает.
Может, кому пригодится.
P.S. решение взято отсюда:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843431/comments/80 P.P.S. достаточно старый и известный баг ядра 3-й версии. В федоре или редхате давно уже пофиксили, а тут...