From bbecb000645dc90cad286f6d17257ddd1bde99f3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 10:29:46 -0500 Subject: [PATCH] Update main.c remove objects --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 8777a974..2255f7f3 100644 --- a/main.c +++ b/main.c @@ -2255,8 +2255,8 @@ void get_tlm_fc() { // const unsigned char *CCodecAO40::encode(unsigned char *source_bytes, int byte_count) - CCodecAO40 ao40; - encoded_bytes = ao40.encode((unsigned char*)source_bytes, byte_count); +// CCodecAO40 ao40; + encoded_bytes = encode((unsigned char*)source_bytes, byte_count); /* convert to waveform buffer */