From ed31b5c3786c13e9e03abb898745b4ef2939510b Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Mon, 19 Aug 2024 10:12:41 -0700 Subject: [PATCH] Temporarily disable clearing TX pipeline due to RADAE startup latency. --- src/pipeline/TxRxThread.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pipeline/TxRxThread.cpp b/src/pipeline/TxRxThread.cpp index 89efdf5f..586254da 100644 --- a/src/pipeline/TxRxThread.cpp +++ b/src/pipeline/TxRxThread.cpp @@ -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_();