Skype - Squeaky Voice

Archived topics about LMDE 1 and LMDE 2
Locked
natibo

Skype - Squeaky Voice

Post by natibo »

Hello,

I am running 64 bit LMDE. I have searched the forum and the internet and cannot find a solution.

When I speak to someone else on Skype, the voice is very fast and squeaky and not really recognizable. I did not have the same problem with google voice/video talk. Therefore, I assume it is not a hardware problem.

I don't know if this is related, but I cannot do a complete dist-upgrade. I get this message:

Code: Select all

The following packages have been kept back:
  gstreamer0.10-ffmpeg
Well, any help with the Skype problem would be appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mads

Re: Skype - Squeaky Voice

Post by mads »

Hi!

PulseAudio is the worst enemy of Skype. I suggest that you remove it:

Code: Select all

killall pulseaudio
sudo apt-get purge pulseaudio pulseaudio-utils gstreamer0.10-pulseaudio libpulse-browse0 paman pavumeter pavucontrol
sudo mv /etc/asound.conf /etc/asound.conf-bak
rm ~/.pulse-cookie
rm -r ~/.pulse
sudo apt-get install libalsaplayer0
Restart your computer. Right click Panel, select "Add to Panel" and add "Volume Control" to Panel.


If you don't like the outcome:
Right click "Volume Control" icon > Remove from Panel

Code: Select all

sudo apt-get remove libalsaplayer0
sudo mv /etc/asound.conf-bak /etc/asound.conf
rm ~/.pulse-cookie
rm -r ~/.pulse
sudo apt-get install pulseaudio pulseaudio-utils gstreamer0.10-pulseaudio libpulse-browse0 paman pavumeter pavucontrol
Restart your computer.
Locked

Return to “LMDE Archive”