2015-09-07 11:23:35 +02:00
|
|
|
--- a/src/qmmp/output.cpp
|
|
|
|
+++ b/src/qmmp/output.cpp
|
|
|
|
@@ -144,7 +144,7 @@ OutputFactory *Output::currentFactory()
|
2014-07-11 17:24:23 +02:00
|
|
|
loadPlugins();
|
2012-05-31 23:09:45 +02:00
|
|
|
QSettings settings (Qmmp::configFile(), QSettings::IniFormat);
|
|
|
|
#ifdef Q_OS_LINUX
|
|
|
|
- QString name = settings.value("Output/current_plugin", "alsa").toString();
|
|
|
|
+ QString name = settings.value("Output/current_plugin", "pulse").toString();
|
2012-07-24 01:10:12 +02:00
|
|
|
#elif defined Q_WS_WIN
|
2015-09-07 11:23:35 +02:00
|
|
|
QString name = settings.value("Output/current_plugin", "directsound").toString();
|
2012-05-31 23:09:45 +02:00
|
|
|
#else
|