FreeCalypso > hg > gsm-codec-lib
diff libgsmhr1/tw_gsmhr.h @ 510:5bf71b091323
libgsmhr1: add direct conversion from RTP input to decoder params
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 25 Aug 2024 02:19:37 +0000 |
| parents | af70bf42eb1b |
| children | 4f0ab833bec0 |
line wrap: on
line diff
--- a/libgsmhr1/tw_gsmhr.h Sat Aug 17 23:11:51 2024 +0000 +++ b/libgsmhr1/tw_gsmhr.h Sun Aug 25 02:19:37 2024 +0000 @@ -48,6 +48,8 @@ int gsmhr_rtp_in_preen(const uint8_t *rtp_in, unsigned rtp_in_len, uint8_t *canon_pl); +int gsmhr_rtp_in_direct(const uint8_t *rtp_in, unsigned rtp_in_len, + int16_t *param); /* perfect SID detection and regeneration */
