aboutsummaryrefslogtreecommitdiff
path: root/audio/paaudio.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-13qapi audio: Elide redundant has_FOO in generated CMarkus Armbruster1-6/+6
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-04paaudio: fix samples vs. frames mix-upVolker Rümelin1-10/+4
2022-03-04paaudio: reduce effective playback buffer sizeVolker Rümelin1-9/+24
2022-03-04paaudio: increase default latency to 46msVolker Rümelin1-1/+1
2021-06-17audio: move code to audio/audio.cVolker Rümelin1-4/+1
2021-06-17paaudio: remove unused stream flagsVolker Rümelin1-4/+1
2021-01-15audio: Suspect code indent for conditional statementsZhang Han1-1/+1
2021-01-15paaudio: send recorded data in smaller chunksVolker Rümelin1-2/+3
2021-01-15paaudio: limit minreq to 75% of audio timer_rateVolker Rümelin1-1/+2
2021-01-15paaudio: comment bugs in functions qpa_init_*Volker Rümelin1-0/+8
2021-01-15paaudio: remove unneeded codeVolker Rümelin1-8/+2
2021-01-15paaudio: wait until the playback stream is readyVolker Rümelin1-0/+7
2021-01-15paaudio: wait for PA_STREAM_READY in qpa_write()Volker Rümelin1-0/+6
2021-01-15paaudio: avoid to clip samples multiple timesVolker Rümelin1-1/+31
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán1-0/+9
2020-01-31paaudio: remove unused variablesVolker Rümelin1-4/+2
2020-01-06paaudio: wait until the recording stream is readyVolker Rümelin1-0/+5
2020-01-06paaudio: try to drain the recording streamVolker Rümelin1-16/+25
2020-01-06paaudio: drop recording stream in qpa_fini_inVolker Rümelin1-4/+18
2019-10-26audio: fix missing breakPaolo Bonzini1-0/+1
2019-10-18paaudio: fix channel order for usb-audio 5.1 and 7.1 streamsKővágó, Zoltán1-5/+45
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán1-8/+12
2019-10-18paaudio: get/put_buffer functionsKővágó, Zoltán1-0/+83
2019-10-18audio: paaudio: ability to specify stream nameKővágó, Zoltán1-2/+2
2019-10-18audio: paaudio: fix connection and stream nameKővágó, Zoltán1-3/+6
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán1-83/+56
2019-09-23paaudio: port to the new audio backend apiKővágó, Zoltán1-327/+45
2019-08-21audio: use size_t where makes senseKővágó, Zoltán1-22/+22
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán1-12/+0
2019-08-21paaudio: fix playback glitchesKővágó, Zoltán1-4/+2
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán1-6/+6
2019-08-21paaudio: properly disconnect streams in fini_*Kővágó, Zoltán1-2/+23
2019-08-21paaudio: do not move stream when sink/source name is specifiedKővágó, Zoltán1-0/+5
2019-08-21paaudio: prepare for multiple audiodevKővágó, Zoltán1-136/+183
2019-07-03fix microphone lag with PAMartin Schrodt1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-03-18audio/paaudio: fix microphone input being unusableMartin Schrodt1-1/+7
2019-03-18audio/paaudio: prolong and make latency configurableMartin Schrodt1-6/+6
2019-03-18audio/paaudio: fix ignored buffer_length settingMartin Schrodt1-3/+21
2019-03-11paaudio: port to -audiodev configKővágó, Zoltán1-52/+29
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán1-1/+1
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán1-14/+14
2019-01-24audio: check for pulseaudio daemon pidfileGerd Hoffmann1-0/+15
2018-11-12pulseaudio: process audio data in smaller chunksGerd Hoffmann1-2/+2
2018-03-12audio: add driver registryGerd Hoffmann1-1/+7
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis1-28/+28
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-2/+2
2016-06-03audio: pa: Set volume of recording stream instead of recording devicePeter Krempa1-6/+5