Hopefully fix audio stuttering

This commit is contained in:
David Sansome 2010-04-05 13:38:12 +00:00
parent f0a2176c78
commit 2966763471
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ VlcEngine::VlcEngine()
"--audio-filter=clementine_scope",
"--no-plugins-cache",
// Try to stop audio stuttering
"--file-caching=500", // msec
"--http-caching=500",
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
"--aout=alsa", // The default, pulseaudio, is buggy
#endif