Re: [PATCH 07/23] sdlaudio: replace legacy functions with modern ones

2021-01-14 Thread Thomas Huth
On 10/01/2021 11.02, Volker RĂ¼melin wrote: With the modern audio functions it's possible to add new features like audio recording. As a side effect this patch fixes a bug where SDL2 can't be used on Windows. This bug was reported on the qemu-devel mailing list at https://lists.nongnu.org/archiv

[PATCH 07/23] sdlaudio: replace legacy functions with modern ones

2021-01-10 Thread Volker RĂ¼melin
With the modern audio functions it's possible to add new features like audio recording. As a side effect this patch fixes a bug where SDL2 can't be used on Windows. This bug was reported on the qemu-devel mailing list at https://lists.nongnu.org/archive/html/qemu-devel/2020-01/msg04043.html Sign