You are not logged in.

#1 2009-04-05 03:51:26

Keveam
Member
From: St. Louis, MO
Registered: 2009-04-03
Posts: 30

No sound in Dragon Player, sometimes no sound in Amarok

Everytime I launch Dragon Player in KDE 4.2.2 and try to play a video file, I get this crackling sound that plays instead of the videos audio. My user account is in the audio group. I'm using xine as a backend for Phonon. Sound works in Amarok 1.4 and with flash videos in Firefox.

Offline

#2 2009-04-07 12:56:55

dan.boff
Member
Registered: 2009-04-07
Posts: 42

Re: No sound in Dragon Player, sometimes no sound in Amarok

try this:
copy&paste this to /etc/asound.conf

pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
rate 48000 #old cards 44100
}
bindings {
0 0
1 1
}
hint {
show on
description "Onboard Soundcard"
}
}
ctl.dmixer {
type hw
card 0
}

reboot
in kde settings/multimedia choose "Onboard Soundcard"
I solved my problems, which were very similar, by doing this.
could you please post if it worked.

Offline

Board footer

Powered by FluxBB