Qt: Fix PulseAudio output with small buffer size

This commit is contained in:
Jeffrey Pfau 2015-03-10 00:33:04 -07:00
parent 3b0a42921c
commit 54a30af1aa
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ void AudioProcessorQt::start() {
format.setSampleType(QAudioFormat::SignedInt);
m_audioOutput = new QAudioOutput(format, this);
m_audioOutput->setCategory("game");
}
m_device->setInput(input());