diff --git a/src/sound.cpp b/src/sound.cpp index af83b15..af763c8 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -211,6 +211,9 @@ static pa_handle* pa_sound_device_new(const char *server, if(strcmp(device_name, "") == 0) { pa_proplist_sets(proplist, "node.autoconnect", "false"); pa_proplist_sets(proplist, "node.dont-reconnect", "true"); + pa_proplist_sets(proplist, "node.suspend-on-idle", "false"); + pa_proplist_sets(proplist, "node.pause-on-idle", "false"); + pa_proplist_sets(proplist, "node.always-process", "true"); } if (!(p->mainloop = pa_mainloop_new()))