From 1bfe1e09c7d4135abb4c7378f6da785d7b66809d Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Wed, 29 Jun 2016 14:59:18 +0200 Subject: Disabled boundary check by default --- grc/decoding/gsm_tch_f_decoder.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc') diff --git a/grc/decoding/gsm_tch_f_decoder.xml b/grc/decoding/gsm_tch_f_decoder.xml index 632162f..b15d55f 100644 --- a/grc/decoding/gsm_tch_f_decoder.xml +++ b/grc/decoding/gsm_tch_f_decoder.xml @@ -59,7 +59,7 @@ Voice boundary detection boundary_check - True + False bool - - destination file - file - /tmp/speech.gsm - file_open - Voice boundary detection boundary_check @@ -80,7 +74,12 @@ message 1 - + + voice + message + 1 + + If "Voice boundary detection" is enabled, then only bursts are decoded as voice where -- cgit v1.2.3 From 0a60e7a70a44bc5b3bb49be1ca623c93f9d339ee Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Wed, 29 Jun 2016 22:22:27 +0200 Subject: Corrections of tch/f decoder - removal of parameter continued --- grc/decoding/gsm_tch_f_decoder.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc') diff --git a/grc/decoding/gsm_tch_f_decoder.xml b/grc/decoding/gsm_tch_f_decoder.xml index cbc3234..3d1152e 100644 --- a/grc/decoding/gsm_tch_f_decoder.xml +++ b/grc/decoding/gsm_tch_f_decoder.xml @@ -3,7 +3,7 @@ TCH/F decoder gsm_tch_f_decoder import grgsm - grgsm.tch_f_decoder($mode, $file, $boundary_check) + grgsm.tch_f_decoder($mode, $boundary_check) TCH coding mode -- cgit v1.2.3