FreeCalypso > hg > gsm-codec-lib
diff libgsmefr/gsm_efr.h @ 542:f2d0f2f15d5f
libgsmefr: add wrapper for TW-TS-001 RTP input
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 28 Sep 2024 06:38:08 +0000 |
| parents | 23656d874524 |
| children |
line wrap: on
line diff
--- a/libgsmefr/gsm_efr.h Sat Sep 28 06:00:34 2024 +0000 +++ b/libgsmefr/gsm_efr.h Sat Sep 28 06:38:08 2024 +0000 @@ -43,6 +43,8 @@ int bfi, int taf, int16_t *pcm); extern void EFR_decode_bfi_nodata(struct EFR_decoder_state *st, int taf, int16_t *pcm); +extern int EFR_decode_rtp(struct EFR_decoder_state *st, const uint8_t *rtp_pl, + unsigned rtp_pl_len, int16_t *pcm); /* stateless utility functions */
