aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_template.h
AgeCommit message (Expand)Author
2023-10-03audio: commonize voice initializationPaolo Bonzini
2023-05-05audio/pwaudio.c: Add Pipewire audio backend for QEMUDorinda Bassey
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: 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-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/mixeng: use g_new0() instead of audio_calloc()Volker 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-01-30qapi, audio: Make introspection reflect build configuration more closelyDaniel P. Berrangé
2022-10-11audio: fix sw->buf size for audio recordingVolker Rümelin
2022-09-27Revert "audio: Log context for audio bug"Volker Rümelin
2022-09-27audio: Add sndio backendAlexandre Ratchov
2022-03-15audio: Log context for audio bugAkihiko Odaki
2021-12-21audio: add "dbus" audio backendMarc-André Lureau
2021-01-15audio: space prohibited between function name and parenthesis'('Zhang Han
2021-01-15audio: Add spaces around operator/delete redundant spacesZhang Han
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han
2021-01-15sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin
2019-10-18audio: make mixeng optionalKővágó, Zoltán
2019-10-18audio: fix parameter dereference before NULL checkKővágó, Zoltán
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán
2019-09-23audio: api for mixeng code free backendsKővágó, Zoltán
2019-08-21audio: use size_t where makes senseKővágó, Zoltán
2019-08-21audio: basic support for multi backend audioKővágó, Zoltán
2019-08-21audio: reduce glob_audio_state usageKővágó, Zoltán
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2015-06-15audio: remove pliveKővágó, Zoltán
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán
2014-12-22audio: Don't free hw resources until after hw backend is stoppedPeter Maydell
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster
2012-09-23audio: Fix warning from static code analysisStefan Weil
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-09-28audio: Fix memory size for resampling buffer in DAC casemalc
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2009-12-03audio: fix compilation of DEBUG_PLIVEJuan Quintela
2009-11-18audio: Remove conditional around sw which can not be NULLmalc
2009-10-15audio: remove last remnants of _tmalc
2009-09-18audio: use muldiv64 where it makes sensemalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl