mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix PulseAudio output with small buffer size
This commit is contained in:
parent
3b0a42921c
commit
54a30af1aa
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue