You are not logged in.

#1 2011-12-28 20:52:22

rubdos
Member
Registered: 2011-09-22
Posts: 61

Audio (and indirectly video) not playing && too fast

Hi guys.

Pretty annoying: lot's of new vids on youtube && just when I want to listen to some death metal and Rammstein, alsa/pulse fails :-(

Bashee: I hit the play button (like always) (edit: like always?! Nope smile ) and it starts fast forwarding. A song of 5 minutes takes 5 seconds.

Youtube: http://www.youtube.com/watch?v=IMBK0apFMs4 is played in 3 seconds, a vid of 25 minutes ?!

Don't remember upgrading (pacmanning Syu) alsa/pulse, but that could be it. What could this be?! Is this hardware related? (Don't think so...)

[ruben@ruben-arch ~]$ cat .asoundrc 
pcm.dmixout {
	type plug;
	slave {
		pcm "dmix";
	}
}
[ruben@ruben-arch ~]$ cat /etc/asound.conf 
# Use PulseAudio by default
pcm.!default {
  type pulse
}

ctl.!default {
  type pulse
}

# Explicit PulseAudio device
pcm.pulse {
  type pulse
}

ctl.pulse {
  type pulse
}
#defaults.pcm.rate_converter "samplerate_best"
# vim:set ft=alsaconf:

Thanks,

Ruben

Last edited by rubdos (2011-12-29 08:14:45)

Offline

#2 2011-12-29 19:44:00

rubdos
Member
Registered: 2011-09-22
Posts: 61

Re: Audio (and indirectly video) not playing && too fast

Solved by:
- killing pulseaudio
- delete .pulse (rm -rf ~/.pulse)
- pacman -S "A bunch of pulselibraries" (Reïnstall)
- Reboot (Yeh?! On linux, right tongue)

Thanks

Offline

Board footer

Powered by FluxBB