79 Commits (b5467913722a008eedeed71bccf20a38175a5818)

Author SHA1 Message Date
Paolo Bonzini 69a802792a audio: remove QEMU_AUDIO_* and -audio-help support 3 years ago
Paolo Bonzini f6061733a9 audio: allow returning an error from the driver init 3 years ago
Markus Armbruster ceb19c8f68 qapi audio: Elide redundant has_FOO in generated C 3 years ago
Marc-André Lureau 9edc6313da Replace GCC_FMT_ATTR with G_GNUC_PRINTF 4 years ago
Markus Armbruster b21e238037 Use g_new() & friends where that makes obvious sense 4 years ago
Volker Rümelin acf7a70598 paaudio: fix samples vs. frames mix-up 4 years ago
Volker Rümelin ddf2050ce6 paaudio: reduce effective playback buffer size 4 years ago
Volker Rümelin 30ff5e24a3 paaudio: increase default latency to 46ms 4 years ago
Volker Rümelin 37a54d054f audio: move code to audio/audio.c 5 years ago
Volker Rümelin 50db82d84c paaudio: remove unused stream flags 5 years ago
Zhang Han 289db3c5a2 audio: Suspect code indent for conditional statements 5 years ago
Volker Rümelin d9a8b27a7e paaudio: send recorded data in smaller chunks 5 years ago
Volker Rümelin 00413ed9c2 paaudio: limit minreq to 75% of audio timer_rate 5 years ago
Volker Rümelin cffd2fdf2c paaudio: comment bugs in functions qpa_init_* 5 years ago
Volker Rümelin 521ce71425 paaudio: remove unneeded code 5 years ago
Volker Rümelin 7007cd3fc8 paaudio: wait until the playback stream is ready 5 years ago
Volker Rümelin e270c54826 paaudio: wait for PA_STREAM_READY in qpa_write() 5 years ago
Volker Rümelin bea29e9f2e paaudio: avoid to clip samples multiple times 5 years ago
Kővágó, Zoltán ed2a4a7941 audio: proper support for float samples in mixeng 6 years ago
Volker Rümelin a76e6b8794 paaudio: remove unused variables 6 years ago
Volker Rümelin 7c9eb86e67 paaudio: wait until the recording stream is ready 6 years ago
Volker Rümelin acc3b63e1b paaudio: try to drain the recording stream 6 years ago
Volker Rümelin 4db3e634c7 paaudio: drop recording stream in qpa_fini_in 6 years ago
Paolo Bonzini 5608956575 audio: fix missing break 7 years ago
Kővágó, Zoltán 0cf13e367a paaudio: fix channel order for usb-audio 5.1 and 7.1 streams 7 years ago
Kővágó, Zoltán cecc1e79bf audio: support more than two channels in volume setting 7 years ago
Kővágó, Zoltán 337e8de6fb paaudio: get/put_buffer functions 7 years ago
Kővágó, Zoltán f47dffe8d1 audio: paaudio: ability to specify stream name 7 years ago
Kővágó, Zoltán 3443ad4ed6 audio: paaudio: fix connection and stream name 7 years ago
Kővágó, Zoltán 571a8c522e audio: split ctl_* functions into enable_* and volume_* 7 years ago
Kővágó, Zoltán 49ddd7e122 paaudio: port to the new audio backend api 7 years ago
Kővágó, Zoltán 7520462bc1 audio: use size_t where makes sense 7 years ago
Kővágó, Zoltán 1d793fec6c audio: remove read and write pcm_ops 7 years ago
Kővágó, Zoltán 10d5e750dc paaudio: fix playback glitches 7 years ago
Kővágó, Zoltán 5893591503 audio: remove audio_MIN, audio_MAX 7 years ago
Kővágó, Zoltán 8692bf7d97 paaudio: properly disconnect streams in fini_* 7 years ago
Kővágó, Zoltán 8a435f7478 paaudio: do not move stream when sink/source name is specified 7 years ago
Kővágó, Zoltán 9d34e6d8a1 paaudio: prepare for multiple audiodev 7 years ago
Martin Schrodt 58c15e523a fix microphone lag with PA 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Martin Schrodt ade103011c audio/paaudio: fix microphone input being unusable 7 years ago
Martin Schrodt f614277765 audio/paaudio: prolong and make latency configurable 7 years ago
Martin Schrodt baea032ec7 audio/paaudio: fix ignored buffer_length setting 7 years ago
Kővágó, Zoltán 2c324b284a paaudio: port to -audiodev config 7 years ago
Kővágó, Zoltán 71830221fb audio: -audiodev command line option basic implementation 7 years ago
Kővágó, Zoltán 85bc58520c audio: use qapi AudioFormat instead of audfmt_e 7 years ago
Gerd Hoffmann d175505bd6 audio: check for pulseaudio daemon pidfile 7 years ago
Gerd Hoffmann 6cdc2d189c pulseaudio: process audio data in smaller chunks 8 years ago
Gerd Hoffmann d3893a39eb audio: add driver registry 8 years ago
Alistair Francis 470bcabd8f audio: Replace AUDIO_FUNC with __func__ 8 years ago