From 23c8d8a92f1c1a19f5c1ce29df91c27f53e51359 Mon Sep 17 00:00:00 2001 From: Roman Khassraf Date: Tue, 11 Aug 2015 11:52:15 +0200 Subject: Implemented boundary check for voice decoding. Issue 107 --- include/grgsm/decoding/tch_f_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/grgsm/decoding/tch_f_decoder.h b/include/grgsm/decoding/tch_f_decoder.h index efe082c..8dbf68b 100644 --- a/include/grgsm/decoding/tch_f_decoder.h +++ b/include/grgsm/decoding/tch_f_decoder.h @@ -62,7 +62,7 @@ namespace gr { * class. gsm::tch_f_decoder::make is the public interface for * creating new instances. */ - static sptr make(tch_mode mode, const std::string &file); + static sptr make(tch_mode mode, const std::string &file, bool boundary_check=true); }; -- cgit v1.2.3