summary refs log tree commit diff stats
path: root/audio/audio_template.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: commonize voice initializationPaolo Bonzini2023-10-031-1/+8
* audio/pwaudio.c: Add Pipewire audio backend for QEMUDorinda Bassey2023-05-051-0/+4
* audio: remove sw->ratioVolker Rümelin2023-03-061-21/+9
* audio/audio_template: substitute sw->hw with hwVolker Rümelin2023-03-061-3/+3
* audio: handle leftover audio frame from upsamplingVolker Rümelin2023-03-061-0/+6
* audio: change type and name of the resample bufferVolker Rümelin2023-03-061-4/+6
* audio: change type of mix_buf and conv_bufVolker Rümelin2023-03-061-8/+11
* audio/audio_template: use g_new0() to replace audio_calloc()Volker Rümelin2023-03-061-17/+12
* audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin2023-03-061-10/+8
* audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin2023-03-061-5/+1
* audio: rename hardware store to backendVolker Rümelin2023-03-061-2/+2
* audio: don't show unnecessary error messagesVolker Rümelin2023-03-061-1/+1
* audio: log unimplemented audio device sample ratesVolker Rümelin2023-03-061-0/+13
* qapi, audio: Make introspection reflect build configuration more closelyDaniel P. Berrangé2023-01-301-0/+20
* audio: fix sw->buf size for audio recordingVolker Rümelin2022-10-111-0/+4
* Revert "audio: Log context for audio bug"Volker Rümelin2022-09-271-12/+15
* audio: Add sndio backendAlexandre Ratchov2022-09-271-0/+2
* audio: Log context for audio bugAkihiko Odaki2022-03-151-15/+12
* audio: add "dbus" audio backendMarc-André Lureau2021-12-211-0/+2
* audio: space prohibited between function name and parenthesis'('Zhang Han2021-01-151-6/+6
* audio: Add spaces around operator/delete redundant spacesZhang Han2021-01-151-1/+1
* audio: Add braces for statements/fix braces' positionZhang Han2021-01-151-8/+4
* sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin2021-01-151-1/+1
* audio/jack: add JACK client audiodevGeoffrey McRae2020-05-251-0/+2
* audio: proper support for float samples in mixengKővágó, Zoltán2020-02-061-16/+25
* coreaudio: fix coreaudio playbackVolker Rümelin2020-02-061-0/+7
* audio: make mixeng optionalKővágó, Zoltán2019-10-181-8/+16
* audio: fix parameter dereference before NULL checkKővágó, Zoltán2019-10-181-2/+5
* audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán2019-09-231-1/+0
* audio: unify input and output mixeng buffer managementKővágó, Zoltán2019-09-231-11/+8
* audio: api for mixeng code free backendsKővágó, Zoltán2019-09-231-0/+1
* audio: use size_t where makes senseKővágó, Zoltán2019-08-211-7/+7
* audio: basic support for multi backend audioKővágó, Zoltán2019-08-211-1/+1
* audio: reduce glob_audio_state usageKővágó, Zoltán2019-08-211-24/+22
* audio: -audiodev command line option basic implementationKővágó, Zoltán2019-03-111-4/+38
* audio: Replace AUDIO_FUNC with __func__Alistair Francis2018-02-061-13/+13
* audio: remove pliveKővágó, Zoltán2015-06-151-41/+0
* audio: expose drv_opaque to init_out and init_inKővágó, Zoltán2015-06-151-1/+1
* audio: Don't free hw resources until after hw backend is stoppedPeter Maydell2014-12-221-1/+1
* audio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-131-11/+4
* audio: Fix warning from static code analysisStefan Weil2012-09-231-3/+3
* audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau2012-04-171-0/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-10/+10
* audio: Fix memory size for resampling buffer in DAC casemalc2010-09-281-4/+0
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-1/+1
* audio: fix compilation of DEBUG_PLIVEJuan Quintela2009-12-031-3/+3
* audio: Remove conditional around sw which can not be NULLmalc2009-11-181-17/+15
* audio: remove last remnants of _tmalc2009-10-151-1/+1
* audio: use muldiv64 where it makes sensemalc2009-09-181-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-6/+6