Discussion:
Media playback speed problem
Bernard Peek
2012-04-16 18:33:55 UTC
Permalink
I'm running Mint 64-bit 12 on an Intel i5 quad-core box. Within the last
week or two something has changed and now I can't play any media files
at normal speed. MP3 & flac sound, MP4 video and BBC iPlayer audio all
run at several times normal speed apparently only limited by the rate my
machine can load the data. Does anyone know if any recent Mint updates
might have borked the system?
--
Bernard Peek
***@shrdlu.com
James Courtier-Dutton
2012-04-16 19:39:15 UTC
Permalink
Post by Bernard Peek
I'm running Mint 64-bit 12 on an Intel i5 quad-core box. Within the last
week or two something has changed and now I can't play any media files at
normal speed. MP3 & flac sound, MP4 video and BBC iPlayer audio all run at
several times normal speed apparently only limited by the rate my machine
can load the data. Does anyone know if any recent Mint updates might have
borked the system?
I have run into this problem before.
I fixed the problem by setting pulseaudio to 48000 Hz.
In /etc/pulse/daemon.conf
Change
#default-sample-rate = 44100
default-sample-rate = 48000

Restart the PC, and see if that helps.

The reason behind this, is PC based sound cards prefer 48000 Hz, and
pulseaudio can get confused sometimes when using 44100 Hz.
Pulseaudio will resample your mp3s so that they match the 48000 Hz of
the sound card.
--
Gllug mailing list - ***@gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
Jason Clifford
2012-04-17 07:29:45 UTC
Permalink
Post by James Courtier-Dutton
I have run into this problem before.
I fixed the problem by setting pulseaudio to 48000 Hz.
In /etc/pulse/daemon.conf
Change
#default-sample-rate = 44100
default-sample-rate = 48000
Restart the PC, and see if that helps.
Why would you restart the PC?

Why not just restart the pulseaudio daemon?

--
Gllug mailing list - ***@gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
Bernard Peek
2012-04-17 07:42:00 UTC
Permalink
Post by James Courtier-Dutton
Post by Bernard Peek
I'm running Mint 64-bit 12 on an Intel i5 quad-core box. Within the last
week or two something has changed and now I can't play any media files at
normal speed. MP3& flac sound, MP4 video and BBC iPlayer audio all run at
several times normal speed apparently only limited by the rate my machine
can load the data. Does anyone know if any recent Mint updates might have
borked the system?
I have run into this problem before.
I fixed the problem by setting pulseaudio to 48000 Hz.
In /etc/pulse/daemon.conf
Change
#default-sample-rate = 44100
default-sample-rate = 48000
Restart the PC, and see if that helps.
Thanks James. That worked.
--
Bernard Peek
***@shrdlu.com

--
Gllug mailing list - ***@gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
Loading...