Skip to content
Snippets Groups Projects
Commit b1f75abf authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3946] Do no reset dc blocker at stream startup

parent 7d77746a
No related branches found
No related tags found
No related merge requests found
...@@ -649,8 +649,6 @@ int PulseLayer::canGetMic() ...@@ -649,8 +649,6 @@ int PulseLayer::canGetMic()
void PulseLayer::startStream (void) void PulseLayer::startStream (void)
{ {
if (_audiofilter)
_audiofilter->resetAlgorithm();
if (_echoCanceller) if (_echoCanceller)
_echoCanceller->resetAlgorithm(); _echoCanceller->resetAlgorithm();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment