aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2023-05-05audio/pwaudio.c: Add Pipewire audio backend for QEMUDorinda Bassey
2023-03-13audio/dbus: there are no sender for p2p modeMarc-André Lureau
2023-03-06audio: remove sw->ratioVolker Rümelin
2023-03-06audio/audio_template: substitute sw->hw with hwVolker Rümelin
2023-03-06audio: handle leftover audio frame from upsamplingVolker Rümelin
2023-03-06audio: make recording packet length calculation exactVolker Rümelin
2023-03-06audio: rename variables in audio_pcm_sw_read()Volker Rümelin
2023-03-06audio: replace the resampling loop in audio_pcm_sw_read()Volker Rümelin
2023-03-06audio: make playback packet length calculation exactVolker Rümelin
2023-03-06audio: remove unused noop_conv() functionVolker Rümelin
2023-03-06audio: don't misuse audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: rename variables in audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: remove sw == NULL checkVolker Rümelin
2023-03-06audio: replace the resampling loop in audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: make the resampling code greedyVolker Rümelin
2023-03-06audio: change type and name of the resample bufferVolker Rümelin
2023-03-06audio: change type of mix_buf and conv_bufVolker Rümelin
2023-03-06alsaaudio: reintroduce default recording settingsVolker Rümelin
2023-03-06alsaaudio: change default playback settingsVolker Rümelin
2023-03-06audio: remove audio_calloc() functionVolker Rümelin
2023-03-06audio/audio_template: use g_new0() to replace audio_calloc()Volker Rümelin
2023-03-06audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin
2023-03-06audio/alsaaudio: use g_new0() instead of audio_calloc()Volker Rümelin
2023-03-06audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin
2023-03-06audio: remove unused #define AUDIO_STRINGIFYVolker Rümelin
2023-03-06audio: rename hardware store to backendVolker Rümelin
2023-03-06audio: don't show unnecessary error messagesVolker Rümelin
2023-03-06audio: log unimplemented audio device sample ratesVolker Rümelin
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell
2023-02-04audio: Move HMP commands from monitor/ to audio/Markus Armbruster
2023-01-30qapi, audio: Make introspection reflect build configuration more closelyDaniel P. Berrangé
2023-01-30qapi, audio: add query-audiodev commandDaniel P. Berrangé
2022-12-13qapi audio: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-10-12audio: improve out.voices testHelge Konetzka
2022-10-12audio: fix in.voices testHelge Konetzka
2022-10-11audio: prevent an integer overflow in resampling codeVolker Rümelin
2022-10-11audio: fix sw->buf size for audio recordingVolker Rümelin
2022-10-11audio: refactor audio_get_avail()Volker Rümelin
2022-10-11audio: rename audio_sw_bytes_free()Volker Rümelin
2022-10-11audio: swap audio_rate_get_bytes() function parametersVolker Rümelin
2022-10-11spiceaudio: update commentVolker Rümelin
2022-10-11spiceaudio: add a pcm_ops buffer_get_free functionVolker Rümelin
2022-10-11audio: add more audio rate control functionsVolker Rümelin
2022-10-11alsaaudio: reduce playback latencyVolker Rümelin
2022-10-11audio: run downstream playback queue unconditionallyVolker Rümelin
2022-10-11audio: fix GUS audio playback with out.mixing-engine=offVolker Rümelin
2022-10-11audio: refactor code in audio_run_out()Volker Rümelin