comparison tchtools/fc-vm2hex.c @ 904:5041bcb8140f

tchtools/fc-vm2hex.c: update header comment for new situation
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Dec 2022 08:41:57 +0000
parents 8ddb16a37273
children
comparison
equal deleted inserted replaced
903:a7ad6b39e01b 904:5041bcb8140f
1 /* 1 /*
2 * This utility converts the old-fashioned (non-AMR) voice memo files 2 * This utility converts old-fashioned (non-AMR) TCS211 voice memo files
3 * read out of FFS into hex strings that can be analyzed by a human 3 * read out of FFS into hex strings that can be analyzed by a human,
4 * or further fed to fc-tch2fr. 4 * either directly or with the aid of gsmfr-dlcap-parse utility from
5 * Themyscira Wireless GSM codec libraries & utilities package.
5 */ 6 */
6 7
7 #include <sys/types.h> 8 #include <sys/types.h>
8 #include <stdio.h> 9 #include <stdio.h>
9 #include <stdlib.h> 10 #include <stdlib.h>