aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2021-07-09modules: add audio module annotationsGerd Hoffmann
2021-06-23coreaudio: Lock only the bufferAkihiko Odaki
2021-06-17coreaudio: Fix output stream format settingsAkihiko Odaki
2021-06-17audio: Fix format specifications of debug logsAkihiko Odaki
2021-06-17jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin
2021-06-17audio: move code to audio/audio.cVolker Rümelin
2021-06-17paaudio: remove unused stream flagsVolker Rümelin
2021-06-17alsaaudio: remove #ifdef DEBUG to avoid bit rotVolker Rümelin
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-03-16coreaudio: Handle output device changeAkihiko Odaki
2021-03-16coreaudio: Extract device operationsAkihiko Odaki
2021-03-16coreaudio: Drop support for macOS older than 10.6Akihiko Odaki
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-01-15audio: space prohibited between function name and parenthesis'('Zhang Han
2021-01-15audio: Suspect code indent for conditional statementsZhang Han
2021-01-15audio: Don't use '%#' in format stringsZhang Han
2021-01-15audio: Fix lines over 90 charactersZhang Han
2021-01-15audio: foo* bar" should be "foo *bar".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-15dsoundaudio: fix log messageVolker Rümelin
2021-01-15dsoundaudio: enable f32 audio sample formatVolker Rümelin
2021-01-15dsoundaudio: rename dsound_open()Volker Rümelin
2021-01-15dsoundaudio: replace GetForegroundWindow()Volker Rümelin
2021-01-15paaudio: send recorded data in smaller chunksVolker Rümelin
2021-01-15paaudio: limit minreq to 75% of audio timer_rateVolker Rümelin
2021-01-15paaudio: comment bugs in functions qpa_init_*Volker Rümelin
2021-01-15paaudio: remove unneeded codeVolker Rümelin
2021-01-15paaudio: wait until the playback stream is readyVolker Rümelin
2021-01-15paaudio: wait for PA_STREAM_READY in qpa_write()Volker Rümelin
2021-01-15paaudio: avoid to clip samples multiple timesVolker Rümelin
2021-01-15audio: remove remaining unused plive codeVolker Rümelin
2021-01-15sdlaudio: enable (in|out).mixing-engine=offVolker Rümelin
2021-01-15audio: break generic buffer dependency on mixing-engineVolker Rümelin
2021-01-15sdlaudio: add recording functionsVolker Rümelin
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin
2021-01-15sdlaudio: replace legacy functions with modern onesVolker Rümelin
2021-01-15sdlaudio: fill remaining sample buffer with silenceVolker Rümelin
2021-01-15sdlaudio: always clear the sample bufferVolker Rümelin
2021-01-15sdlaudio: don't start playback in init routineVolker Rümelin
2021-01-15sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin
2021-01-15audio: fix bit-rotted codeVolker Rümelin
2021-01-15sdlaudio: remove leftover SDL1.2 codeVolker Rümelin
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-15audio: add sanity checkGerd Hoffmann
2020-12-15audio: Simplify audio_bug() removing old codePhilippe Mathieu-Daudé
2020-12-15audio: remove unused function audio_is_cleaning_up()Volker Rümelin
2020-12-15coreaudio: always stop audio playback on shut downVolker Rümelin
2020-12-15coreaudio: don't start playback in init routineVolker Rümelin
2020-12-15coreaudio: rename misnamed variable fake_asVolker Rümelin