aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2023-07-01audio: dbus requires pixmanMarc-André Lureau1-1/+1
2023-06-27ui/dbus: win32 supportMarc-André Lureau1-8/+36
2023-06-27ui/dbus: compile without gio/gunixfdlist.hMarc-André Lureau1-0/+7
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-4/+4
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake1-2/+2
2023-05-05audio/pwaudio.c: Add Pipewire audio backend for QEMUDorinda Bassey5-0/+931
2023-03-13audio/dbus: there are no sender for p2p modeMarc-André Lureau2-3/+6
2023-03-06audio: remove sw->ratioVolker Rümelin3-24/+9
2023-03-06audio/audio_template: substitute sw->hw with hwVolker Rümelin1-3/+3
2023-03-06audio: handle leftover audio frame from upsamplingVolker Rümelin2-6/+34
2023-03-06audio: make recording packet length calculation exactVolker Rümelin3-21/+50
2023-03-06audio: rename variables in audio_pcm_sw_read()Volker Rümelin1-9/+9
2023-03-06audio: replace the resampling loop in audio_pcm_sw_read()Volker Rümelin1-24/+35
2023-03-06audio: make playback packet length calculation exactVolker Rümelin3-25/+58
2023-03-06audio: remove unused noop_conv() functionVolker Rümelin1-8/+0
2023-03-06audio: don't misuse audio_pcm_sw_write()Volker Rümelin1-11/+18
2023-03-06audio: rename variables in audio_pcm_sw_write()Volker Rümelin1-23/+22
2023-03-06audio: remove sw == NULL checkVolker Rümelin1-4/+0
2023-03-06audio: replace the resampling loop in audio_pcm_sw_write()Volker Rümelin1-27/+36
2023-03-06audio: make the resampling code greedyVolker Rümelin1-8/+13
2023-03-06audio: change type and name of the resample bufferVolker Rümelin3-13/+16
2023-03-06audio: change type of mix_buf and conv_bufVolker Rümelin3-64/+67
2023-03-06alsaaudio: reintroduce default recording settingsVolker Rümelin1-6/+4
2023-03-06alsaaudio: change default playback settingsVolker Rümelin1-7/+4
2023-03-06audio: remove audio_calloc() functionVolker Rümelin2-21/+0
2023-03-06audio/audio_template: use g_new0() to replace audio_calloc()Volker Rümelin1-17/+12
2023-03-06audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin2-12/+10
2023-03-06audio/alsaaudio: use g_new0() instead of audio_calloc()Volker Rümelin1-5/+1
2023-03-06audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin3-16/+2
2023-03-06audio: remove unused #define AUDIO_STRINGIFYVolker Rümelin1-3/+0
2023-03-06audio: rename hardware store to backendVolker Rümelin1-2/+2
2023-03-06audio: don't show unnecessary error messagesVolker Rümelin1-1/+1
2023-03-06audio: log unimplemented audio device sample ratesVolker Rümelin2-0/+14
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster1-1/+1
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell2-0/+84
2023-02-04audio: Move HMP commands from monitor/ to audio/Markus Armbruster2-0/+84
2023-01-30qapi, audio: Make introspection reflect build configuration more closelyDaniel P. Berrangé3-1/+80
2023-01-30qapi, audio: add query-audiodev commandDaniel P. Berrangé1-0/+12
2022-12-13qapi audio: Elide redundant has_FOO in generated CMarkus Armbruster7-28/+21
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-6/+10
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-1/+1
2022-10-12audio: improve out.voices testHelge Konetzka1-1/+1
2022-10-12audio: fix in.voices testHelge Konetzka1-1/+1
2022-10-11audio: prevent an integer overflow in resampling codeVolker Rümelin1-5/+6
2022-10-11audio: fix sw->buf size for audio recordingVolker Rümelin2-1/+5
2022-10-11audio: refactor audio_get_avail()Volker Rümelin1-5/+19
2022-10-11audio: rename audio_sw_bytes_free()Volker Rümelin1-6/+14
2022-10-11audio: swap audio_rate_get_bytes() function parametersVolker Rümelin6-8/+8
2022-10-11spiceaudio: update commentVolker Rümelin1-1/+4
2022-10-11spiceaudio: add a pcm_ops buffer_get_free functionVolker Rümelin1-2/+10