COMMITS
/ audio/audio.c April 17, 2023
D
audio/pwaudio.c: Add Pipewire audio backend for QEMU
Dorinda Bassey committed
February 24, 2023
V
audio: remove sw->ratio
Volker Rümelin committed
V
audio: handle leftover audio frame from upsampling
Volker Rümelin committed
V
audio: make recording packet length calculation exact
Volker Rümelin committed
V
audio: rename variables in audio_pcm_sw_read()
Volker Rümelin committed
V
audio: replace the resampling loop in audio_pcm_sw_read()
Volker Rümelin committed
V
audio: make playback packet length calculation exact
Volker Rümelin committed
V
audio: remove unused noop_conv() function
Volker Rümelin committed
V
audio: don't misuse audio_pcm_sw_write()
Volker Rümelin committed
V
audio: rename variables in audio_pcm_sw_write()
Volker Rümelin committed
V
audio: remove sw == NULL check
Volker Rümelin committed
V
audio: replace the resampling loop in audio_pcm_sw_write()
Volker Rümelin committed
V
audio: change type and name of the resample buffer
Volker Rümelin committed
V
audio: change type of mix_buf and conv_buf
Volker Rümelin committed
January 21, 2023
V
audio: remove audio_calloc() function
Volker Rümelin committed
V
audio/mixeng: use g_new0() instead of audio_calloc()
Volker Rümelin committed
V
audio: log unimplemented audio device sample rates
Volker Rümelin committed
January 23, 2023
D
qapi, audio: Make introspection reflect build configuration more closely
Daniel P. Berrangé committed
D
qapi, audio: add query-audiodev command
Daniel P. Berrangé committed
November 4, 2022
M
qapi audio: Elide redundant has_FOO in generated C
Markus Armbruster committed
September 29, 2022
C
module: add Error arguments to module_load and module_load_qom
Claudio Fontana committed
C
module: rename module_load_one to module_load
Claudio Fontana committed
October 12, 2022
H
audio: improve out.voices test
Helge Konetzka committed
H
audio: fix in.voices test
Helge Konetzka committed
September 23, 2022
V
audio: fix sw->buf size for audio recording
Volker Rümelin committed
V
audio: refactor audio_get_avail()
Volker Rümelin committed
V
audio: rename audio_sw_bytes_free()
Volker Rümelin committed
V
audio: swap audio_rate_get_bytes() function parameters
Volker Rümelin committed
V
audio: add more audio rate control functions
Volker Rümelin committed
V
audio: run downstream playback queue unconditionally
Volker Rümelin committed
V
audio: fix GUS audio playback with out.mixing-engine=off
Volker Rümelin committed
V
audio: refactor code in audio_run_out()
Volker Rümelin committed
September 17, 2022
V
audio: remove abort() in audio_bug()
Volker Rümelin committed
V
Revert "audio: Log context for audio bug"
Volker Rümelin committed
September 7, 2022
A
audio: Add sndio backend
Alexandre Ratchov committed
September 8, 2022
C
audio: add help option for -audio and -audiodev
Claudio Fontana committed
August 22, 2022
M
audio: exit(1) if audio backend failed to be found or initialized
Marc-André Lureau committed
April 27, 2022
P
introduce -audio as a replacement for -soundhw
Paolo Bonzini committed
March 23, 2022
M
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau committed
March 15, 2022
M
Use g_new() & friends where that makes obvious sense
Markus Armbruster committed
March 6, 2022
A
audio: Log context for audio bug
Akihiko Odaki committed
March 1, 2022
V
audio: restore mixing-engine playback buffer size
Volker Rümelin committed
V
Revert "audio: fix wavcapture segfault"
Volker Rümelin committed
V
audio: add pcm_ops function table for capture backend
Volker Rümelin committed
V
audio: copy playback stream in sequential order
Volker Rümelin committed
V
audio: inline function audio_pcm_sw_get_rpos_in()
Volker Rümelin committed
V
audio: add function audio_pcm_hw_conv_in()
Volker Rümelin committed
V
audio: move function audio_pcm_hw_clip_out()
Volker Rümelin committed
V
audio: replace open-coded buffer arithmetic
Volker Rümelin committed
March 9, 2021
M
audio: add "dbus" audio backend
Marc-André Lureau committed