qemu/audio
Volker Rümelin 7ffc90f3ae audio: fix audio recording
With current code audio recording with all audio backends
except PulseAudio and DirectSound is broken. The generic audio
recording buffer management forgot to update the current read
position after a read.

Fixes: ff095e5231 "audio: api for mixeng code free backends"

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Reviewed-by: Zoltán Kővágó <DirtY.iCE.hu@gmail.com>
Message-id: 2fc947cf-7b42-de68-3f11-cbcf1c096be9@t-online.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2019-11-20 09:11:12 +01:00
..
Makefile.objs
alsaaudio.c audio: basic support for multichannel audio 2019-10-18 08:14:05 +02:00
audio.c audio: fix audio recording 2019-11-20 09:11:12 +01:00
audio.h audio: support more than two channels in volume setting 2019-10-18 08:14:05 +02:00
audio_int.h audio: replace shift in audio_pcm_info with bytes_per_frame 2019-10-18 08:14:05 +02:00
audio_legacy.c
audio_template.h
audio_win_int.c
audio_win_int.h
coreaudio.c audio: replace shift in audio_pcm_info with bytes_per_frame 2019-10-18 08:14:05 +02:00
dsound_template.h audio: replace shift in audio_pcm_info with bytes_per_frame 2019-10-18 08:14:05 +02:00
dsoundaudio.c audio: replace shift in audio_pcm_info with bytes_per_frame 2019-10-18 08:14:05 +02:00
mixeng.c
mixeng.h
mixeng_template.h
noaudio.c audio: replace shift in audio_pcm_info with bytes_per_frame 2019-10-18 08:14:05 +02:00
ossaudio.c audio: replace shift in audio_pcm_info with bytes_per_frame 2019-10-18 08:14:05 +02:00
paaudio.c audio: fix missing break 2019-10-26 15:38:06 +02:00
rate_template.h
sdlaudio.c
spiceaudio.c audio: replace shift in audio_pcm_info with bytes_per_frame 2019-10-18 08:14:05 +02:00
trace-events
wavaudio.c audio: replace shift in audio_pcm_info with bytes_per_frame 2019-10-18 08:14:05 +02:00
wavcapture.c