Skip to content

Commit

Permalink
Temporarily disable clearing TX pipeline due to RADAE startup latency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Aug 19, 2024
1 parent 7fe5c94 commit ed31b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pipeline/TxRxThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ void TxRxThread::txProcessing_()
{
// Deallocates TX pipeline when not in use. This is needed to reset the state of
// certain TX pipeline steps (such as Speex).
pipeline_ = nullptr;
// XXX: temporarily disabling due to latency of RADAE scripts while restarting.
//pipeline_ = nullptr;

// Wipe anything added in the FIFO to prevent pops on next TX.
clearFifos_();
Expand Down

0 comments on commit ed31b5c

Please sign in to comment.