aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-08-11 11:52:15 +0200
committerRoman Khassraf <roman@khassraf.at>2015-08-11 11:52:15 +0200
commit23c8d8a92f1c1a19f5c1ce29df91c27f53e51359 (patch)
tree3daed088ebe364473c9e859dcc038e461adbd51f /include
parentb78bd07fd665cb1a97d15d1fdc71f31fdf7d8b36 (diff)
Implemented boundary check for voice decoding. Issue 107
Diffstat (limited to 'include')
-rw-r--r--include/grgsm/decoding/tch_f_decoder.h2
1 files changed, 1 insertions, 1 deletions
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);
};