changeset 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 a7ad6b39e01b
children 546bf873ccc8
files tchtools/fc-vm2hex.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tchtools/fc-vm2hex.c	Wed Dec 28 08:34:19 2022 +0000
+++ b/tchtools/fc-vm2hex.c	Wed Dec 28 08:41:57 2022 +0000
@@ -1,7 +1,8 @@
 /*
- * This utility converts the old-fashioned (non-AMR) voice memo files
- * read out of FFS into hex strings that can be analyzed by a human
- * or further fed to fc-tch2fr.
+ * This utility converts old-fashioned (non-AMR) TCS211 voice memo files
+ * read out of FFS into hex strings that can be analyzed by a human,
+ * either directly or with the aid of gsmfr-dlcap-parse utility from
+ * Themyscira Wireless GSM codec libraries & utilities package.
  */
 
 #include <sys/types.h>