Comment 94 for bug 843431

Revision history for this message
Christian Heitjan (heitjan) wrote : Re: [Bug 843431] Re: Logitech camera microphone does not work / makes "chipmunk" sound

Worked for me.

Am 31.10.2011 15:30, schrieb Santiago Franco:
> Found a quick workaround(Ubuntu Forums) while kernel gets patched.
> Works great with my logitech pro:
>
> 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.
>