diff options
author | Volker Rümelin <vr_qemu@t-online.de> | 2023-02-24 20:05:47 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-03-06 10:30:23 +0400 |
commit | 671cca352075c9651e5c2e64bb0d2c70465082a3 (patch) | |
tree | e642cc6e2eed00dfb5dfec60cc7fbf628e15d0e9 /softmmu | |
parent | d5647bd95831d9c98284033bd992f0a8b6deb103 (diff) | |
download | qemu-671cca352075c9651e5c2e64bb0d2c70465082a3.zip qemu-671cca352075c9651e5c2e64bb0d2c70465082a3.tar.gz qemu-671cca352075c9651e5c2e64bb0d2c70465082a3.tar.bz2 |
audio: don't misuse audio_pcm_sw_write()
The audio_pcm_sw_write() function is intended to convert a
PCM audio stream to the internal representation, adjust the
volume, and then mix it with the other audio streams with a
possibly changed sample rate in mix_buf. In order for the
audio_capture_mix_and_clear() function to use audio_pcm_sw_write(),
it must bypass the first two tasks of audio_pcm_sw_write().
Since patch "audio: split out the resampling loop in
audio_pcm_sw_write()" this is no longer necessary, because now
the audio_pcm_sw_resample_out() function can be used instead of
audio_pcm_sw_write().
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20230224190555.7409-7-vr_qemu@t-online.de>
Diffstat (limited to 'softmmu')
0 files changed, 0 insertions, 0 deletions