FreeCalypso > hg > gsm-codec-lib
diff libgsmhr1/dtx_dec.h @ 601:c7c03231002d
libgsmhr1: integrate main body of speech decoder
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 04 Dec 2025 12:49:19 +0000 |
| parents | 5809165fb140 |
| children |
line wrap: on
line diff
--- a/libgsmhr1/dtx_dec.h Thu Dec 04 10:24:06 2025 +0000 +++ b/libgsmhr1/dtx_dec.h Thu Dec 04 12:49:19 2025 +0000 @@ -16,9 +16,9 @@ Shortword swDtxState); void Init_CN_interpolation(struct gsmhr_decoder_state *st, Shortword deco_mode, - Shortword new_R0, const Shortword *pswNewKs); + const Shortword *pswNewKs); -Shortword CN_Interpolate_R0(struct gsmhr_decoder_state *st); +Shortword CN_Interpolate_R0(struct gsmhr_decoder_state *st, Shortword new_R0); void CN_Interpolate_LPC(struct gsmhr_decoder_state *st, Shortword *pswNewKs);
