aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2020-08-21meson: convert audio directory to MesonPaolo Bonzini2-35/+30
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-13ossaudio: fix out of bounds writeVolker Rümelin1-0/+1
2020-07-10qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster1-5/+10
2020-06-17audio/jack: simplify the re-init code pathGeoffrey McRae1-6/+6
2020-06-17audio/jack: honour the enable state of the audio deviceGeoffrey McRae1-8/+21
2020-06-17audio/jack: do not remove ports when finishingGeoffrey McRae1-3/+0
2020-06-17audio/jack: remove invalid set of input support boolGeoffrey McRae1-3/+0
2020-06-17audio/jack: remove unused stopped stateGeoffrey McRae1-4/+0
2020-06-17audio/jack: fix invalid minimum buffer size checkGeoffrey McRae1-11/+11
2020-05-26audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2-2/+2
2020-05-26audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2-3/+3
2020-05-26audio: fix wavcapture segfaultBruce Rogers1-2/+2
2020-05-26audio/mixeng: fix clang 10+ warningVolker Rümelin1-2/+3
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae4-0/+675
2020-04-06dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin2-8/+6
2020-04-06dsoundaudio: fix "Could not lock capture buffer" warningVolker Rümelin1-0/+5
2020-04-06dsoundaudio: fix never-ending playback loopVolker Rümelin1-1/+1
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin1-3/+2
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2-11/+10
2020-03-16audio: consistency changesVolker Rümelin1-1/+1
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin1-11/+11
2020-02-18audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé1-2/+2
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán9-78/+179
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin4-23/+69
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán3-8/+26
2020-01-31audio: audio_generic_get_buffer_in should honor *sizeVolker Rümelin1-1/+2
2020-01-31ossaudio: disable poll mode can't be reachedVolker Rümelin1-9/+5
2020-01-31ossaudio: prevent SIGSEGV in oss_enable_outVolker Rümelin1-1/+1
2020-01-31audio: fix bug 1858488Volker Rümelin8-37/+52
2020-01-31audio: prevent SIGSEGV in AUD_get_buffer_size_outVolker Rümelin1-2/+2
2020-01-31paaudio: remove unused variablesVolker Rümelin1-4/+2
2020-01-31audio: fix audio_generic_readVolker Rümelin1-5/+5
2020-01-31audio: fix audio_generic_writeVolker Rümelin1-1/+1
2020-01-31audio/oss: fix buffer pos calculationGerd Hoffmann1-1/+1
2020-01-24audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé1-0/+1
2020-01-06audio: fix integer overflowVolker Rümelin1-1/+1
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-11-20audio: fix audio recordingVolker Rümelin1-0/+1
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: basic support for multichannel audioKővágó, Zoltán2-8/+1
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán10-65/+66
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán5-24/+54
2019-10-18paaudio: get/put_buffer functionsKővágó, Zoltán1-0/+83
2019-10-18audio: make mixeng optionalKővágó, Zoltán2-14/+80
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