diff libgsmhr1/tw_gsmhr.h @ 492:cc3a831712a4

libgsmhr1: implement arbitrary RTP input
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jun 2024 06:52:37 +0000
parents f036e1de5b05
children af70bf42eb1b
line wrap: on
line diff
--- a/libgsmhr1/tw_gsmhr.h	Sat Jun 15 06:22:21 2024 +0000
+++ b/libgsmhr1/tw_gsmhr.h	Sat Jun 15 06:52:37 2024 +0000
@@ -46,6 +46,9 @@
 void gsmhr_encoder_twts002_out(const int16_t *param, uint8_t *payload);
 int gsmhr_decoder_twts002_in(const uint8_t *payload, int16_t *param);
 
+int gsmhr_rtp_in_preen(const uint8_t *rtp_in, unsigned rtp_in_len,
+			uint8_t *canon_pl);
+
 /* perfect SID detection and regeneration */
 
 int gsmhr_ts101318_is_perfect_sid(const uint8_t *payload);