changeset 466:0c4e1bc06740

amrefr-encode-r: use the new DHF xform that matches T-Mobile
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 12 May 2024 21:44:59 +0000
parents 026bdc1f0dda
children ad032051166a
files amrefr/encode-r.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/amrefr/encode-r.c	Sun May 12 21:43:35 2024 +0000
+++ b/amrefr/encode-r.c	Sun May 12 21:44:59 2024 +0000
@@ -47,7 +47,7 @@
 		if (!rc)
 			break;
 		amr_encode_frame(state, MR122, pcm, &amr_frame);
-		amr_dhf_subst_efr(&amr_frame);
+		amr_dhf_subst_efr2(&amr_frame, pcm);
 		EFR_params2frame(amr_frame.param, efr_frame);
 		fwrite(efr_frame, 1, sizeof efr_frame, binf);
 	}