KangJing Huang (Chaserhkj)
|
c21536eec8
|
module-echo-cancel: Remove intelligibility param with no effect
|
2021-11-11 16:52:58 +00:00 |
|
KangJing Huang (Chaserhkj)
|
a9a0b0466a
|
module-echo-cancel: wireup voice detection
|
2021-11-11 16:52:58 +00:00 |
|
Barnabás Pőcze
|
336e4d5f03
|
pipewire: module-echo-cancel: aec-webrtc: use unique_ptr
Use `std::unique_ptr<>` to clean up memory in the destructor
instead of manually freeing resources in the destroy callback
and error code paths.
|
2021-11-09 22:27:31 +01:00 |
|
Barnabás Pőcze
|
5896083545
|
pipewire: module-echo-cancel: aec-webrtc: use appropriate casts
Use the suitable C++ cast instead of C-style casts.
|
2021-11-09 22:27:03 +01:00 |
|
Barnabás Pőcze
|
144face6ad
|
pipewire: module-echo-cancel: aec-webrtc: use getters with default
Instead of get-check-parse, use `pw_properties_get_bool()`
which does all three in one convenient function.
|
2021-11-09 22:27:01 +01:00 |
|
KangJing Huang (Chaserhkj)
|
bb407e8153
|
Wire up webrtc aec parameters to args
|
2021-11-06 05:20:33 -04:00 |
|
KangJing Huang (Chaserhkj)
|
22aad6eaff
|
Tuning some webrtc parameters
|
2021-10-19 18:59:07 +00:00 |
|
KangJing Huang (Chaserhkj)
|
2bfc03f43c
|
Allow echo-cancel to select larger buffer sizes
|
2021-10-19 18:59:07 +00:00 |
|
Arun Raghavan
|
d2d0375c39
|
module-echo-cancel: Change extension .cc to .cpp for aec-webrtc
Makes this consistent with the rest of the code base.
|
2021-06-02 18:26:19 -04:00 |
|