FreeCalypso > hg > gsm-codec-lib
diff libgsmhr1/bitter-voiced @ 490:4d80730683d4
libgsmhr1: implement TS 101 318 packing and unpacking
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 15 Jun 2024 05:33:35 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgsmhr1/bitter-voiced Sat Jun 15 05:33:35 2024 +0000 @@ -0,0 +1,30 @@ +; This file is an input to the old 'bitter' utility from libgsm source +; package; it will be used to generate C code for TS 101 318 packing and +; unpacking. This version is for voiced modes. + +params[0] 5 ; R0 +params[1] 11 ; LPC1 +params[2] 9 ; LPC2 +params[3] 8 ; LPC3 +params[4] 1 ; INT LPC +params[5] 2 ; Mode + +; subframe 1 +params[6] 8 +params[7] 9 +params[8] 5 + +; subframe 2 +params[9] 4 +params[10] 9 +params[11] 5 + +; subframe 3 +params[12] 4 +params[13] 9 +params[14] 5 + +; subframe 4 +params[15] 4 +params[16] 9 +params[17] 5