index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
audio.c
Age
Commit message (
Expand
)
Author
2023-05-05
audio/pwaudio.c: Add Pipewire audio backend for QEMU
Dorinda Bassey
2023-03-06
audio: remove sw->ratio
Volker Rümelin
2023-03-06
audio: handle leftover audio frame from upsampling
Volker Rümelin
2023-03-06
audio: make recording packet length calculation exact
Volker Rümelin
2023-03-06
audio: rename variables in audio_pcm_sw_read()
Volker Rümelin
2023-03-06
audio: replace the resampling loop in audio_pcm_sw_read()
Volker Rümelin
2023-03-06
audio: make playback packet length calculation exact
Volker Rümelin
2023-03-06
audio: remove unused noop_conv() function
Volker Rümelin
2023-03-06
audio: don't misuse audio_pcm_sw_write()
Volker Rümelin
2023-03-06
audio: rename variables in audio_pcm_sw_write()
Volker Rümelin
2023-03-06
audio: remove sw == NULL check
Volker Rümelin
2023-03-06
audio: replace the resampling loop in audio_pcm_sw_write()
Volker Rümelin
2023-03-06
audio: change type and name of the resample buffer
Volker Rümelin
2023-03-06
audio: change type of mix_buf and conv_buf
Volker Rümelin
2023-03-06
audio: remove audio_calloc() function
Volker Rümelin
2023-03-06
audio/mixeng: use g_new0() instead of audio_calloc()
Volker Rümelin
2023-03-06
audio: log unimplemented audio device sample rates
Volker Rümelin
2023-01-30
qapi, audio: Make introspection reflect build configuration more closely
Daniel P. Berrangé
2023-01-30
qapi, audio: add query-audiodev command
Daniel P. Berrangé
2022-12-13
qapi audio: Elide redundant has_FOO in generated C
Markus Armbruster
2022-11-06
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
module: rename module_load_one to module_load
Claudio Fontana
2022-10-12
audio: improve out.voices test
Helge Konetzka
2022-10-12
audio: fix in.voices test
Helge Konetzka
2022-10-11
audio: fix sw->buf size for audio recording
Volker Rümelin
2022-10-11
audio: refactor audio_get_avail()
Volker Rümelin
2022-10-11
audio: rename audio_sw_bytes_free()
Volker Rümelin
2022-10-11
audio: swap audio_rate_get_bytes() function parameters
Volker Rümelin
2022-10-11
audio: add more audio rate control functions
Volker Rümelin
2022-10-11
audio: run downstream playback queue unconditionally
Volker Rümelin
2022-10-11
audio: fix GUS audio playback with out.mixing-engine=off
Volker Rümelin
2022-10-11
audio: refactor code in audio_run_out()
Volker Rümelin
2022-09-27
audio: remove abort() in audio_bug()
Volker Rümelin
2022-09-27
Revert "audio: Log context for audio bug"
Volker Rümelin
2022-09-27
audio: Add sndio backend
Alexandre Ratchov
2022-09-19
audio: add help option for -audio and -audiodev
Claudio Fontana
2022-09-02
audio: exit(1) if audio backend failed to be found or initialized
Marc-André Lureau
2022-05-14
introduce -audio as a replacement for -soundhw
Paolo Bonzini
2022-04-06
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-15
audio: Log context for audio bug
Akihiko Odaki
2022-03-04
audio: restore mixing-engine playback buffer size
Volker Rümelin
2022-03-04
Revert "audio: fix wavcapture segfault"
Volker Rümelin
2022-03-04
audio: add pcm_ops function table for capture backend
Volker Rümelin
2022-03-04
audio: copy playback stream in sequential order
Volker Rümelin
2022-03-04
audio: inline function audio_pcm_sw_get_rpos_in()
Volker Rümelin
2022-03-04
audio: add function audio_pcm_hw_conv_in()
Volker Rümelin
2022-03-04
audio: move function audio_pcm_hw_clip_out()
Volker Rümelin
2022-03-04
audio: replace open-coded buffer arithmetic
Volker Rümelin
2021-12-21
audio: add "dbus" audio backend
Marc-André Lureau
[next]