From a9b8775c0f14a885c177f9afcce82c03a13e97db Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 10 Feb 2019 14:36:44 -0700 Subject: [PATCH] more silent treatment --- QnetDVAP.cpp | 4 ++-- QnetDVRPTR.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/QnetDVAP.cpp b/QnetDVAP.cpp index 090f063..d61d233 100644 --- a/QnetDVAP.cpp +++ b/QnetDVAP.cpp @@ -269,7 +269,7 @@ static void readFrom20000() unsigned short stream_id_to_dvap = 0; unsigned char frame_pos_to_dvap = 0; unsigned char seq_to_dvap = 0; - unsigned char silence[12] = { 0x4e,0x8d,0x32,0x88,0x26,0x1a,0x3f,0x61,0xe8,0x70,0x4f,0x93 }; + unsigned char silence[12] = { 0x9e,0x8d,0x32,0x88,0x26,0x1a,0x3f,0x61,0xe8,0x70,0x4f,0x93 }; bool written_to_q = false; unsigned char ctrl_in = 0x80; @@ -526,7 +526,7 @@ static void RptrAckThread(SDVAP_ACK_ARG *parg) struct sigaction act; time_t tnow = 0; - unsigned char silence[12] = { 0x4e,0x8d,0x32,0x88,0x26,0x1a,0x3f,0x61,0xe8,0x70,0x4f,0x93 }; + unsigned char silence[12] = { 0x9e,0x8d,0x32,0x88,0x26,0x1a,0x3f,0x61,0xe8,0x70,0x4f,0x93 }; act.sa_handler = sig_catch; sigemptyset(&act.sa_mask); diff --git a/QnetDVRPTR.cpp b/QnetDVRPTR.cpp index 7a0c41d..6f34175 100644 --- a/QnetDVRPTR.cpp +++ b/QnetDVRPTR.cpp @@ -1744,7 +1744,7 @@ void ambefec_regenerate(tambevoicefec voice) ambefec_interleave(voice, decoded); } -static unsigned char silence[12] = { 0x4e,0x8d,0x32,0x88,0x26,0x1a,0x3f,0x61,0xe8,0x70,0x4f,0x93 }; +static unsigned char silence[12] = { 0x9e,0x8d,0x32,0x88,0x26,0x1a,0x3f,0x61,0xe8,0x70,0x4f,0x93 }; static unsigned short crc_tabccitt[256] = { 0x0000,0x1189,0x2312,0x329b,0x4624,0x57ad,0x6536,0x74bf,