gstreamer/ext/webrtcdsp
Nicolas Dufresne 74c0d5fdd2 webrtcdsp: Add delay-agnostic property
In this mode, we let WebRTC Audio Processing figure-out the delay. This
is useful when the latency reported by the stack cannot be trusted. Note
that in this mode, the leaking of echo during packet lost is much worst.
It is recommanded to use PLC (e.g. spanplc, or opus built-in plc).

In this mode, we don't do any synchronization. Instead, we simply process all
the available reverse stream data as it comes.
2016-07-13 23:17:21 -04:00
..
gstwebrtcdsp.cpp webrtcdsp: Add delay-agnostic property 2016-07-13 23:17:21 -04:00
gstwebrtcdsp.h webrtcdsp: Add WebRTC Audio Processing support 2016-06-21 13:46:00 -04:00
gstwebrtcechoprobe.cpp webrtcdsp: Add delay-agnostic property 2016-07-13 23:17:21 -04:00
gstwebrtcechoprobe.h webrtcdsp: Rewrite echo data synchronization 2016-06-30 09:27:03 -04:00
Makefile.am webrtcdsp: Add WebRTC Audio Processing support 2016-06-21 13:46:00 -04:00