summaryrefslogtreecommitdiff
path: root/src/modules/echo-cancel
Commit message (Expand)AuthorAgeFilesLines
* meson.build: fix build without C++Fabrice Fontaine2022-08-151-0/+2
* various places: Include resampler delay to latency reports and calculationsGeorg Chini2022-05-281-0/+9
* virtual sources: Include resampler delay in latency reportsGeorg Chini2021-11-031-0/+3
* webrtc: Avoid using dynamic strings as format stringsIlja van Sprundel2021-06-031-4/+4
* virtual sources: Propagate asyncmsgq change after source-output moveGeorg Chini2020-01-131-0/+8
* meson: link libintl if it's not provided by libcRasmus Thomsen2019-09-251-1/+1
* build-sys: meson: Add atomic ops related checksArun Raghavan2019-08-151-1/+1
* build-sys: meson: Correctly set up RPATHArun Raghavan2019-08-051-0/+1
* build-sys: meson: Add -Wl,no-delete to relevant librariesArun Raghavan2019-08-051-1/+1
* meson: Build libwebrtc-util as a shared libraryArnaud Rebillout2019-06-081-3/+5
* meson: Fix install pathsArnaud Rebillout2019-06-081-1/+1
* build-sys: Fix up meson install pathsArun Raghavan2019-06-061-1/+2
* webrtc: Silence -Wsign-compare warningArnaud Rebillout2018-10-041-4/+4
* meson: Enable echo-cancel module, add libwebrtc_util lib, add speex and webrt...Arnaud Rebillout2018-10-041-0/+18
* Fix typo: differnt -> differentJoseph Herlant2018-09-171-1/+1
* Fix typo: Extention -> ExtensionJoseph Herlant2018-09-171-1/+1
* Fix typo: Doulbe -> DoubleJoseph Herlant2018-09-171-1/+1
* sink, source: remove the state gettersTanu Kaskinen2018-07-021-9/+9
* sink-input, source-output: remove the state gettersTanu Kaskinen2018-07-021-8/+8
* optimize set_state_in_io_thread() callbacksRaman Shyshniou2018-06-211-1/+1
* pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen2018-03-201-1/+1
* replace sink/source SET_STATE handlers with callbacksTanu Kaskinen2018-03-161-13/+18
* sink, source: rename set_state() to set_state_in_main_thread()Tanu Kaskinen2018-03-161-4/+4
* pass pa_suspend_cause_t to set_state() callbacksTanu Kaskinen2018-02-221-2/+2
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-2/+0
* sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen2017-12-021-2/+2
* echo-cancel: fix a memory leakTanu Kaskinen2017-11-211-1/+4
* echo-cancel: ignore remaining canceller messages after the module has been un...Tanu Kaskinen2017-11-211-0/+19
* echo-cancel: Expose dereverb in the speex cancellerArun Raghavan2017-10-241-4/+16
* echo-cancel: Fix speex echo state settingArun Raghavan2017-10-241-3/+3
* echo-cancel: don't set latency range if the device doesn't support dynamic la...Tanu Kaskinen2017-08-041-2/+4
* virtual sources and sinks: Don't double attach a sink input or source output ...Georg Chini2017-05-181-27/+65
* virtual sinks and sources: Revert commitsGeorg Chini2017-05-181-4/+2
* echo-cancel: Fix segfault during profile switchGeorg Chini2017-04-241-2/+4
* echo-cancel: Change the DEVICE_MASTER_DEVICE property when changing deviceCorentin Noël2017-04-201-4/+6
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-8/+8
* echo-cancel: Try to minimise in-flight chunks in snapshot latencyArun Raghavan2017-03-291-1/+6
* sink-input/source-output: Don't crash when cork() is called without valid sin...Georg Chini2017-03-291-3/+2
* echo-cancel: Fix assert with webrtc's built-in drift compensationArun Raghavan2017-03-211-5/+3
* echo-cancel: Limit the maximum sink/source latencyArun Raghavan2017-03-091-8/+24
* don't assume that pa_asyncq_new() always succeedsTanu Kaskinen2016-12-201-0/+5
* webrtc: improve comment about mic geometryTanu Kaskinen2016-06-221-2/+2
* echo-cancel: rework move handlingTanu Kaskinen2016-04-251-17/+11
* echo-cancel: Convert AGC API to deal with pa_volume_tArun Raghavan2016-02-253-25/+23
* echo-cancel: Add beamforming support in the webrtc cancellerArun Raghavan2016-02-251-3/+148
* echo-cancel: Remove pa_ prefix on private functionsArun Raghavan2016-02-252-8/+8
* echo-cancel: Update a copyright noticeArun Raghavan2016-02-251-1/+2
* echo-cancel: Use webrtc's deinterleaved APIArun Raghavan2016-02-253-25/+30
* echo-cancel: webrtc canceller supports different in/out channel countsArun Raghavan2016-02-252-7/+9
* echo-cancel: Improve webrtc canceller error handling a bitArun Raghavan2016-02-251-4/+8