pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

annoying clicks sounds on start a media #399

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Every time I open a song mp3 by example or a video flash, avi whatever,
GNOME MPlayer make strong clicks sounds on start, but if I have Gnome
Mplayer open with some video and play other video goes fine just open
another window,  but if I have Gnome Mplayer open with a song and open
other song sometimes makes the clicks on the new start song window and
sometimes not.
If open the same song or video with other player it plays good.

I'm using Linux Mint 9 and GNOME MPlayer 0.9.9.2    

Original issue reported on code.google.com by gustavop...@gmail.com on 8 May 2010 at 9:59

GoogleCodeExporter commented 8 years ago
Might want to try disabling power saving on your audio card. I have seem some 
cards
that click/pop on wake up. 

Also what audio output are you using?

Original comment by kdeko...@gmail.com on 9 May 2010 at 12:36

GoogleCodeExporter commented 8 years ago
there is no problem with Mint 8 gnome-Mplayer 0.9.8
But trying Mint 9 and Gnome-Mplayer 0.9.9.2 it does
I am using Internal Audio Analog Stereo output

(Might want to try disabling power saving on your audio card ) by kdekorte,

I am newbie I can't write a single command line, and in Power Managemet window 
there
is not option.

Original comment by gustavop...@gmail.com on 16 May 2010 at 9:16

GoogleCodeExporter commented 8 years ago
Please talk to Mint support and see if they can help you. 

Original comment by kdeko...@gmail.com on 17 May 2010 at 12:57

GoogleCodeExporter commented 8 years ago
Have you tried changing the Audio Output in gnome-mplayer under 
Edit->Preferences...
try alsa or pulse and see if either of them help.

Original comment by kdeko...@gmail.com on 17 May 2010 at 2:03

GoogleCodeExporter commented 8 years ago
Trying alsa worked for me. Thanks. 

Ubuntu 10.04 LTS
gnome-mplayer 0.9.9.2

Original comment by ec.murat...@gmail.com on 18 May 2010 at 6:34

GoogleCodeExporter commented 8 years ago
alsa doesn't solve problem

Original comment by gustavop...@gmail.com on 19 May 2010 at 2:19

GoogleCodeExporter commented 8 years ago
Sound card Power saving disabling is usually a kernel option.

normally I have been able to disable it with this, do this as root

echo "options snd_hda_intel power_save=0"   > /etc/modprobe.d/snd_hda_intel.conf

And then reboot. This will disable power savings on your intel audio card. 

You can check if you have an intel audio card with this command

lspci | grep -i audio

And you should see Intel listed... might look something like this

00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 02)

If you do not have an Intel card, you may need to check what driver you are 
using,
and then see if you can disable power savings on it.

Original comment by kdeko...@gmail.com on 3 Jun 2010 at 2:47

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 17 Jun 2010 at 7:00