> On Jan 4, 2020, at 8:58 PM, Programmingkid <programmingk...@gmail.com> wrote: > > I found the patch that breaks Screamer sound support for qemu-system-ppc. It > is this: > > commit 2ceb8240fa4e4e30fb853565eb2bed3032d74f62 > Author: Kővágó, Zoltán <dirty.ice...@gmail.com> > Date: Thu Sep 19 23:24:11 2019 +0200 > > coreaudio: port to the new audio backend api > > Signed-off-by: Kővágó, Zoltán <dirty.ice...@gmail.com> > Message-id: > 586a1e66de5cbc6c5234f9ae556d24befb6afada.1568927990.git.dirty.ice...@gmail.com > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > > > Reversing this patch should make the Screamer patch work with the current git > version of QEMU.
@Peter Maydell Does QEMU play audio correctly on your version of Mac OS X? I am using Mac OS 10.12 and the audio sound demonically loud and scary. I am currently at this git revision: f0dcfddecee8b860e015bb07d67cfcbdfbfd51d Merge: 40f09ee833 725fe5d10d Author: Peter Maydell <peter.mayd...@linaro.org> Date: Fri Jan 3 17:18:08 2020 +0000 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging I have ran several tests with qemu-system-i386 using Windows guest with the ac97 and sb16 sound cards. It sounds just as bad for me on qemu-system-ppc. Thank you.