summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* trace-events: Delete unused trace pointsMarkus Armbruster2020-09-091-3/+0Star
* meson: convert audio directory to MesonPaolo Bonzini2020-08-212-35/+30Star
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* ossaudio: fix out of bounds writeVolker Rümelin2020-07-131-0/+1
* qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-5/+10
* audio/jack: simplify the re-init code pathGeoffrey McRae2020-06-171-6/+6
* audio/jack: honour the enable state of the audio deviceGeoffrey McRae2020-06-171-8/+21
* audio/jack: do not remove ports when finishingGeoffrey McRae2020-06-171-3/+0Star
* audio/jack: remove invalid set of input support boolGeoffrey McRae2020-06-171-3/+0Star
* audio/jack: remove unused stopped stateGeoffrey McRae2020-06-171-4/+0Star
* audio/jack: fix invalid minimum buffer size checkGeoffrey McRae2020-06-171-11/+11
* audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2020-05-262-2/+2
* audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2020-05-262-3/+3
* audio: fix wavcapture segfaultBruce Rogers2020-05-261-2/+2
* audio/mixeng: fix clang 10+ warningVolker Rümelin2020-05-261-2/+3
* audio/jack: add JACK client audiodevGeoffrey McRae2020-05-254-0/+675
* dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin2020-04-062-8/+6Star
* dsoundaudio: fix "Could not lock capture buffer" warningVolker Rümelin2020-04-061-0/+5
* dsoundaudio: fix never-ending playback loopVolker Rümelin2020-04-061-1/+1
* audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin2020-03-161-3/+2Star
* audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2020-03-162-11/+10Star
* audio: consistency changesVolker Rümelin2020-03-161-1/+1
* audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin2020-03-161-11/+11
* audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé2020-02-181-2/+2
* audio: proper support for float samples in mixengKővágó, Zoltán2020-02-069-78/+179
* coreaudio: fix coreaudio playbackVolker Rümelin2020-02-064-23/+69
* audio/dsound: fix invalid parameters errorKővágó, Zoltán2020-02-063-8/+26
* audio: audio_generic_get_buffer_in should honor *sizeVolker Rümelin2020-01-311-1/+2
* ossaudio: disable poll mode can't be reachedVolker Rümelin2020-01-311-9/+5Star
* ossaudio: prevent SIGSEGV in oss_enable_outVolker Rümelin2020-01-311-1/+1
* audio: fix bug 1858488Volker Rümelin2020-01-318-37/+52
* audio: prevent SIGSEGV in AUD_get_buffer_size_outVolker Rümelin2020-01-311-2/+2
* paaudio: remove unused variablesVolker Rümelin2020-01-311-4/+2Star
* audio: fix audio_generic_readVolker Rümelin2020-01-311-5/+5
* audio: fix audio_generic_writeVolker Rümelin2020-01-311-1/+1
* audio/oss: fix buffer pos calculationGerd Hoffmann2020-01-311-1/+1
* audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé2020-01-241-0/+1
* audio: fix integer overflowVolker Rümelin2020-01-061-1/+1
* paaudio: wait until the recording stream is readyVolker Rümelin2020-01-061-0/+5
* paaudio: try to drain the recording streamVolker Rümelin2020-01-061-16/+25
* paaudio: drop recording stream in qpa_fini_inVolker Rümelin2020-01-061-4/+18
* audio: fix audio recordingVolker Rümelin2019-11-201-0/+1
* audio: fix missing breakPaolo Bonzini2019-10-261-0/+1
* paaudio: fix channel order for usb-audio 5.1 and 7.1 streamsKővágó, Zoltán2019-10-181-5/+45
* audio: basic support for multichannel audioKővágó, Zoltán2019-10-182-8/+1Star
* audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán2019-10-1810-65/+66
* audio: support more than two channels in volume settingKővágó, Zoltán2019-10-185-24/+54
* paaudio: get/put_buffer functionsKővágó, Zoltán2019-10-181-0/+83
* audio: make mixeng optionalKővágó, Zoltán2019-10-182-14/+80
* audio: paaudio: ability to specify stream nameKővágó, Zoltán2019-10-181-2/+2