Volker Rümelin 9d90ceb274 dsoundaudio: fix crackling audio recordings
Audio recordings with the DirectSound backend don't sound right.
A look a the Microsoft online documentation tells us why.

From the DirectSound Programming Guide, Capture Buffer Information:
'You can safely copy data from the buffer only up to the read
cursor.'

Change the code to read up to the read cursor instead of the
capture cursor.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20211226154017.6067-2-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2022-01-13 10:47:52 +01:00
..
2021-12-21 10:50:22 +04:00
2021-12-21 10:50:22 +04:00
2021-06-23 14:16:48 +02:00
2021-12-21 10:50:22 +04:00
2021-12-21 10:50:22 +04:00
2021-06-17 11:54:09 +02:00
2021-12-21 10:50:22 +04:00