set QAudioSink buffer size explicitly
In PlayBack-Qt, this sets the buffer size of the QAudioSink if the requested buffer size is larger than the default buffer size of the QAudioSink. Otherwise, sometimes the default is too small and we get buffer underruns.
FIXES: #6 (closed)